Olive Hex Code — #808000
RGB, HSL, and CMYK values for Olive.
Olive Color Values
| Format | Value |
|---|---|
| HEX | #808000 |
| RGB | rgb(128, 128, 0) |
| HSL | hsl(60, 100%, 25%) |
| CMYK | cmyk(0%, 0%, 100%, 50%) |
Want to explore more shades? Use our Color Converter
About Olive
Color psychology: Peace, wisdom.
Olive (#808000) is a dark shade of green. It's commonly used in web design, graphic design, and branding where peace, wisdom are desired associations.
How to Use Olive in CSS
/* Using HEX */ color: #808000; background-color: #808000; /* Using RGB */ color: rgb(128, 128, 0); /* Using HSL */ color: hsl(60, 100%, 25%);