HSL(71, 19%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(71,19%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 19%, 37%) | color: hsl(71, 19%, 37%) | |
| HEX | #6A704C | color: #6A704C | |
| RGB | rgb(106, 112, 76) | color: rgb(106, 112, 76) | |
| CMYK | cmyk(5%, 0%, 32%, 56%) | — | |
| HSV | hsv(70, 32%, 44%) | — | |
| HWB | hwb(70 30% 56%) | color: hwb(70 30% 56%) | |
| OKLCH | oklch(0.5303 0.0536 115.96) | color: oklch(0.5303 0.0536 115.96) | |
| Lab | lab(45.87 -8.79 19.3) | color: lab(45.87 -8.79 19.3) | |
| LCH | lch(45.87 21.21 114.49) | color: lch(45.87 21.21 114.49) |
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)
#6D6D55 — rgb(109, 109, 85)
Deuteranopia (Green-blind)
#6C6C57 — rgb(108, 108, 87)
Tritanopia (Blue-blind)
#6A5C5D — rgb(106, 92, 93)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 19%, 37%);
text
color: hsl(71, 19%, 37%);
border
border: 2px solid hsl(71, 19%, 37%);
gradient light
background: linear-gradient(to right, hsl(71, 19%, 57%), hsl(71, 19%, 37%));
gradient dark
background: linear-gradient(to right, hsl(71, 19%, 37%), hsl(71, 19%, 17%))
hex
background-color: #6A704C;
tailwind
bg-[hsl(71,19%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 19%, 37%, 0.4);
css variable
--color-primary: hsl(71, 19%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 19%, 37%)?
HEX: #6A704C | RGB: rgb(106, 112, 76) | CMYK: 5%, 0%, 32%, 56% | HSV: 70°, 32%, 44%. Copy any format from the conversion table above.
What colors go well with #6A704C?
The complementary color is HSL(251, 19%, 37%). For a triadic harmony, use hues 71°, 191°, and 311°. For analogous combinations, try hues 41° and 101°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(71, 19%, 37%) in CSS?
As HSL: color: hsl(71, 19%, 37%); — As HEX: color: #6A704C; — As RGB: color: rgb(106, 112, 76); — Tailwind CSS: bg-[hsl(71,19%,37%)] — CSS variable: --color-primary: hsl(71, 19%, 37%);