#7E733B 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 #7E733B works with other colors. Named schemes with #7E733B in its natural role, and a note on why the supporting colors balance it.
This palette keeps Olive Brown as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Olive Brown 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 Brown 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 Brown leads this botanical set among foliage greens and a terracotta accent, softened by cream and grounded in bark brown.
Olive Brown 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 Brown carrying the quiet middle.
How #7E733B 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 #7E733B at work across the surfaces designers actually ship.
:root {
--color-base: #7E733B;
--color-base-rgb: 126 115 59;
--color-base-oklch: oklch(55.3% 0.077 98.4);
--color-50: #FAF9F4;
--color-100: #F2F0E3;
--color-200: #E5E0C8;
--color-300: #CFC7A0;
--color-400: #B7AD7B;
--color-500: #9A905B;
--color-600: #77704A;
--color-700: #565139;
--color-800: #393628;
--color-900: #23221A;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
olive-brown: {
50: '#FAF9F4',
100: '#F2F0E3',
200: '#E5E0C8',
300: '#CFC7A0',
400: '#B7AD7B',
500: '#9A905B',
600: '#77704A',
700: '#565139',
800: '#393628',
900: '#23221A',
},
}
$base: #7E733B; $base-ink: #FFFFFF; $base-50: #FAF9F4; $base-100: #F2F0E3; $base-200: #E5E0C8; $base-300: #CFC7A0; $base-400: #B7AD7B; $base-500: #9A905B; $base-600: #77704A; $base-700: #565139; $base-800: #393628; $base-900: #23221A; $base-hover: #645B2F; $base-subtle: #DBD7C1;
{
"color": {
"base": {
"value": "#7E733B",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FAF9F4",
"type": "color"
},
"100": {
"value": "#F2F0E3",
"type": "color"
},
"200": {
"value": "#E5E0C8",
"type": "color"
},
"300": {
"value": "#CFC7A0",
"type": "color"
},
"400": {
"value": "#B7AD7B",
"type": "color"
},
"500": {
"value": "#9A905B",
"type": "color"
},
"600": {
"value": "#77704A",
"type": "color"
},
"700": {
"value": "#565139",
"type": "color"
},
"800": {
"value": "#393628",
"type": "color"
},
"900": {
"value": "#23221A",
"type": "color"
}
}
}
}