Shades of Dark Olive Green #566F25
Tints of Dark Olive Green #566F25
RGB
CMYK
RGB Variations
Color information
#566F25 (or 0x566F25) is known color: Dark Olive Green. HEX triplet: 56, 6F and 25. RGB value is (86,111,37). Sum of RGB (Red+Green+Blue) = 86+111+37=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #566F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566F25 is #A990DA. Grayscale: #5F5F5F. Windows color (decimal): -11112667 or 2453334. OLE color: 2453334.
HSL color Cylindrical-coordinate representation of color #566F25: hue angle of 80.27º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #566F25 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 37 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.56 |
| HSL | 80.27º | 0.5% | 0.29% | - |
| HSV(B) | 80.27º | 0.67% | 0.44% | - |
| XYZ | 9.86 | 13.48 | 3.83 | - |
| YUV | 95.09 | 95.22 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 37 | 0.23 | 0 | 0.67 | 0.56 | 80.27 | 0.5 | 0.29 |
| Hex | 56 | 6F | 25 | 17 | 0 | 43 | 38 | 50 | 32 | 1D |
| Octal | 126 | 157 | 45 | 27 | 0 | 103 | 70 | 120 | 62 | 35 |
| Binary | 1010110 | 1101111 | 100101 | 10111 | 0 | 1000011 | 111000 | 1010000 | 110010 | 11101 |
Color Harmonies of #566F25
Complementary color
Monochromatic Colors of #566F25
Black with #566F25
Text Example
Text Example
White with #566F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F25; }
p { color: rgb(86,111,37); }
H1.HeaderClassName
{
color: #566F25;
}
.AnyTagClassName
{
color: #566F25;
}
</style>
background-color css
<style>
a { background-color: #566F25; }
a { background-color: rgb(86,111,37); }
div.DivClassName
{
background-color: #566F25;
}
.BgClassName
{
background-color: #566F25;
}
</style>
border-color css
<style>
span { border-color: #566F25; }
span { border-color: rgb(86,111,37); }
td.TdClassName
{
border-color: #566F25;
}
.TagClassName
{
border-color: #566F25;
}
</style>