HSL(75, 12%, 38%)
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(75,12%,38%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(75, 12%, 38%) | color: hsl(75, 12%, 38%) | |
| HEX | #676D55 | color: #676D55 | |
| RGB | rgb(103, 109, 85) | color: rgb(103, 109, 85) | |
| CMYK | cmyk(6%, 0%, 22%, 57%) | — | |
| HSV | hsv(75, 22%, 43%) | — | |
| HWB | hwb(75 34% 57%) | color: hwb(75 34% 57%) | |
| OKLCH | oklch(0.5226 0.037 119.09) | color: oklch(0.5226 0.037 119.09) | |
| Lab | lab(44.91 -6.91 12.67) | color: lab(44.91 -6.91 12.67) | |
| LCH | lch(44.91 14.43 118.61) | color: lch(44.91 14.43 118.61) |
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)
#6A6A5B — rgb(106, 106, 91)
Deuteranopia (Green-blind)
#69695C — rgb(105, 105, 92)
Tritanopia (Blue-blind)
#675F60 — rgb(103, 95, 96)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(75, 12%, 38%);
text
color: hsl(75, 12%, 38%);
border
border: 2px solid hsl(75, 12%, 38%);
gradient light
background: linear-gradient(to right, hsl(75, 12%, 58%), hsl(75, 12%, 38%));
gradient dark
background: linear-gradient(to right, hsl(75, 12%, 38%), hsl(75, 12%, 18%))
hex
background-color: #676D55;
tailwind
bg-[hsl(75,12%,38%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(75, 12%, 38%, 0.4);
css variable
--color-primary: hsl(75, 12%, 38%);
Related Colors
Use Cases for Grayish Green
Frequently Asked Questions
What are all the color codes for HSL(75, 12%, 38%)?
HEX: #676D55 | RGB: rgb(103, 109, 85) | CMYK: 6%, 0%, 22%, 57% | HSV: 75°, 22%, 43%. Copy any format from the conversion table above.
What colors go well with #676D55?
The complementary color is HSL(255, 12%, 38%). For a triadic harmony, use hues 75°, 195°, and 315°. For analogous combinations, try hues 45° and 105°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(75, 12%, 38%) in CSS?
As HSL: color: hsl(75, 12%, 38%); — As HEX: color: #676D55; — As RGB: color: rgb(103, 109, 85); — Tailwind CSS: bg-[hsl(75,12%,38%)] — CSS variable: --color-primary: hsl(75, 12%, 38%);