Shades of Dark Olive Green #566F2A
Tints of Dark Olive Green #566F2A
RGB
CMYK
RGB Variations
Color information
#566F2A (or 0x566F2A) is known color: Dark Olive Green. HEX triplet: 56, 6F and 2A. RGB value is (86,111,42). Sum of RGB (Red+Green+Blue) = 86+111+42=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #566F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566F2A is #A990D5. Grayscale: #5F5F5F. Windows color (decimal): -11112662 or 2781014. OLE color: 2781014.
HSL color Cylindrical-coordinate representation of color #566F2A: hue angle of 81.74º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #566F2A is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 42 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.56 |
| HSL | 81.74º | 0.45% | 0.3% | - |
| HSV(B) | 81.74º | 0.62% | 0.44% | - |
| XYZ | 9.94 | 13.51 | 4.28 | - |
| YUV | 95.66 | 97.72 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 42 | 0.23 | 0 | 0.62 | 0.56 | 81.74 | 0.45 | 0.3 |
| Hex | 56 | 6F | 2A | 17 | 0 | 3E | 38 | 52 | 2D | 1E |
| Octal | 126 | 157 | 52 | 27 | 0 | 76 | 70 | 122 | 55 | 36 |
| Binary | 1010110 | 1101111 | 101010 | 10111 | 0 | 111110 | 111000 | 1010010 | 101101 | 11110 |
Color Harmonies of #566F2A
Complementary color
Monochromatic Colors of #566F2A
Black with #566F2A
Text Example
Text Example
White with #566F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F2A; }
p { color: rgb(86,111,42); }
H1.HeaderClassName
{
color: #566F2A;
}
.AnyTagClassName
{
color: #566F2A;
}
</style>
background-color css
<style>
a { background-color: #566F2A; }
a { background-color: rgb(86,111,42); }
div.DivClassName
{
background-color: #566F2A;
}
.BgClassName
{
background-color: #566F2A;
}
</style>
border-color css
<style>
span { border-color: #566F2A; }
span { border-color: rgb(86,111,42); }
td.TdClassName
{
border-color: #566F2A;
}
.TagClassName
{
border-color: #566F2A;
}
</style>