HSL(67, 35%, 34%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,35%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 35%, 34%) | color: hsl(67, 35%, 34%) | |
| HEX | #6E7538 | color: #6E7538 | |
| RGB | rgb(110, 117, 56) | color: rgb(110, 117, 56) | |
| CMYK | cmyk(6%, 0%, 52%, 54%) | — | |
| HSV | hsv(67, 52%, 46%) | — | |
| HWB | hwb(67 22% 54%) | color: hwb(67 22% 54%) | |
| OKLCH | oklch(0.5422 0.0846 114.67) | color: oklch(0.5422 0.0846 114.67) | |
| Lab | lab(47.4 -12.34 32.44) | color: lab(47.4 -12.34 32.44) | |
| LCH | lch(47.4 34.71 110.83) | color: lch(47.4 34.71 110.83) |
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)
#717147 — rgb(113, 113, 71)
Deuteranopia (Green-blind)
#71704A — rgb(113, 112, 74)
Tritanopia (Blue-blind)
#6E5255 — rgb(110, 82, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 35%, 34%);
text
color: hsl(67, 35%, 34%);
border
border: 2px solid hsl(67, 35%, 34%);
gradient light
background: linear-gradient(to right, hsl(67, 35%, 54%), hsl(67, 35%, 34%));
gradient dark
background: linear-gradient(to right, hsl(67, 35%, 34%), hsl(67, 35%, 14%))
hex
background-color: #6E7538;
tailwind
bg-[hsl(67,35%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 35%, 34%, 0.4);
css variable
--color-primary: hsl(67, 35%, 34%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 35%, 34%)?
HEX: #6E7538 | RGB: rgb(110, 117, 56) | CMYK: 6%, 0%, 52%, 54% | HSV: 67°, 52%, 46%. Copy any format from the conversion table above.
What colors go well with #6E7538?
The complementary color is HSL(247, 35%, 34%). 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, 35%, 34%) in CSS?
As HSL: color: hsl(67, 35%, 34%); — As HEX: color: #6E7538; — As RGB: color: rgb(110, 117, 56); — Tailwind CSS: bg-[hsl(67,35%,34%)] — CSS variable: --color-primary: hsl(67, 35%, 34%);