HSL(67, 43%, 36%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(67,43%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(67, 43%, 36%) | color: hsl(67, 43%, 36%) | |
| HEX | #7A8334 | color: #7A8334 | |
| RGB | rgb(122, 131, 52) | color: rgb(122, 131, 52) | |
| CMYK | cmyk(7%, 0%, 60%, 49%) | — | |
| HSV | hsv(67, 60%, 51%) | — | |
| HWB | hwb(67 20% 49%) | color: hwb(67 20% 49%) | |
| OKLCH | oklch(0.5856 0.1036 115.11) | color: oklch(0.5856 0.1036 115.11) | |
| Lab | lab(52.53 -14.99 40.62) | color: lab(52.53 -14.99 40.62) | |
| LCH | lch(52.53 43.3 110.26) | color: lch(52.53 43.3 110.26) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#7E7E47 — rgb(126, 126, 71)
Deuteranopia (Green-blind)
#7D7D4C — rgb(125, 125, 76)
Tritanopia (Blue-blind)
#7A565A — rgb(122, 86, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(67, 43%, 36%);
text
color: hsl(67, 43%, 36%);
border
border: 2px solid hsl(67, 43%, 36%);
gradient light
background: linear-gradient(to right, hsl(67, 43%, 56%), hsl(67, 43%, 36%));
gradient dark
background: linear-gradient(to right, hsl(67, 43%, 36%), hsl(67, 43%, 16%))
hex
background-color: #7A8334;
tailwind
bg-[hsl(67,43%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(67, 43%, 36%, 0.4);
css variable
--color-primary: hsl(67, 43%, 36%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(67, 43%, 36%)?
HEX: #7A8334 | RGB: rgb(122, 131, 52) | CMYK: 7%, 0%, 60%, 49% | HSV: 67°, 60%, 51%. Copy any format from the conversion table above.
What colors go well with #7A8334?
The complementary color is HSL(247, 43%, 36%). 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, 43%, 36%) in CSS?
As HSL: color: hsl(67, 43%, 36%); — As HEX: color: #7A8334; — As RGB: color: rgb(122, 131, 52); — Tailwind CSS: bg-[hsl(67,43%,36%)] — CSS variable: --color-primary: hsl(67, 43%, 36%);