HSL(75, 30%, 35%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(75,30%,35%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(75, 30%, 35%) | color: hsl(75, 30%, 35%) | |
| HEX | #67743E | color: #67743E | |
| RGB | rgb(103, 116, 62) | color: rgb(103, 116, 62) | |
| CMYK | cmyk(11%, 0%, 47%, 55%) | — | |
| HSV | hsv(74, 47%, 45%) | — | |
| HWB | hwb(74 24% 55%) | color: hwb(74 24% 55%) | |
| OKLCH | oklch(0.5348 0.0785 120.22) | color: oklch(0.5348 0.0785 120.22) | |
| Lab | lab(46.61 -14.19 28.12) | color: lab(46.61 -14.19 28.12) | |
| LCH | lch(46.61 31.5 116.78) | color: lch(46.61 31.5 116.78) |
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)
#6D6D4B — rgb(109, 109, 75)
Deuteranopia (Green-blind)
#6C6B4E — rgb(108, 107, 78)
Tritanopia (Blue-blind)
#685558 — rgb(104, 85, 88)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(75, 30%, 35%);
text
color: hsl(75, 30%, 35%);
border
border: 2px solid hsl(75, 30%, 35%);
gradient light
background: linear-gradient(to right, hsl(75, 30%, 55%), hsl(75, 30%, 35%));
gradient dark
background: linear-gradient(to right, hsl(75, 30%, 35%), hsl(75, 30%, 15%))
hex
background-color: #67743E;
tailwind
bg-[hsl(75,30%,35%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(75, 30%, 35%, 0.4);
css variable
--color-primary: hsl(75, 30%, 35%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(75, 30%, 35%)?
HEX: #67743E | RGB: rgb(103, 116, 62) | CMYK: 11%, 0%, 47%, 55% | HSV: 74°, 47%, 45%. Copy any format from the conversion table above.
What colors go well with #67743E?
The complementary color is HSL(255, 30%, 35%). 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, 30%, 35%) in CSS?
As HSL: color: hsl(75, 30%, 35%); — As HEX: color: #67743E; — As RGB: color: rgb(103, 116, 62); — Tailwind CSS: bg-[hsl(75,30%,35%)] — CSS variable: --color-primary: hsl(75, 30%, 35%);