Greeny grey to RGB — Color Code

RGB

rgb(126, 160, 122)

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%)

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.