HSL(66, 37%, 34%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(66,37%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(66, 37%, 34%) | color: hsl(66, 37%, 34%) | |
| HEX | #707737 | color: #707737 | |
| RGB | rgb(112, 119, 55) | color: rgb(112, 119, 55) | |
| CMYK | cmyk(6%, 0%, 54%, 53%) | — | |
| HSV | hsv(67, 54%, 47%) | — | |
| HWB | hwb(67 22% 53%) | color: hwb(67 22% 53%) | |
| OKLCH | oklch(0.5486 0.0878 114.5) | color: oklch(0.5486 0.0878 114.5) | |
| Lab | lab(48.15 -12.66 33.9) | color: lab(48.15 -12.66 33.9) | |
| LCH | lch(48.15 36.19 110.48) | color: lch(48.15 36.19 110.48) |
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)
#737346 — rgb(115, 115, 70)
Deuteranopia (Green-blind)
#73724A — rgb(115, 114, 74)
Tritanopia (Blue-blind)
#705355 — rgb(112, 83, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(66, 37%, 34%);
text
color: hsl(66, 37%, 34%);
border
border: 2px solid hsl(66, 37%, 34%);
gradient light
background: linear-gradient(to right, hsl(66, 37%, 54%), hsl(66, 37%, 34%));
gradient dark
background: linear-gradient(to right, hsl(66, 37%, 34%), hsl(66, 37%, 14%))
hex
background-color: #707737;
tailwind
bg-[hsl(66,37%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(66, 37%, 34%, 0.4);
css variable
--color-primary: hsl(66, 37%, 34%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(66, 37%, 34%)?
HEX: #707737 | RGB: rgb(112, 119, 55) | CMYK: 6%, 0%, 54%, 53% | HSV: 67°, 54%, 47%. Copy any format from the conversion table above.
What colors go well with #707737?
The complementary color is HSL(246, 37%, 34%). 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, 37%, 34%) in CSS?
As HSL: color: hsl(66, 37%, 34%); — As HEX: color: #707737; — As RGB: color: rgb(112, 119, 55); — Tailwind CSS: bg-[hsl(66,37%,34%)] — CSS variable: --color-primary: hsl(66, 37%, 34%);