Olive Tree
#aba77c
Olive Tree, represented by the hex value #aba77c, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #aba77c | |
|---|---|---|
| RGB | rgb(171, 167, 124) | |
| HSL | hsl(55, 22%, 58%) | |
| CMYK | cmyk(0%, 2%, 27%, 33%) | |
| LAB | lab(68, -4, 23) | |
| OKLCH | oklch(0.72 0.059 103) |
Color harmonies
Tints & shades
Code snippets
color: #aba77c;
background-color: #aba77c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFFABA77C)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.65, blue: 0.49, alpha: 1.0)