Green Relict
#7b8762
Looking for the precise values behind Green Relict (#7b8762)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #7b8762 | |
|---|---|---|
| RGB | rgb(123, 135, 98) | |
| HSL | hsl(79, 16%, 46%) | |
| CMYK | cmyk(9%, 0%, 27%, 47%) | |
| LAB | lab(55, -10, 18) | |
| OKLCH | oklch(0.6 0.055 123) |
Color harmonies
Tints & shades
Code snippets
color: #7b8762;
background-color: #7b8762;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF7B8762)
/* Swift / UIKit */
UIColor(red: 0.48, green: 0.53, blue: 0.38, alpha: 1.0)