What is the RGB code for dark olive green?
The CSS color dark olive green in RGB format is rgb(60, 77, 3). Use this value directly in CSS, SVG, and most design tools.
How do I use dark olive green in CSS?
To apply dark olive green in CSS:
- Text color: color: rgb(60, 77, 3);
- Background: background-color: rgb(60, 77, 3);
- Border: border-color: rgb(60, 77, 3);
What are all the color format values for dark olive green?
| Format | Value |
|---|---|
| HEX | #3c4d03 |
| RGB | rgb(60, 77, 3) |
| HSL | hsl(73.8, 92.5%, 15.7%) |
| CMYK | cmyk(22.1%, 0%, 96.1%, 69.8%) |
How do I convert dark olive green to RGB?
Select dark olive green from the color name list in our color converter. The RGB value — rgb(60, 77, 3) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark olive green belong to?
dark olive green belongs to the green color family. It is a dark, vivid color with HSL values: hue 73.8°, saturation 92.5%, lightness 15.7%.
How do I create lighter and darker shades of dark olive green?
Lighter variant (lightness 30.7%): #759706. Darker variant (lightness 5%): #131901. 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.