Shades of Dark Olive Green #566F2E
Tints of Dark Olive Green #566F2E
RGB
CMYK
RGB Variations
Color information
#566F2E (or 0x566F2E) is known color: Dark Olive Green. HEX triplet: 56, 6F and 2E. RGB value is (86,111,46). Sum of RGB (Red+Green+Blue) = 86+111+46=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 111 (43.75% from 255 or 45.68% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 111 - color contains mainly: green. Hex color #566F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566F2E is #A990D1. Grayscale: #606060. Windows color (decimal): -11112658 or 3043158. OLE color: 3043158.
HSL color Cylindrical-coordinate representation of color #566F2E: hue angle of 83.08º degrees, saturation: 0.41, 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 #566F2E is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 46 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.56 |
| HSL | 83.08º | 0.41% | 0.31% | - |
| HSV(B) | 83.08º | 0.59% | 0.44% | - |
| XYZ | 10.02 | 13.54 | 4.67 | - |
| YUV | 96.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 46 | 0.23 | 0 | 0.59 | 0.56 | 83.08 | 0.41 | 0.31 |
| Hex | 56 | 6F | 2E | 17 | 0 | 3B | 38 | 53 | 29 | 1F |
| Octal | 126 | 157 | 56 | 27 | 0 | 73 | 70 | 123 | 51 | 37 |
| Binary | 1010110 | 1101111 | 101110 | 10111 | 0 | 111011 | 111000 | 1010011 | 101001 | 11111 |
Color Harmonies of #566F2E
Complementary color
Monochromatic Colors of #566F2E
Black with #566F2E
Text Example
Text Example
White with #566F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F2E; }
p { color: rgb(86,111,46); }
H1.HeaderClassName
{
color: #566F2E;
}
.AnyTagClassName
{
color: #566F2E;
}
</style>
background-color css
<style>
a { background-color: #566F2E; }
a { background-color: rgb(86,111,46); }
div.DivClassName
{
background-color: #566F2E;
}
.BgClassName
{
background-color: #566F2E;
}
</style>
border-color css
<style>
span { border-color: #566F2E; }
span { border-color: rgb(86,111,46); }
td.TdClassName
{
border-color: #566F2E;
}
.TagClassName
{
border-color: #566F2E;
}
</style>