HSL(83, 22%, 38%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(83,22%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(83, 22%, 38%) | color: hsl(83, 22%, 38%) | |
| HEX | #66764C | color: #66764C | |
| RGB | rgb(102, 118, 76) | color: rgb(102, 118, 76) | |
| CMYK | cmyk(14%, 0%, 36%, 54%) | — | |
| HSV | hsv(83, 36%, 46%) | — | |
| HWB | hwb(83 29% 54%) | color: hwb(83 29% 54%) | |
| OKLCH | oklch(0.5414 0.0647 125.45) | color: oklch(0.5414 0.0647 125.45) | |
| Lab | lab(47.37 -13.81 21.23) | color: lab(47.37 -13.81 21.23) | |
| LCH | lch(47.37 25.33 123.04) | color: lch(47.37 25.33 123.04) |
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)
#6D6D56 — rgb(109, 109, 86)
Deuteranopia (Green-blind)
#6C6B59 — rgb(108, 107, 89)
Tritanopia (Blue-blind)
#675E60 — rgb(103, 94, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(83, 22%, 38%);
text
color: hsl(83, 22%, 38%);
border
border: 2px solid hsl(83, 22%, 38%);
gradient light
background: linear-gradient(to right, hsl(83, 22%, 58%), hsl(83, 22%, 38%));
gradient dark
background: linear-gradient(to right, hsl(83, 22%, 38%), hsl(83, 22%, 18%))
hex
background-color: #66764C;
tailwind
bg-[hsl(83,22%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(83, 22%, 38%, 0.4);
css variable
--color-primary: hsl(83, 22%, 38%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(83, 22%, 38%)?
HEX: #66764C | RGB: rgb(102, 118, 76) | CMYK: 14%, 0%, 36%, 54% | HSV: 83°, 36%, 46%. Copy any format from the conversion table above.
What colors go well with #66764C?
The complementary color is HSL(263, 22%, 38%). For a triadic harmony, use hues 83°, 203°, and 323°. For analogous combinations, try hues 53° and 113°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(83, 22%, 38%) in CSS?
As HSL: color: hsl(83, 22%, 38%); — As HEX: color: #66764C; — As RGB: color: rgb(102, 118, 76); — Tailwind CSS: bg-[hsl(83,22%,38%)] — CSS variable: --color-primary: hsl(83, 22%, 38%);