HSL(73, 21%, 43%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(73,21%,43%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(73, 21%, 43%) | color: hsl(73, 21%, 43%) | |
| HEX | #7B8557 | color: #7B8557 | |
| RGB | rgb(123, 133, 87) | color: rgb(123, 133, 87) | |
| CMYK | cmyk(8%, 0%, 35%, 48%) | — | |
| HSV | hsv(73, 35%, 52%) | — | |
| HWB | hwb(73 34% 48%) | color: hwb(73 34% 48%) | |
| OKLCH | oklch(0.5965 0.0667 118.45) | color: oklch(0.5965 0.0667 118.45) | |
| Lab | lab(53.68 -11.75 23.62) | color: lab(53.68 -11.75 23.62) | |
| LCH | lch(53.68 26.38 116.45) | color: lch(53.68 26.38 116.45) |
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)
#7F7F62 — rgb(127, 127, 98)
Deuteranopia (Green-blind)
#7F7E65 — rgb(127, 126, 101)
Tritanopia (Blue-blind)
#7C6B6D — rgb(124, 107, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(73, 21%, 43%);
text
color: hsl(73, 21%, 43%);
border
border: 2px solid hsl(73, 21%, 43%);
gradient light
background: linear-gradient(to right, hsl(73, 21%, 63%), hsl(73, 21%, 43%));
gradient dark
background: linear-gradient(to right, hsl(73, 21%, 43%), hsl(73, 21%, 23%))
hex
background-color: #7B8557;
tailwind
bg-[hsl(73,21%,43%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(73, 21%, 43%, 0.4);
css variable
--color-primary: hsl(73, 21%, 43%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(73, 21%, 43%)?
HEX: #7B8557 | RGB: rgb(123, 133, 87) | CMYK: 8%, 0%, 35%, 48% | HSV: 73°, 35%, 52%. Copy any format from the conversion table above.
What colors go well with #7B8557?
The complementary color is HSL(253, 21%, 43%). For a triadic harmony, use hues 73°, 193°, and 313°. For analogous combinations, try hues 43° and 103°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(73, 21%, 43%) in CSS?
As HSL: color: hsl(73, 21%, 43%); — As HEX: color: #7B8557; — As RGB: color: rgb(123, 133, 87); — Tailwind CSS: bg-[hsl(73,21%,43%)] — CSS variable: --color-primary: hsl(73, 21%, 43%);