HSL(107, 10%, 48%)
Grayish Green — Green color
Adjust Color
Color Information
Color Name
Grayish Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(107,10%,48%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 10%, 48%) | color: hsl(107, 10%, 48%) | |
| HEX | #73876E | color: #73876E | |
| RGB | rgb(115, 135, 110) | color: rgb(115, 135, 110) | |
| CMYK | cmyk(15%, 0%, 19%, 47%) | — | |
| HSV | hsv(108, 19%, 53%) | — | |
| HWB | hwb(108 43% 47%) | color: hwb(108 43% 47%) | |
| OKLCH | oklch(0.6001 0.0438 139.43) | color: oklch(0.6001 0.0438 139.43) | |
| Lab | lab(54.13 -12.27 11.07) | color: lab(54.13 -12.27 11.07) | |
| LCH | lch(54.13 16.53 137.94) | color: lch(54.13 16.53 137.94) |
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)
#7C7C74 — rgb(124, 124, 116)
Deuteranopia (Green-blind)
#7B7976 — rgb(123, 121, 118)
Tritanopia (Blue-blind)
#74797A — rgb(116, 121, 122)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 10%, 48%);
text
color: hsl(107, 10%, 48%);
border
border: 2px solid hsl(107, 10%, 48%);
gradient light
background: linear-gradient(to right, hsl(107, 10%, 68%), hsl(107, 10%, 48%));
gradient dark
background: linear-gradient(to right, hsl(107, 10%, 48%), hsl(107, 10%, 28%))
hex
background-color: #73876E;
tailwind
bg-[hsl(107,10%,48%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 10%, 48%, 0.4);
css variable
--color-primary: hsl(107, 10%, 48%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(107, 10%, 48%)?
HEX: #73876E | RGB: rgb(115, 135, 110) | CMYK: 15%, 0%, 19%, 47% | HSV: 108°, 19%, 53%. Copy any format from the conversion table above.
What colors go well with #73876E?
The complementary color is HSL(287, 10%, 48%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 10%, 48%) in CSS?
As HSL: color: hsl(107, 10%, 48%); — As HEX: color: #73876E; — As RGB: color: rgb(115, 135, 110); — Tailwind CSS: bg-[hsl(107,10%,48%)] — CSS variable: --color-primary: hsl(107, 10%, 48%);