12 Shades of Olive with Hex Codes
Olive is yellow-green with the saturation and lightness pulled down. It reads as earthy and utilitarian rather than fresh.
The olive hex code is #808000
#808000 is rgb(128, 128, 0) in RGB, hsl(60, 100%, 25%) in HSL, and about cmyk(0%, 0%, 100%, 50%) in CMYK. Every other olive below has its own hex code.
#808000rgb(128, 128, 0)hsl(60, 100%, 25%)Named Olive Colors and Their Hex Codes
Ordered darkest to lightest. Names marked CSS are color keywords you can write directly in a stylesheet; the rest are common design and print names. Select any swatch for its full breakdown.
#3C341Frgb(60, 52, 31)#4B5320rgb(75, 83, 32)#5B6238rgb(91, 98, 56)#556B2Frgb(85, 107, 47)#808000rgb(128, 128, 0)#728639rgb(114, 134, 57)#6B8E23rgb(107, 142, 35)#8A9A5Brgb(138, 154, 91)#8F9779rgb(143, 151, 121)#9CAF88rgb(156, 175, 136)#BDB76Brgb(189, 183, 107)#9ACD32rgb(154, 205, 50)OliveColor Chart: Hex, RGB, HSL & CMYK
Every olive above in all four common formats. CMYK is a mathematical approximation for planning; confirm production print colors with your printer and ICC profile.
| Name | Hex | RGB | HSL | CMYK |
|---|---|---|---|---|
| Dark Olive | #3C341F | rgb(60, 52, 31) | hsl(43, 32%, 18%) | cmyk(0%, 13%, 48%, 76%) |
| Army Green | #4B5320 | rgb(75, 83, 32) | hsl(69, 44%, 23%) | cmyk(10%, 0%, 61%, 67%) |
| Fatigue Green | #5B6238 | rgb(91, 98, 56) | hsl(70, 27%, 30%) | cmyk(7%, 0%, 43%, 62%) |
| DarkOliveGreen | #556B2F | rgb(85, 107, 47) | hsl(82, 39%, 30%) | cmyk(21%, 0%, 56%, 58%) |
| Olive | #808000 | rgb(128, 128, 0) | hsl(60, 100%, 25%) | cmyk(0%, 0%, 100%, 50%) |
| Khaki Green | #728639 | rgb(114, 134, 57) | hsl(76, 40%, 37%) | cmyk(15%, 0%, 57%, 47%) |
| OliveDrab | #6B8E23 | rgb(107, 142, 35) | hsl(80, 60%, 35%) | cmyk(25%, 0%, 75%, 44%) |
| Moss Green | #8A9A5B | rgb(138, 154, 91) | hsl(75, 26%, 48%) | cmyk(10%, 0%, 41%, 40%) |
| Artichoke | #8F9779 | rgb(143, 151, 121) | hsl(76, 13%, 53%) | cmyk(5%, 0%, 20%, 41%) |
| Sage | #9CAF88 | rgb(156, 175, 136) | hsl(89, 20%, 61%) | cmyk(11%, 0%, 22%, 31%) |
| DarkKhaki | #BDB76B | rgb(189, 183, 107) | hsl(56, 38%, 58%) | cmyk(0%, 3%, 43%, 26%) |
| YellowGreen | #9ACD32 | rgb(154, 205, 50) | hsl(80, 61%, 50%) | cmyk(25%, 0%, 76%, 20%) |
Olive Scale from Light to Dark
A 12-step lightness scale built from the core olive hue, holding hue and saturation constant. This is the shape of a design-system color ramp. Select any swatch for the full breakdown of that color.
Need a perceptually even ramp with semantic roles and contrast evidence? Generate olive design tokens.
What Olive Communicates
Olive is the green that does not look like a "success" state. Dropping a yellow-green toward 50% lightness and low saturation produces something that feels natural, worn, and military rather than digital — which is why it anchors outdoor, workwear, and heritage palettes where bright green would look wrong.
Where olive works well
- Outdoor, workwear, and military-adjacent brands
- Earth-tone palettes with terracotta, sand, and brown
- Backgrounds needing a green that will not be read as a status color
- Vintage and print-inspired layouts
Colors that pair with olive
Copy the Olive Palette as CSS
Every shade on this page as CSS custom properties, ready to paste into a stylesheet.
:root {
--olive-dark-olive: #3C341F;
--olive-army-green: #4B5320;
--olive-fatigue-green: #5B6238;
--olive-darkolivegreen: #556B2F;
--olive-olive: #808000;
--olive-khaki-green: #728639;
--olive-olivedrab: #6B8E23;
--olive-moss-green: #8A9A5B;
--olive-artichoke: #8F9779;
--olive-sage: #9CAF88;
--olive-darkkhaki: #BDB76B;
--olive-yellowgreen: #9ACD32;
}Olive Color Questions
What is the hex code for olive?
The standard olive hex code is #808000, which is rgb(128, 128, 0) in RGB and hsl(60, 100%, 25%) in HSL. There is no single "correct" olive — this page lists 12 named olive shades with their own hex codes.
How many shades of olive are there?
Displays can render millions of distinct olive values, so any count is a matter of which ones have names. This page lists 12 named shades of olive, combining the CSS color keywords with widely used olive names from design and print references, plus a generated 12-step lightness scale.
Can I use olive for text on a white background?
#808000 scores 4.2:1 against white. WCAG 2.2 asks for at least 4.5:1 for normal body text and 3:1 for large text, so this shade only passes for large text. Check any specific pairing in the contrast checker.
What colors go well with olive?
brown, beige, orange all pair well with olive. For a specific shade, open its color page to see the complementary, analogous, and triadic colors calculated from its exact hue.