HSL(68, 65%, 33%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(68,65%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(68, 65%, 33%) | color: hsl(68, 65%, 33%) | |
| HEX | #7C8B1D | color: #7C8B1D | |
| RGB | rgb(124, 139, 29) | color: rgb(124, 139, 29) | |
| CMYK | cmyk(11%, 0%, 79%, 45%) | — | |
| HSV | hsv(68, 79%, 55%) | — | |
| HWB | hwb(68 12% 45%) | color: hwb(68 12% 45%) | |
| OKLCH | oklch(0.6045 0.1294 117.43) | color: oklch(0.6045 0.1294 117.43) | |
| Lab | lab(54.91 -19.74 52.42) | color: lab(54.91 -19.74 52.42) | |
| LCH | lch(54.91 56.01 110.64) | color: lch(54.91 56.01 110.64) |
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)
#828338 — rgb(130, 131, 56)
Deuteranopia (Green-blind)
#82813E — rgb(130, 129, 62)
Tritanopia (Blue-blind)
#7D4D51 — rgb(125, 77, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(68, 65%, 33%);
text
color: hsl(68, 65%, 33%);
border
border: 2px solid hsl(68, 65%, 33%);
gradient light
background: linear-gradient(to right, hsl(68, 65%, 53%), hsl(68, 65%, 33%));
gradient dark
background: linear-gradient(to right, hsl(68, 65%, 33%), hsl(68, 65%, 13%))
hex
background-color: #7C8B1D;
tailwind
bg-[hsl(68,65%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(68, 65%, 33%, 0.4);
css variable
--color-primary: hsl(68, 65%, 33%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(68, 65%, 33%)?
HEX: #7C8B1D | RGB: rgb(124, 139, 29) | CMYK: 11%, 0%, 79%, 45% | HSV: 68°, 79%, 55%. Copy any format from the conversion table above.
What colors go well with #7C8B1D?
The complementary color is HSL(248, 65%, 33%). For a triadic harmony, use hues 68°, 188°, and 308°. For analogous combinations, try hues 38° and 98°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(68, 65%, 33%) in CSS?
As HSL: color: hsl(68, 65%, 33%); — As HEX: color: #7C8B1D; — As RGB: color: rgb(124, 139, 29); — Tailwind CSS: bg-[hsl(68,65%,33%)] — CSS variable: --color-primary: hsl(68, 65%, 33%);