HSL(66, 63%, 29%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,63%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 63%, 29%) | color: hsl(66, 63%, 29%) | |
| HEX | #6F791B | color: #6F791B | |
| RGB | rgb(111, 121, 27) | color: rgb(111, 121, 27) | |
| CMYK | cmyk(8%, 0%, 78%, 53%) | — | |
| HSV | hsv(66, 78%, 47%) | — | |
| HWB | hwb(66 10% 53%) | color: hwb(66 10% 53%) | |
| OKLCH | oklch(0.5499 0.1142 115.64) | color: oklch(0.5499 0.1142 115.64) | |
| Lab | lab(48.43 -16.24 46.73) | color: lab(48.43 -16.24 46.73) | |
| LCH | lch(48.43 49.47 109.16) | color: lch(48.43 49.47 109.16) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#737332 — rgb(115, 115, 50)
Deuteranopia (Green-blind)
#737237 — rgb(115, 114, 55)
Tritanopia (Blue-blind)
#704448 — rgb(112, 68, 72)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 63%, 29%);
text
color: hsl(66, 63%, 29%);
border
border: 2px solid hsl(66, 63%, 29%);
gradient light
background: linear-gradient(to right, hsl(66, 63%, 49%), hsl(66, 63%, 29%));
gradient dark
background: linear-gradient(to right, hsl(66, 63%, 29%), hsl(66, 63%, 9%))
hex
background-color: #6F791B;
tailwind
bg-[hsl(66,63%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 63%, 29%, 0.4);
css variable
--color-primary: hsl(66, 63%, 29%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 63%, 29%)?
HEX: #6F791B | RGB: rgb(111, 121, 27) | CMYK: 8%, 0%, 78%, 53% | HSV: 66°, 78%, 47%. Copy any format from the conversion table above.
What colors go well with #6F791B?
The complementary color is HSL(246, 63%, 29%). 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, 63%, 29%) in CSS?
As HSL: color: hsl(66, 63%, 29%); — As HEX: color: #6F791B; — As RGB: color: rgb(111, 121, 27); — Tailwind CSS: bg-[hsl(66,63%,29%)] — CSS variable: --color-primary: hsl(66, 63%, 29%);