HSL(75, 72%, 34%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(75,72%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(75, 72%, 34%) | color: hsl(75, 72%, 34%) | |
| HEX | #769518 | color: #769518 | |
| RGB | rgb(118, 149, 24) | color: rgb(118, 149, 24) | |
| CMYK | cmyk(21%, 0%, 84%, 42%) | — | |
| HSV | hsv(75, 84%, 58%) | — | |
| HWB | hwb(75 9% 42%) | color: hwb(75 9% 42%) | |
| OKLCH | oklch(0.6241 0.1464 123.6) | color: oklch(0.6241 0.1464 123.6) | |
| Lab | lab(57.47 -27.54 56.03) | color: lab(57.47 -27.54 56.03) | |
| LCH | lch(57.47 62.43 116.18) | color: lch(57.47 62.43 116.18) |
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)
#838436 — rgb(131, 132, 54)
Deuteranopia (Green-blind)
#827F3E — rgb(130, 127, 62)
Tritanopia (Blue-blind)
#784E53 — rgb(120, 78, 83)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(75, 72%, 34%);
text
color: hsl(75, 72%, 34%);
border
border: 2px solid hsl(75, 72%, 34%);
gradient light
background: linear-gradient(to right, hsl(75, 72%, 54%), hsl(75, 72%, 34%));
gradient dark
background: linear-gradient(to right, hsl(75, 72%, 34%), hsl(75, 72%, 14%))
hex
background-color: #769518;
tailwind
bg-[hsl(75,72%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(75, 72%, 34%, 0.4);
css variable
--color-primary: hsl(75, 72%, 34%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(75, 72%, 34%)?
HEX: #769518 | RGB: rgb(118, 149, 24) | CMYK: 21%, 0%, 84%, 42% | HSV: 75°, 84%, 58%. Copy any format from the conversion table above.
What colors go well with #769518?
The complementary color is HSL(255, 72%, 34%). For a triadic harmony, use hues 75°, 195°, and 315°. For analogous combinations, try hues 45° and 105°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(75, 72%, 34%) in CSS?
As HSL: color: hsl(75, 72%, 34%); — As HEX: color: #769518; — As RGB: color: rgb(118, 149, 24); — Tailwind CSS: bg-[hsl(75,72%,34%)] — CSS variable: --color-primary: hsl(75, 72%, 34%);