Mossy Glossy
#789b4a
Mossy Glossy, represented by the hex value #789b4a, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #789b4a | |
|---|---|---|
| RGB | rgb(120, 155, 74) | |
| HSL | hsl(86, 35%, 45%) | |
| CMYK | cmyk(23%, 0%, 52%, 39%) | |
| LAB | lab(60, -23, 38) | |
| OKLCH | oklch(0.64 0.116 129) |
Color harmonies
Tints & shades
Code snippets
color: #789b4a;
background-color: #789b4a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-emerald-500 /* ≈ #00bc7d */
/* Flutter */
Color(0xFF789B4A)
/* Swift / UIKit */
UIColor(red: 0.47, green: 0.61, blue: 0.29, alpha: 1.0)