HSL(85, 52%, 39%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(85,52%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(85, 52%, 39%) | color: hsl(85, 52%, 39%) | |
| HEX | #6C9730 | color: #6C9730 | |
| RGB | rgb(108, 151, 48) | color: rgb(108, 151, 48) | |
| CMYK | cmyk(28%, 0%, 68%, 41%) | — | |
| HSV | hsv(85, 68%, 59%) | — | |
| HWB | hwb(85 19% 41%) | color: hwb(85 19% 41%) | |
| OKLCH | oklch(0.6238 0.1398 129.28) | color: oklch(0.6238 0.1398 129.28) | |
| Lab | lab(57.59 -31.23 47.58) | color: lab(57.59 -31.23 47.58) | |
| LCH | lch(57.59 56.91 123.28) | color: lch(57.59 56.91 123.28) |
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)
#7F7F49 — rgb(127, 127, 73)
Deuteranopia (Green-blind)
#7C794F — rgb(124, 121, 79)
Tritanopia (Blue-blind)
#6E5D61 — rgb(110, 93, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(85, 52%, 39%);
text
color: hsl(85, 52%, 39%);
border
border: 2px solid hsl(85, 52%, 39%);
gradient light
background: linear-gradient(to right, hsl(85, 52%, 59%), hsl(85, 52%, 39%));
gradient dark
background: linear-gradient(to right, hsl(85, 52%, 39%), hsl(85, 52%, 19%))
hex
background-color: #6C9730;
tailwind
bg-[hsl(85,52%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(85, 52%, 39%, 0.4);
css variable
--color-primary: hsl(85, 52%, 39%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(85, 52%, 39%)?
HEX: #6C9730 | RGB: rgb(108, 151, 48) | CMYK: 28%, 0%, 68%, 41% | HSV: 85°, 68%, 59%. Copy any format from the conversion table above.
What colors go well with #6C9730?
The complementary color is HSL(265, 52%, 39%). For a triadic harmony, use hues 85°, 205°, and 325°. For analogous combinations, try hues 55° and 115°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(85, 52%, 39%) in CSS?
As HSL: color: hsl(85, 52%, 39%); — As HEX: color: #6C9730; — As RGB: color: rgb(108, 151, 48); — Tailwind CSS: bg-[hsl(85,52%,39%)] — CSS variable: --color-primary: hsl(85, 52%, 39%);