Eat Your Greens
#696845
Looking for the precise values behind Eat Your Greens (#696845)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #696845 | |
|---|---|---|
| RGB | rgb(105, 104, 69) | |
| HSL | hsl(58, 21%, 34%) | |
| CMYK | cmyk(0%, 1%, 34%, 59%) | |
| LAB | lab(43, -4, 20) | |
| OKLCH | oklch(0.51 0.052 107) |
Color harmonies
Tints & shades
Code snippets
color: #696845;
background-color: #696845;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF696845)
/* Swift / UIKit */
UIColor(red: 0.41, green: 0.41, blue: 0.27, alpha: 1.0)