Shades of Dark Olive Green #56702E
Tints of Dark Olive Green #56702E
RGB
CMYK
RGB Variations
Color information
#56702E (or 0x56702E) is known color: Dark Olive Green. HEX triplet: 56, 70 and 2E. RGB value is (86,112,46). Sum of RGB (Red+Green+Blue) = 86+112+46=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #56702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56702E is #A98FD1. Grayscale: #606060. Windows color (decimal): -11112402 or 3043414. OLE color: 3043414.
HSL color Cylindrical-coordinate representation of color #56702E: hue angle of 83.64º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56702E is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 112 | 46 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.56 |
| HSL | 83.64º | 0.42% | 0.31% | - |
| HSV(B) | 83.64º | 0.59% | 0.44% | - |
| XYZ | 10.13 | 13.76 | 4.71 | - |
| YUV | 96.7 | 99.39 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 46 | 0.23 | 0 | 0.59 | 0.56 | 83.64 | 0.42 | 0.31 |
| Hex | 56 | 70 | 2E | 17 | 0 | 3B | 38 | 54 | 2A | 1F |
| Octal | 126 | 160 | 56 | 27 | 0 | 73 | 70 | 124 | 52 | 37 |
| Binary | 1010110 | 1110000 | 101110 | 10111 | 0 | 111011 | 111000 | 1010100 | 101010 | 11111 |
Color Harmonies of #56702E
Complementary color
Monochromatic Colors of #56702E
Black with #56702E
Text Example
Text Example
White with #56702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56702E; }
p { color: rgb(86,112,46); }
H1.HeaderClassName
{
color: #56702E;
}
.AnyTagClassName
{
color: #56702E;
}
</style>
background-color css
<style>
a { background-color: #56702E; }
a { background-color: rgb(86,112,46); }
div.DivClassName
{
background-color: #56702E;
}
.BgClassName
{
background-color: #56702E;
}
</style>
border-color css
<style>
span { border-color: #56702E; }
span { border-color: rgb(86,112,46); }
td.TdClassName
{
border-color: #56702E;
}
.TagClassName
{
border-color: #56702E;
}
</style>