Greeny grey to RGB — Color Code

#7ea07a
Format Value
HEX #7ea07a
RGB rgb(126, 160, 122)
HSL hsl(113.7, 16.7%, 55.3%)
CMYK cmyk(21.2%, 0%, 23.7%, 37.3%)
HSV hsv(113.7, 23.7%, 62.7%)

greeny grey color harmonies

Tints & shades of greeny grey

Tints (lighter)

#8aa986 #95b192 #a1ba9e #adc3aa #b9cbb6 #c4d4c3 #d0dccf #dce5db #e8eee7 #f3f6f3

Shades (darker)

#73916f #678364 #5c7459 #50664e #455743 #394937 #2e3a2c #222c21 #171d16 #0b0f0b

Contrast & accessibility

The quick brown fox

On white · 2.92:1 · Fail

The quick brown fox

On black · 7.2:1 · AAA

Recommended text color: #000000

Use greeny grey in code

CSS color: #7ea07a;
SCSS $color: #7ea07a;
Tailwind bg-[#7ea07a]
Swift UIColor(red: 0.494, green: 0.627, blue: 0.478, alpha: 1)
Android Color.parseColor("#7ea07a")
Flutter Color(0xFF7EA07A)

Colors similar to greeny grey

Browse all Green colors →

What is the RGB code for greeny grey?

The CSS color greeny grey in RGB format is rgb(126, 160, 122). Use this value directly in CSS, SVG, and most design tools.

How do I use greeny grey in CSS?

To apply greeny grey in CSS:

  • Text color: color: rgb(126, 160, 122);
  • Background: background-color: rgb(126, 160, 122);
  • Border: border-color: rgb(126, 160, 122);

What are all the color format values for greeny grey?

FormatValue
HEX#7ea07a
RGBrgb(126, 160, 122)
HSLhsl(113.7, 16.7%, 55.3%)
CMYKcmyk(21.2%, 0%, 23.7%, 37.3%)

How do I convert greeny grey to RGB?

Select greeny grey from the color name list in our color converter. The RGB value — rgb(126, 160, 122) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does greeny grey belong to?

greeny grey belongs to the green color family. It is a medium, muted color with HSL values: hue 113.7°, saturation 16.7%, lightness 55.3%.

How do I create lighter and darker shades of greeny grey?

Lighter variant (lightness 70.3%): #a9c0a7. Darker variant (lightness 40.3%): #597856. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.