HSL(92, 23%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,23%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 23%, 43%) | color: hsl(92, 23%, 43%) | |
| HEX | #6C8754 | color: #6C8754 | |
| RGB | rgb(108, 135, 84) | color: rgb(108, 135, 84) | |
| CMYK | cmyk(20%, 0%, 38%, 47%) | — | |
| HSV | hsv(92, 38%, 53%) | — | |
| HWB | hwb(92 33% 47%) | color: hwb(92 33% 47%) | |
| OKLCH | oklch(0.5891 0.0801 131.18) | color: oklch(0.5891 0.0801 131.18) | |
| Lab | lab(53.12 -19.3 24.35) | color: lab(53.12 -19.3 24.35) | |
| LCH | lch(53.12 31.07 128.4) | color: lch(53.12 31.07 128.4) |
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)
#787860 — rgb(120, 120, 96)
Deuteranopia (Green-blind)
#767463 — rgb(118, 116, 99)
Tritanopia (Blue-blind)
#6D6A6C — rgb(109, 106, 108)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 23%, 43%);
text
color: hsl(92, 23%, 43%);
border
border: 2px solid hsl(92, 23%, 43%);
gradient light
background: linear-gradient(to right, hsl(92, 23%, 63%), hsl(92, 23%, 43%));
gradient dark
background: linear-gradient(to right, hsl(92, 23%, 43%), hsl(92, 23%, 23%))
hex
background-color: #6C8754;
tailwind
bg-[hsl(92,23%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 23%, 43%, 0.4);
css variable
--color-primary: hsl(92, 23%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(92, 23%, 43%)?
HEX: #6C8754 | RGB: rgb(108, 135, 84) | CMYK: 20%, 0%, 38%, 47% | HSV: 92°, 38%, 53%. Copy any format from the conversion table above.
What colors go well with #6C8754?
The complementary color is HSL(272, 23%, 43%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 23%, 43%) in CSS?
As HSL: color: hsl(92, 23%, 43%); — As HEX: color: #6C8754; — As RGB: color: rgb(108, 135, 84); — Tailwind CSS: bg-[hsl(92,23%,43%)] — CSS variable: --color-primary: hsl(92, 23%, 43%);