HSL(68, 71%, 32%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,71%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 71%, 32%) | color: hsl(68, 71%, 32%) | |
| HEX | #7C8C18 | color: #7C8C18 | |
| RGB | rgb(124, 140, 24) | color: rgb(124, 140, 24) | |
| CMYK | cmyk(11%, 0%, 83%, 45%) | — | |
| HSV | hsv(68, 83%, 55%) | — | |
| HWB | hwb(68 9% 45%) | color: hwb(68 9% 45%) | |
| OKLCH | oklch(0.6067 0.1331 117.77) | color: oklch(0.6067 0.1331 117.77) | |
| Lab | lab(55.18 -20.46 54.18) | color: lab(55.18 -20.46 54.18) | |
| LCH | lch(55.18 57.91 110.69) | color: lch(55.18 57.91 110.69) |
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)
#838334 — rgb(131, 131, 52)
Deuteranopia (Green-blind)
#82813B — rgb(130, 129, 59)
Tritanopia (Blue-blind)
#7D4A4F — rgb(125, 74, 79)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 71%, 32%);
text
color: hsl(68, 71%, 32%);
border
border: 2px solid hsl(68, 71%, 32%);
gradient light
background: linear-gradient(to right, hsl(68, 71%, 52%), hsl(68, 71%, 32%));
gradient dark
background: linear-gradient(to right, hsl(68, 71%, 32%), hsl(68, 71%, 12%))
hex
background-color: #7C8C18;
tailwind
bg-[hsl(68,71%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 71%, 32%, 0.4);
css variable
--color-primary: hsl(68, 71%, 32%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 71%, 32%)?
HEX: #7C8C18 | RGB: rgb(124, 140, 24) | CMYK: 11%, 0%, 83%, 45% | HSV: 68°, 83%, 55%. Copy any format from the conversion table above.
What colors go well with #7C8C18?
The complementary color is HSL(248, 71%, 32%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 71%, 32%) in CSS?
As HSL: color: hsl(68, 71%, 32%); — As HEX: color: #7C8C18; — As RGB: color: rgb(124, 140, 24); — Tailwind CSS: bg-[hsl(68,71%,32%)] — CSS variable: --color-primary: hsl(68, 71%, 32%);