Shades of Dark Olive Green #566F27
Tints of Dark Olive Green #566F27
RGB
CMYK
RGB Variations
Color information
#566F27 (or 0x566F27) is known color: Dark Olive Green. HEX triplet: 56, 6F and 27. RGB value is (86,111,39). Sum of RGB (Red+Green+Blue) = 86+111+39=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 111 - color contains mainly: green. Hex color #566F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566F27 is #A990D8. Grayscale: #5F5F5F. Windows color (decimal): -11112665 or 2584406. OLE color: 2584406.
HSL color Cylindrical-coordinate representation of color #566F27: hue angle of 80.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #566F27 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 39 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.56 |
| HSL | 80.83º | 0.48% | 0.29% | - |
| HSV(B) | 80.83º | 0.65% | 0.44% | - |
| XYZ | 9.89 | 13.49 | 4 | - |
| YUV | 95.32 | 96.22 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 39 | 0.23 | 0 | 0.65 | 0.56 | 80.83 | 0.48 | 0.29 |
| Hex | 56 | 6F | 27 | 17 | 0 | 41 | 38 | 51 | 30 | 1D |
| Octal | 126 | 157 | 47 | 27 | 0 | 101 | 70 | 121 | 60 | 35 |
| Binary | 1010110 | 1101111 | 100111 | 10111 | 0 | 1000001 | 111000 | 1010001 | 110000 | 11101 |
Color Harmonies of #566F27
Complementary color
Monochromatic Colors of #566F27
Black with #566F27
Text Example
Text Example
White with #566F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F27; }
p { color: rgb(86,111,39); }
H1.HeaderClassName
{
color: #566F27;
}
.AnyTagClassName
{
color: #566F27;
}
</style>
background-color css
<style>
a { background-color: #566F27; }
a { background-color: rgb(86,111,39); }
div.DivClassName
{
background-color: #566F27;
}
.BgClassName
{
background-color: #566F27;
}
</style>
border-color css
<style>
span { border-color: #566F27; }
span { border-color: rgb(86,111,39); }
td.TdClassName
{
border-color: #566F27;
}
.TagClassName
{
border-color: #566F27;
}
</style>