Green Goddess
#76ad83
Green Goddess is a color with the hex code #76ad83. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #76ad83 | |
|---|---|---|
| RGB | rgb(118, 173, 131) | |
| HSL | hsl(134, 25%, 57%) | |
| CMYK | cmyk(32%, 0%, 24%, 32%) | |
| LAB | lab(66, -26, 16) | |
| OKLCH | oklch(0.7 0.084 151) |
Color harmonies
Tints & shades
Code snippets
color: #76ad83;
background-color: #76ad83;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-teal-500 /* ≈ #00bba7 */
/* Flutter */
Color(0xFF76AD83)
/* Swift / UIKit */
UIColor(red: 0.46, green: 0.68, blue: 0.51, alpha: 1.0)