HSL(71, 36%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(71,36%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(71, 36%, 35%) | color: hsl(71, 36%, 35%) | |
| HEX | #6E7939 | color: #6E7939 | |
| RGB | rgb(110, 121, 57) | color: rgb(110, 121, 57) | |
| CMYK | cmyk(9%, 0%, 53%, 53%) | — | |
| HSV | hsv(70, 53%, 47%) | — | |
| HWB | hwb(70 22% 53%) | color: hwb(70 22% 53%) | |
| OKLCH | oklch(0.552 0.089 117.48) | color: oklch(0.552 0.089 117.48) | |
| Lab | lab(48.62 -14.42 33.37) | color: lab(48.62 -14.42 33.37) | |
| LCH | lch(48.62 36.35 113.37) | color: lch(48.62 36.35 113.37) |
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)
#737348 — rgb(115, 115, 72)
Deuteranopia (Green-blind)
#72714C — rgb(114, 113, 76)
Tritanopia (Blue-blind)
#6F5557 — rgb(111, 85, 87)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(71, 36%, 35%);
text
color: hsl(71, 36%, 35%);
border
border: 2px solid hsl(71, 36%, 35%);
gradient light
background: linear-gradient(to right, hsl(71, 36%, 55%), hsl(71, 36%, 35%));
gradient dark
background: linear-gradient(to right, hsl(71, 36%, 35%), hsl(71, 36%, 15%))
hex
background-color: #6E7939;
tailwind
bg-[hsl(71,36%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(71, 36%, 35%, 0.4);
css variable
--color-primary: hsl(71, 36%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(71, 36%, 35%)?
HEX: #6E7939 | RGB: rgb(110, 121, 57) | CMYK: 9%, 0%, 53%, 53% | HSV: 70°, 53%, 47%. Copy any format from the conversion table above.
What colors go well with #6E7939?
The complementary color is HSL(251, 36%, 35%). 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, 36%, 35%) in CSS?
As HSL: color: hsl(71, 36%, 35%); — As HEX: color: #6E7939; — As RGB: color: rgb(110, 121, 57); — Tailwind CSS: bg-[hsl(71,36%,35%)] — CSS variable: --color-primary: hsl(71, 36%, 35%);