Olive
#808010
Olive, represented by the hex value #808010, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #808010 | |
|---|---|---|
| RGB | rgb(128, 128, 16) | |
| HSL | hsl(60, 78%, 28%) | |
| CMYK | cmyk(0%, 0%, 88%, 50%) | |
| LAB | lab(52, -9, 53) | |
| OKLCH | oklch(0.58 0.122 110) |
Color harmonies
Tints & shades
Code snippets
color: #808010;
background-color: #808010;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF808010)
/* Swift / UIKit */
UIColor(red: 0.50, green: 0.50, blue: 0.06, alpha: 1.0)