#7F751A is a mid-toned, warm green. On the Color Lab it reads organic and grounded, with a faded, vintage edge. It carries a legible label as a UI accent and reproduces cleanly in print.
Not just a swatch — here's how #7F751A works with other colors. Named schemes with #7F751A in its natural role, and a note on why the supporting colors balance it.
This palette keeps Olive as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Olive anchors this café scheme as the warm mid-tone, lifted by latte cream and a muted sage accent and grounded by espresso brown and a warm charcoal.
Olive plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Olive leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Olive is the single accent in this high-contrast editorial system — set on near-white paper against near-black ink, with a warm grey and a desaturated tint of Olive carrying the quiet middle.
How #7F751A actually behaves in design work — read from its OKLCH lightness, chroma and hue, not just its raw numbers. Ten signals to help you decide where this color earns its place.
Not a swatch to memorise — a color to build with. Here is #7F751A at work across the surfaces designers actually ship.
:root {
--color-base: #7F751A;
--color-base-rgb: 127 117 26;
--color-base-oklch: oklch(55.5% 0.107 102.8);
--color-50: #FDFCF2;
--color-100: #F9F6DC;
--color-200: #F1ECBB;
--color-300: #E2DA8D;
--color-400: #D0C562;
--color-500: #B5A940;
--color-600: #8A8238;
--color-700: #625D2D;
--color-800: #403D21;
--color-900: #282616;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
olive: {
50: '#FDFCF2',
100: '#F9F6DC',
200: '#F1ECBB',
300: '#E2DA8D',
400: '#D0C562',
500: '#B5A940',
600: '#8A8238',
700: '#625D2D',
800: '#403D21',
900: '#282616',
},
}
$base: #7F751A; $base-ink: #FFFFFF; $base-50: #FDFCF2; $base-100: #F9F6DC; $base-200: #F1ECBB; $base-300: #E2DA8D; $base-400: #D0C562; $base-500: #B5A940; $base-600: #8A8238; $base-700: #625D2D; $base-800: #403D21; $base-900: #282616; $base-hover: #665E15; $base-subtle: #E4DFAF;
{
"color": {
"base": {
"value": "#7F751A",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDFCF2",
"type": "color"
},
"100": {
"value": "#F9F6DC",
"type": "color"
},
"200": {
"value": "#F1ECBB",
"type": "color"
},
"300": {
"value": "#E2DA8D",
"type": "color"
},
"400": {
"value": "#D0C562",
"type": "color"
},
"500": {
"value": "#B5A940",
"type": "color"
},
"600": {
"value": "#8A8238",
"type": "color"
},
"700": {
"value": "#625D2D",
"type": "color"
},
"800": {
"value": "#403D21",
"type": "color"
},
"900": {
"value": "#282616",
"type": "color"
}
}
}
}