Shades of Dark Olive Green #566F35
Tints of Dark Olive Green #566F35
RGB
CMYK
RGB Variations
Color information
#566F35 (or 0x566F35) is known color: Dark Olive Green. HEX triplet: 56, 6F and 35. RGB value is (86,111,53). Sum of RGB (Red+Green+Blue) = 86+111+53=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #566F35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566F35 is #A990CA. Grayscale: #616161. Windows color (decimal): -11112651 or 3501910. OLE color: 3501910.
HSL color Cylindrical-coordinate representation of color #566F35: hue angle of 85.86º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #566F35 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 53 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.56 |
| HSL | 85.86º | 0.35% | 0.32% | - |
| HSV(B) | 85.86º | 0.52% | 0.44% | - |
| XYZ | 10.16 | 13.6 | 5.46 | - |
| YUV | 96.91 | 103.22 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 53 | 0.23 | 0 | 0.52 | 0.56 | 85.86 | 0.35 | 0.32 |
| Hex | 56 | 6F | 35 | 17 | 0 | 34 | 38 | 56 | 23 | 20 |
| Octal | 126 | 157 | 65 | 27 | 0 | 64 | 70 | 126 | 43 | 40 |
| Binary | 1010110 | 1101111 | 110101 | 10111 | 0 | 110100 | 111000 | 1010110 | 100011 | 100000 |
Color Harmonies of #566F35
Complementary color
Monochromatic Colors of #566F35
Black with #566F35
Text Example
Text Example
White with #566F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F35; }
p { color: rgb(86,111,53); }
H1.HeaderClassName
{
color: #566F35;
}
.AnyTagClassName
{
color: #566F35;
}
</style>
background-color css
<style>
a { background-color: #566F35; }
a { background-color: rgb(86,111,53); }
div.DivClassName
{
background-color: #566F35;
}
.BgClassName
{
background-color: #566F35;
}
</style>
border-color css
<style>
span { border-color: #566F35; }
span { border-color: rgb(86,111,53); }
td.TdClassName
{
border-color: #566F35;
}
.TagClassName
{
border-color: #566F35;
}
</style>