Shades of Dark Olive Green #5F742E
Tints of Dark Olive Green #5F742E
RGB
CMYK
RGB Variations
Color information
#5F742E (or 0x5F742E) is known color: Dark Olive Green. HEX triplet: 5F, 74 and 2E. RGB value is (95,116,46). Sum of RGB (Red+Green+Blue) = 95+116+46=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 116 (45.70% from 255 or 45.14% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 116 - color contains mainly: green. Hex color #5F742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F742E is #A08BD1. Grayscale: #666666. Windows color (decimal): -10521554 or 3044447. OLE color: 3044447.
HSL color Cylindrical-coordinate representation of color #5F742E: hue angle of 78º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F742E is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 116 | 46 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.55 |
| HSL | 78º | 0.43% | 0.32% | - |
| HSV(B) | 78º | 0.6% | 0.45% | - |
| XYZ | 11.46 | 15.12 | 4.9 | - |
| YUV | 101.74 | 96.54 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 116 | 46 | 0.18 | 0 | 0.60 | 0.55 | 78 | 0.43 | 0.32 |
| Hex | 5F | 74 | 2E | 12 | 0 | 3C | 37 | 4E | 2B | 20 |
| Octal | 137 | 164 | 56 | 22 | 0 | 74 | 67 | 116 | 53 | 40 |
| Binary | 1011111 | 1110100 | 101110 | 10010 | 0 | 111100 | 110111 | 1001110 | 101011 | 100000 |
Color Harmonies of #5F742E
Complementary color
Monochromatic Colors of #5F742E
Black with #5F742E
Text Example
Text Example
White with #5F742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F742E; }
p { color: rgb(95,116,46); }
H1.HeaderClassName
{
color: #5F742E;
}
.AnyTagClassName
{
color: #5F742E;
}
</style>
background-color css
<style>
a { background-color: #5F742E; }
a { background-color: rgb(95,116,46); }
div.DivClassName
{
background-color: #5F742E;
}
.BgClassName
{
background-color: #5F742E;
}
</style>
border-color css
<style>
span { border-color: #5F742E; }
span { border-color: rgb(95,116,46); }
td.TdClassName
{
border-color: #5F742E;
}
.TagClassName
{
border-color: #5F742E;
}
</style>