Shades of Dark Olive Green #5D722F
Tints of Dark Olive Green #5D722F
RGB
CMYK
RGB Variations
Color information
#5D722F (or 0x5D722F) is known color: Dark Olive Green. HEX triplet: 5D, 72 and 2F. RGB value is (93,114,47). Sum of RGB (Red+Green+Blue) = 93+114+47=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #5D722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D722F is #A28DD0. Grayscale: #646464. Windows color (decimal): -10653137 or 3109469. OLE color: 3109469.
HSL color Cylindrical-coordinate representation of color #5D722F: hue angle of 78.81º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D722F is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 114 | 47 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.55 |
| HSL | 78.81º | 0.42% | 0.32% | - |
| HSV(B) | 78.81º | 0.59% | 0.45% | - |
| XYZ | 11.04 | 14.57 | 4.92 | - |
| YUV | 100.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 114 | 47 | 0.18 | 0 | 0.59 | 0.55 | 78.81 | 0.42 | 0.32 |
| Hex | 5D | 72 | 2F | 12 | 0 | 3B | 37 | 4F | 2A | 20 |
| Octal | 135 | 162 | 57 | 22 | 0 | 73 | 67 | 117 | 52 | 40 |
| Binary | 1011101 | 1110010 | 101111 | 10010 | 0 | 111011 | 110111 | 1001111 | 101010 | 100000 |
Color Harmonies of #5D722F
Complementary color
Monochromatic Colors of #5D722F
Black with #5D722F
Text Example
Text Example
White with #5D722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D722F; }
p { color: rgb(93,114,47); }
H1.HeaderClassName
{
color: #5D722F;
}
.AnyTagClassName
{
color: #5D722F;
}
</style>
background-color css
<style>
a { background-color: #5D722F; }
a { background-color: rgb(93,114,47); }
div.DivClassName
{
background-color: #5D722F;
}
.BgClassName
{
background-color: #5D722F;
}
</style>
border-color css
<style>
span { border-color: #5D722F; }
span { border-color: rgb(93,114,47); }
td.TdClassName
{
border-color: #5D722F;
}
.TagClassName
{
border-color: #5D722F;
}
</style>