Olive Drab Hex Code — #6B8E23
RGB, HSL, and CMYK values for Olive Drab.
Olive Drab Color Values
| Format | Value |
|---|---|
| HEX | #6B8E23 |
| RGB | rgb(107, 142, 35) |
| HSL | hsl(80, 60%, 35%) |
| CMYK | cmyk(25%, 0%, 75%, 44%) |
Want to explore more shades? Use our Color Converter
About Olive Drab
Color psychology: Military, nature.
Olive Drab (#6B8E23) is a dark shade of green. It's commonly used in web design, graphic design, and branding where military, nature are desired associations.
How to Use Olive Drab in CSS
/* Using HEX */ color: #6B8E23; background-color: #6B8E23; /* Using RGB */ color: rgb(107, 142, 35); /* Using HSL */ color: hsl(80, 60%, 35%);