Crispy Crunch
#7a8f68
Looking for the precise values behind Crispy Crunch (#7a8f68)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7a8f68 | |
|---|---|---|
| RGB | rgb(122, 143, 104) | |
| HSL | hsl(92, 16%, 48%) | |
| CMYK | cmyk(15%, 0%, 27%, 44%) | |
| LAB | lab(57, -13, 18) | |
| OKLCH | oklch(0.62 0.062 131) |
Color harmonies
Tints & shades
Code snippets
color: #7a8f68;
background-color: #7a8f68;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7A8F68)
/* Swift / UIKit */
UIColor(red: 0.48, green: 0.56, blue: 0.41, alpha: 1.0)