HSL(67, 34%, 30%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,34%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 34%, 30%) | color: hsl(67, 34%, 30%) | |
| HEX | #606732 | color: #606732 | |
| RGB | rgb(96, 103, 50) | color: rgb(96, 103, 50) | |
| CMYK | cmyk(7%, 0%, 51%, 60%) | — | |
| HSV | hsv(68, 51%, 40%) | — | |
| HWB | hwb(68 20% 60%) | color: hwb(68 20% 60%) | |
| OKLCH | oklch(0.4949 0.0758 115.43) | color: oklch(0.4949 0.0758 115.43) | |
| Lab | lab(41.87 -11.46 28.77) | color: lab(41.87 -11.46 28.77) | |
| LCH | lch(41.87 30.97 111.72) | color: lch(41.87 30.97 111.72) |
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)
#63633F — rgb(99, 99, 63)
Deuteranopia (Green-blind)
#636242 — rgb(99, 98, 66)
Tritanopia (Blue-blind)
#60494B — rgb(96, 73, 75)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 34%, 30%);
text
color: hsl(67, 34%, 30%);
border
border: 2px solid hsl(67, 34%, 30%);
gradient light
background: linear-gradient(to right, hsl(67, 34%, 50%), hsl(67, 34%, 30%));
gradient dark
background: linear-gradient(to right, hsl(67, 34%, 30%), hsl(67, 34%, 10%))
hex
background-color: #606732;
tailwind
bg-[hsl(67,34%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 34%, 30%, 0.4);
css variable
--color-primary: hsl(67, 34%, 30%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 34%, 30%)?
HEX: #606732 | RGB: rgb(96, 103, 50) | CMYK: 7%, 0%, 51%, 60% | HSV: 68°, 51%, 40%. Copy any format from the conversion table above.
What colors go well with #606732?
The complementary color is HSL(247, 34%, 30%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(67, 34%, 30%) in CSS?
As HSL: color: hsl(67, 34%, 30%); — As HEX: color: #606732; — As RGB: color: rgb(96, 103, 50); — Tailwind CSS: bg-[hsl(67,34%,30%)] — CSS variable: --color-primary: hsl(67, 34%, 30%);