Green Olive
#8d8b55
Looking for the precise values behind Green Olive (#8d8b55)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #8d8b55 | |
|---|---|---|
| RGB | rgb(141, 139, 85) | |
| HSL | hsl(58, 25%, 44%) | |
| CMYK | cmyk(0%, 1%, 40%, 45%) | |
| LAB | lab(57, -5, 29) | |
| OKLCH | oklch(0.63 0.074 107) |
Color harmonies
Tints & shades
Code snippets
color: #8d8b55;
background-color: #8d8b55;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF8D8B55)
/* Swift / UIKit */
UIColor(red: 0.55, green: 0.55, blue: 0.33, alpha: 1.0)