Shades of Dark Olive Green #566F2B
Tints of Dark Olive Green #566F2B
RGB
CMYK
RGB Variations
Color information
#566F2B (or 0x566F2B) is known color: Dark Olive Green. HEX triplet: 56, 6F and 2B. RGB value is (86,111,43). Sum of RGB (Red+Green+Blue) = 86+111+43=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 43 (17.19% from 255 or 17.92% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #566F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566F2B is #A990D4. Grayscale: #606060. Windows color (decimal): -11112661 or 2846550. OLE color: 2846550.
HSL color Cylindrical-coordinate representation of color #566F2B: hue angle of 82.06º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #566F2B is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 43 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.56 |
| HSL | 82.06º | 0.44% | 0.3% | - |
| HSV(B) | 82.06º | 0.61% | 0.44% | - |
| XYZ | 9.96 | 13.52 | 4.37 | - |
| YUV | 95.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 43 | 0.23 | 0 | 0.61 | 0.56 | 82.06 | 0.44 | 0.3 |
| Hex | 56 | 6F | 2B | 17 | 0 | 3D | 38 | 52 | 2C | 1E |
| Octal | 126 | 157 | 53 | 27 | 0 | 75 | 70 | 122 | 54 | 36 |
| Binary | 1010110 | 1101111 | 101011 | 10111 | 0 | 111101 | 111000 | 1010010 | 101100 | 11110 |
Color Harmonies of #566F2B
Complementary color
Monochromatic Colors of #566F2B
Black with #566F2B
Text Example
Text Example
White with #566F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F2B; }
p { color: rgb(86,111,43); }
H1.HeaderClassName
{
color: #566F2B;
}
.AnyTagClassName
{
color: #566F2B;
}
</style>
background-color css
<style>
a { background-color: #566F2B; }
a { background-color: rgb(86,111,43); }
div.DivClassName
{
background-color: #566F2B;
}
.BgClassName
{
background-color: #566F2B;
}
</style>
border-color css
<style>
span { border-color: #566F2B; }
span { border-color: rgb(86,111,43); }
td.TdClassName
{
border-color: #566F2B;
}
.TagClassName
{
border-color: #566F2B;
}
</style>