Shades of Dark Olive Green #5D702F
Tints of Dark Olive Green #5D702F
RGB
CMYK
RGB Variations
Color information
#5D702F (or 0x5D702F) is known color: Dark Olive Green. HEX triplet: 5D, 70 and 2F. RGB value is (93,112,47). Sum of RGB (Red+Green+Blue) = 93+112+47=252 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.90% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #5D702F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D702F is #A28FD0. Grayscale: #636363. Windows color (decimal): -10653649 or 3108957. OLE color: 3108957.
HSL color Cylindrical-coordinate representation of color #5D702F: hue angle of 77.54º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D702F is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 112 | 47 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.56 |
| HSL | 77.54º | 0.41% | 0.31% | - |
| HSV(B) | 77.54º | 0.58% | 0.44% | - |
| XYZ | 10.82 | 14.12 | 4.84 | - |
| YUV | 98.91 | 98.71 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 112 | 47 | 0.17 | 0 | 0.58 | 0.56 | 77.54 | 0.41 | 0.31 |
| Hex | 5D | 70 | 2F | 11 | 0 | 3A | 38 | 4E | 29 | 1F |
| Octal | 135 | 160 | 57 | 21 | 0 | 72 | 70 | 116 | 51 | 37 |
| Binary | 1011101 | 1110000 | 101111 | 10001 | 0 | 111010 | 111000 | 1001110 | 101001 | 11111 |
Color Harmonies of #5D702F
Complementary color
Monochromatic Colors of #5D702F
Black with #5D702F
Text Example
Text Example
White with #5D702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D702F; }
p { color: rgb(93,112,47); }
H1.HeaderClassName
{
color: #5D702F;
}
.AnyTagClassName
{
color: #5D702F;
}
</style>
background-color css
<style>
a { background-color: #5D702F; }
a { background-color: rgb(93,112,47); }
div.DivClassName
{
background-color: #5D702F;
}
.BgClassName
{
background-color: #5D702F;
}
</style>
border-color css
<style>
span { border-color: #5D702F; }
span { border-color: rgb(93,112,47); }
td.TdClassName
{
border-color: #5D702F;
}
.TagClassName
{
border-color: #5D702F;
}
</style>