Dusty green to HSL — Color Code

#76a973
Format Value
HEX #76a973
RGB rgb(118, 169, 115)
HSL hsl(116.7, 23.9%, 55.7%)
CMYK cmyk(30.2%, 0%, 32%, 33.7%)
HSV hsv(116.7, 32%, 66.3%)

dusty green color harmonies

Tints & shades of dusty green

Tints (lighter)

#82b180 #8fb98c #9bc099 #a8c8a6 #b4d0b3 #c1d8bf #cde0cc #dae8d9 #e6efe6 #f3f7f2

Shades (darker)

#6b9a69 #618a5e #567b54 #4b6c49 #405c3f #364d34 #2b3d2a #202e1f #151f15 #0b0f0a

Contrast & accessibility

The quick brown fox

On white · 2.73:1 · Fail

The quick brown fox

On black · 7.69:1 · AAA

Recommended text color: #000000

Use dusty green in code

CSS color: #76a973;
SCSS $color: #76a973;
Tailwind bg-[#76a973]
Swift UIColor(red: 0.463, green: 0.663, blue: 0.451, alpha: 1)
Android Color.parseColor("#76a973")
Flutter Color(0xFF76A973)

Colors similar to dusty green

Browse all Green colors →

What is the HSL code for dusty green?

The CSS color dusty green in HSL format is hsl(116.7, 23.9%, 55.7%). Use this value directly in CSS, SVG, and most design tools.

How do I use dusty green in CSS?

To apply dusty green in CSS:

  • Text color: color: hsl(116.7, 23.9%, 55.7%);
  • Background: background-color: hsl(116.7, 23.9%, 55.7%);
  • Border: border-color: hsl(116.7, 23.9%, 55.7%);

What are all the color format values for dusty green?

FormatValue
HEX#76a973
RGBrgb(118, 169, 115)
HSLhsl(116.7, 23.9%, 55.7%)
CMYKcmyk(30.2%, 0%, 32%, 33.7%)

How do I convert dusty green to HSL?

Select dusty green from the color name list in our color converter. The HSL value — hsl(116.7, 23.9%, 55.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dusty green belong to?

dusty green belongs to the green color family. It is a medium, muted color with HSL values: hue 116.7°, saturation 23.9%, lightness 55.7%.

How do I create lighter and darker shades of dusty green?

Lighter variant (lightness 70.7%): #a4c6a2. Darker variant (lightness 40.7%): #52814f. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is HSL used for?

HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.