Green Tea
#b5b68f
Green Tea is a color with the hex code #b5b68f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #b5b68f | |
|---|---|---|
| RGB | rgb(181, 182, 143) | |
| HSL | hsl(62, 21%, 64%) | |
| CMYK | cmyk(1%, 0%, 21%, 29%) | |
| LAB | lab(73, -5, 20) | |
| OKLCH | oklch(0.77 0.053 109) |
Color harmonies
Tints & shades
Code snippets
color: #b5b68f;
background-color: #b5b68f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFB5B68F)
/* Swift / UIKit */
UIColor(red: 0.71, green: 0.71, blue: 0.56, alpha: 1.0)