Green Envy
#77aa00
Here's everything about the color Green Envy (#77aa00) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #77aa00 | |
|---|---|---|
| RGB | rgb(119, 170, 0) | |
| HSL | hsl(78, 100%, 33%) | |
| CMYK | cmyk(30%, 0%, 100%, 33%) | |
| LAB | lab(64, -33, 64) | |
| OKLCH | oklch(0.68 0.177 128) |
Color harmonies
Tints & shades
Code snippets
color: #77aa00;
background-color: #77aa00;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-green-500 /* ≈ #00c950 */
/* Flutter */
Color(0xFF77AA00)
/* Swift / UIKit */
UIColor(red: 0.47, green: 0.67, blue: 0.00, alpha: 1.0)