HSL(66, 67%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,67%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 67%, 30%) | color: hsl(66, 67%, 30%) | |
| HEX | #768019 | color: #768019 | |
| RGB | rgb(118, 128, 25) | color: rgb(118, 128, 25) | |
| CMYK | cmyk(8%, 0%, 80%, 50%) | — | |
| HSV | hsv(66, 80%, 50%) | — | |
| HWB | hwb(66 10% 50%) | color: hwb(66 10% 50%) | |
| OKLCH | oklch(0.5727 0.121 115.3) | color: oklch(0.5727 0.121 115.3) | |
| Lab | lab(51.11 -16.87 50.07) | color: lab(51.11 -16.87 50.07) | |
| LCH | lch(51.11 52.84 108.62) | color: lch(51.11 52.84 108.62) |
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)
#7A7A32 — rgb(122, 122, 50)
Deuteranopia (Green-blind)
#7A7938 — rgb(122, 121, 56)
Tritanopia (Blue-blind)
#77464A — rgb(119, 70, 74)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 67%, 30%);
text
color: hsl(66, 67%, 30%);
border
border: 2px solid hsl(66, 67%, 30%);
gradient light
background: linear-gradient(to right, hsl(66, 67%, 50%), hsl(66, 67%, 30%));
gradient dark
background: linear-gradient(to right, hsl(66, 67%, 30%), hsl(66, 67%, 10%))
hex
background-color: #768019;
tailwind
bg-[hsl(66,67%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 67%, 30%, 0.4);
css variable
--color-primary: hsl(66, 67%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 67%, 30%)?
HEX: #768019 | RGB: rgb(118, 128, 25) | CMYK: 8%, 0%, 80%, 50% | HSV: 66°, 80%, 50%. Copy any format from the conversion table above.
What colors go well with #768019?
The complementary color is HSL(246, 67%, 30%). For a triadic harmony, use hues 66°, 186°, and 306°. For analogous combinations, try hues 36° and 96°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(66, 67%, 30%) in CSS?
As HSL: color: hsl(66, 67%, 30%); — As HEX: color: #768019; — As RGB: color: rgb(118, 128, 25); — Tailwind CSS: bg-[hsl(66,67%,30%)] — CSS variable: --color-primary: hsl(66, 67%, 30%);