Shades of Dark Olive Green #566F36
Tints of Dark Olive Green #566F36
RGB
CMYK
RGB Variations
Color information
#566F36 (or 0x566F36) is known color: Dark Olive Green. HEX triplet: 56, 6F and 36. RGB value is (86,111,54). Sum of RGB (Red+Green+Blue) = 86+111+54=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #566F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566F36 is #A990C9. Grayscale: #616161. Windows color (decimal): -11112650 or 3567446. OLE color: 3567446.
HSL color Cylindrical-coordinate representation of color #566F36: hue angle of 86.32º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #566F36 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 54 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.56 |
| HSL | 86.32º | 0.35% | 0.32% | - |
| HSV(B) | 86.32º | 0.51% | 0.44% | - |
| XYZ | 10.19 | 13.61 | 5.58 | - |
| YUV | 97.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 54 | 0.23 | 0 | 0.51 | 0.56 | 86.32 | 0.35 | 0.32 |
| Hex | 56 | 6F | 36 | 17 | 0 | 33 | 38 | 56 | 23 | 20 |
| Octal | 126 | 157 | 66 | 27 | 0 | 63 | 70 | 126 | 43 | 40 |
| Binary | 1010110 | 1101111 | 110110 | 10111 | 0 | 110011 | 111000 | 1010110 | 100011 | 100000 |
Color Harmonies of #566F36
Complementary color
Monochromatic Colors of #566F36
Black with #566F36
Text Example
Text Example
White with #566F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F36; }
p { color: rgb(86,111,54); }
H1.HeaderClassName
{
color: #566F36;
}
.AnyTagClassName
{
color: #566F36;
}
</style>
background-color css
<style>
a { background-color: #566F36; }
a { background-color: rgb(86,111,54); }
div.DivClassName
{
background-color: #566F36;
}
.BgClassName
{
background-color: #566F36;
}
</style>
border-color css
<style>
span { border-color: #566F36; }
span { border-color: rgb(86,111,54); }
td.TdClassName
{
border-color: #566F36;
}
.TagClassName
{
border-color: #566F36;
}
</style>