What is the RGB code for moss green?
The CSS color moss green in RGB format is rgb(101, 139, 56). Use this value directly in CSS, SVG, and most design tools.
How do I use moss green in CSS?
To apply moss green in CSS:
- Text color: color: rgb(101, 139, 56);
- Background: background-color: rgb(101, 139, 56);
- Border: border-color: rgb(101, 139, 56);
What are all the color format values for moss green?
| Format | Value |
|---|---|
| HEX | #658b38 |
| RGB | rgb(101, 139, 56) |
| HSL | hsl(87.5, 42.6%, 38.2%) |
| CMYK | cmyk(27.3%, 0%, 59.7%, 45.5%) |
How do I convert moss green to RGB?
Select moss green from the color name list in our color converter. The RGB value — rgb(101, 139, 56) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does moss green belong to?
moss green belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 87.5°, saturation 42.6%, lightness 38.2%.
How do I create lighter and darker shades of moss green?
Lighter variant (lightness 53.2%): #8cba55. Darker variant (lightness 23.200000000000003%): #3d5422. 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.