HSL(82, 15%, 48%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(82,15%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(82, 15%, 48%) | color: hsl(82, 15%, 48%) | |
| HEX | #7F8D68 | color: #7F8D68 | |
| RGB | rgb(127, 141, 104) | color: rgb(127, 141, 104) | |
| CMYK | cmyk(10%, 0%, 26%, 45%) | — | |
| HSV | hsv(83, 26%, 55%) | — | |
| HWB | hwb(83 41% 45%) | color: hwb(83 41% 45%) | |
| OKLCH | oklch(0.622 0.0558 124.83) | color: oklch(0.622 0.0558 124.83) | |
| Lab | lab(56.65 -11.94 18.11) | color: lab(56.65 -11.94 18.11) | |
| LCH | lch(56.65 21.69 123.4) | color: lch(56.65 21.69 123.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)
#858571 — rgb(133, 133, 113)
Deuteranopia (Green-blind)
#848373 — rgb(132, 131, 115)
Tritanopia (Blue-blind)
#80787A — rgb(128, 120, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(82, 15%, 48%);
text
color: hsl(82, 15%, 48%);
border
border: 2px solid hsl(82, 15%, 48%);
gradient light
background: linear-gradient(to right, hsl(82, 15%, 68%), hsl(82, 15%, 48%));
gradient dark
background: linear-gradient(to right, hsl(82, 15%, 48%), hsl(82, 15%, 28%))
hex
background-color: #7F8D68;
tailwind
bg-[hsl(82,15%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(82, 15%, 48%, 0.4);
css variable
--color-primary: hsl(82, 15%, 48%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(82, 15%, 48%)?
HEX: #7F8D68 | RGB: rgb(127, 141, 104) | CMYK: 10%, 0%, 26%, 45% | HSV: 83°, 26%, 55%. Copy any format from the conversion table above.
What colors go well with #7F8D68?
The complementary color is HSL(262, 15%, 48%). For a triadic harmony, use hues 82°, 202°, and 322°. For analogous combinations, try hues 52° and 112°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(82, 15%, 48%) in CSS?
As HSL: color: hsl(82, 15%, 48%); — As HEX: color: #7F8D68; — As RGB: color: rgb(127, 141, 104); — Tailwind CSS: bg-[hsl(82,15%,48%)] — CSS variable: --color-primary: hsl(82, 15%, 48%);