HSL(72, 90%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(72,90%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(72, 90%, 30%) | color: hsl(72, 90%, 30%) | |
| HEX | #769108 | color: #769108 | |
| RGB | rgb(118, 145, 8) | color: rgb(118, 145, 8) | |
| CMYK | cmyk(19%, 0%, 94%, 43%) | — | |
| HSV | hsv(72, 94%, 57%) | — | |
| HWB | hwb(72 3% 43%) | color: hwb(72 3% 43%) | |
| OKLCH | oklch(0.6137 0.1467 121.99) | color: oklch(0.6137 0.1467 121.99) | |
| Lab | lab(56.21 -26.03 58.25) | color: lab(56.21 -26.03 58.25) | |
| LCH | lch(56.21 63.8 114.08) | color: lch(56.21 63.8 114.08) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#828229 — rgb(130, 130, 41)
Deuteranopia (Green-blind)
#807E31 — rgb(128, 126, 49)
Tritanopia (Blue-blind)
#774349 — rgb(119, 67, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(72, 90%, 30%);
text
color: hsl(72, 90%, 30%);
border
border: 2px solid hsl(72, 90%, 30%);
gradient light
background: linear-gradient(to right, hsl(72, 90%, 50%), hsl(72, 90%, 30%));
gradient dark
background: linear-gradient(to right, hsl(72, 90%, 30%), hsl(72, 90%, 10%))
hex
background-color: #769108;
tailwind
bg-[hsl(72,90%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(72, 90%, 30%, 0.4);
css variable
--color-primary: hsl(72, 90%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(72, 90%, 30%)?
HEX: #769108 | RGB: rgb(118, 145, 8) | CMYK: 19%, 0%, 94%, 43% | HSV: 72°, 94%, 57%. Copy any format from the conversion table above.
What colors go well with #769108?
The complementary color is HSL(252, 90%, 30%). For a triadic harmony, use hues 72°, 192°, and 312°. For analogous combinations, try hues 42° and 102°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(72, 90%, 30%) in CSS?
As HSL: color: hsl(72, 90%, 30%); — As HEX: color: #769108; — As RGB: color: rgb(118, 145, 8); — Tailwind CSS: bg-[hsl(72,90%,30%)] — CSS variable: --color-primary: hsl(72, 90%, 30%);