#77871F 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 sits well as a supporting tone.
Not just a swatch — here's how #77871F works with other colors. Named schemes with #77871F 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 #77871F 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 #77871F at work across the surfaces designers actually ship.
:root {
--color-base: #77871F;
--color-base-rgb: 119 135 31;
--color-base-oklch: oklch(59.1% 0.126 118.2);
--color-50: #FBFDF2;
--color-100: #F4F8DD;
--color-200: #E8F0BD;
--color-300: #D4E08F;
--color-400: #BECD65;
--color-500: #A1B243;
--color-600: #7C883A;
--color-700: #59612E;
--color-800: #3B4021;
--color-900: #252716;
--color-on-base: #141310;
}
// tailwind.config.js
colors: {
olive: {
50: '#FBFDF2',
100: '#F4F8DD',
200: '#E8F0BD',
300: '#D4E08F',
400: '#BECD65',
500: '#A1B243',
600: '#7C883A',
700: '#59612E',
800: '#3B4021',
900: '#252716',
},
}
$base: #77871F; $base-ink: #141310; $base-50: #FBFDF2; $base-100: #F4F8DD; $base-200: #E8F0BD; $base-300: #D4E08F; $base-400: #BECD65; $base-500: #A1B243; $base-600: #7C883A; $base-700: #59612E; $base-800: #3B4021; $base-900: #252716; $base-hover: #616E19; $base-subtle: #DDE4B3;
{
"color": {
"base": {
"value": "#77871F",
"type": "color"
},
"onBase": {
"value": "#141310",
"type": "color"
},
"scale": {
"50": {
"value": "#FBFDF2",
"type": "color"
},
"100": {
"value": "#F4F8DD",
"type": "color"
},
"200": {
"value": "#E8F0BD",
"type": "color"
},
"300": {
"value": "#D4E08F",
"type": "color"
},
"400": {
"value": "#BECD65",
"type": "color"
},
"500": {
"value": "#A1B243",
"type": "color"
},
"600": {
"value": "#7C883A",
"type": "color"
},
"700": {
"value": "#59612E",
"type": "color"
},
"800": {
"value": "#3B4021",
"type": "color"
},
"900": {
"value": "#252716",
"type": "color"
}
}
}
}