Hidden Valley
#689938
Hidden Valley, represented by the hex value #689938, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #689938 | |
|---|---|---|
| RGB | rgb(104, 153, 56) | |
| HSL | hsl(90, 46%, 41%) | |
| CMYK | cmyk(32%, 0%, 63%, 40%) | |
| LAB | lab(58, -29, 44) | |
| OKLCH | oklch(0.63 0.138 132) |
Color harmonies
Tints & shades
Code snippets
color: #689938;
background-color: #689938;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF689938)
/* Swift / UIKit */
UIColor(red: 0.41, green: 0.60, blue: 0.22, alpha: 1.0)