HSL(68, 72%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,72%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 72%, 33%) | color: hsl(68, 72%, 33%) | |
| HEX | #819118 | color: #819118 | |
| RGB | rgb(129, 145, 24) | color: rgb(129, 145, 24) | |
| CMYK | cmyk(11%, 0%, 83%, 43%) | — | |
| HSV | hsv(68, 83%, 57%) | — | |
| HWB | hwb(68 10% 43%) | color: hwb(68 10% 43%) | |
| OKLCH | oklch(0.6227 0.1368 117.51) | color: oklch(0.6227 0.1368 117.51) | |
| Lab | lab(57.06 -20.81 55.97) | color: lab(57.06 -20.81 55.97) | |
| LCH | lch(57.06 59.71 110.4) | color: lch(57.06 59.71 110.4) |
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)
#888835 — rgb(136, 136, 53)
Deuteranopia (Green-blind)
#87863C — rgb(135, 134, 60)
Tritanopia (Blue-blind)
#824C51 — rgb(130, 76, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 72%, 33%);
text
color: hsl(68, 72%, 33%);
border
border: 2px solid hsl(68, 72%, 33%);
gradient light
background: linear-gradient(to right, hsl(68, 72%, 53%), hsl(68, 72%, 33%));
gradient dark
background: linear-gradient(to right, hsl(68, 72%, 33%), hsl(68, 72%, 13%))
hex
background-color: #819118;
tailwind
bg-[hsl(68,72%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 72%, 33%, 0.4);
css variable
--color-primary: hsl(68, 72%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 72%, 33%)?
HEX: #819118 | RGB: rgb(129, 145, 24) | CMYK: 11%, 0%, 83%, 43% | HSV: 68°, 83%, 57%. Copy any format from the conversion table above.
What colors go well with #819118?
The complementary color is HSL(248, 72%, 33%). 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, 72%, 33%) in CSS?
As HSL: color: hsl(68, 72%, 33%); — As HEX: color: #819118; — As RGB: color: rgb(129, 145, 24); — Tailwind CSS: bg-[hsl(68,72%,33%)] — CSS variable: --color-primary: hsl(68, 72%, 33%);