#736015 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 #736015 works with other colors. Named schemes with #736015 in its natural role, and a note on why the supporting colors balance it.
This palette keeps Dark Olive Green as the dominant warm neutral, balanced by muted terracotta and olive earth tones and grounded by a deep espresso anchor.
Dark Olive Green 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.
Dark Olive Green plays the worn-leather lead, deepened by saddle brown and an oxblood anchor, softened by aged cream and cooled by a muted forest green.
Dark Olive Green sits between cream and a deep berry here, softened by a blush accent and grounded by charcoal.
Dark Olive Green 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 Dark Olive Green carrying the quiet middle.
How #736015 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 #736015 at work across the surfaces designers actually ship.
:root {
--color-base: #736015;
--color-base-rgb: 115 96 21;
--color-base-oklch: oklch(49.4% 0.093 93.9);
--color-50: #FDFBF2;
--color-100: #F9F4DC;
--color-200: #F2E7BA;
--color-300: #E4D28B;
--color-400: #D2BB60;
--color-500: #B79F3E;
--color-600: #8C7B36;
--color-700: #63582C;
--color-800: #413A20;
--color-900: #282415;
--color-on-base: #FFFFFF;
}
// tailwind.config.js
colors: {
dark-olive-green: {
50: '#FDFBF2',
100: '#F9F4DC',
200: '#F2E7BA',
300: '#E4D28B',
400: '#D2BB60',
500: '#B79F3E',
600: '#8C7B36',
700: '#63582C',
800: '#413A20',
900: '#282415',
},
}
$base: #736015; $base-ink: #FFFFFF; $base-50: #FDFBF2; $base-100: #F9F4DC; $base-200: #F2E7BA; $base-300: #E4D28B; $base-400: #D2BB60; $base-500: #B79F3E; $base-600: #8C7B36; $base-700: #63582C; $base-800: #413A20; $base-900: #282415; $base-hover: #5D4E11; $base-subtle: #E4D9AA;
{
"color": {
"base": {
"value": "#736015",
"type": "color"
},
"onBase": {
"value": "#FFFFFF",
"type": "color"
},
"scale": {
"50": {
"value": "#FDFBF2",
"type": "color"
},
"100": {
"value": "#F9F4DC",
"type": "color"
},
"200": {
"value": "#F2E7BA",
"type": "color"
},
"300": {
"value": "#E4D28B",
"type": "color"
},
"400": {
"value": "#D2BB60",
"type": "color"
},
"500": {
"value": "#B79F3E",
"type": "color"
},
"600": {
"value": "#8C7B36",
"type": "color"
},
"700": {
"value": "#63582C",
"type": "color"
},
"800": {
"value": "#413A20",
"type": "color"
},
"900": {
"value": "#282415",
"type": "color"
}
}
}
}