What is the RGB code for mud green?
The CSS color mud green in RGB format is rgb(96, 102, 2). Use this value directly in CSS, SVG, and most design tools.
How do I use mud green in CSS?
To apply mud green in CSS:
- Text color: color: rgb(96, 102, 2);
- Background: background-color: rgb(96, 102, 2);
- Border: border-color: rgb(96, 102, 2);
What are all the color format values for mud green?
| Format | Value |
|---|---|
| HEX | #606602 |
| RGB | rgb(96, 102, 2) |
| HSL | hsl(63.6, 96.2%, 20.4%) |
| CMYK | cmyk(5.9%, 0%, 98%, 60%) |
How do I convert mud green to RGB?
Select mud green from the color name list in our color converter. The RGB value — rgb(96, 102, 2) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does mud green belong to?
mud green belongs to the yellow color family. It is a dark, vivid color with HSL values: hue 63.6°, saturation 96.2%, lightness 20.4%.
How do I create lighter and darker shades of mud green?
Lighter variant (lightness 35.4%): #a7b103. Darker variant (lightness 5.399999999999999%): #191b01. 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.