Shades of Dark Olive Green #566F26
Tints of Dark Olive Green #566F26
RGB
CMYK
RGB Variations
Color information
#566F26 (or 0x566F26) is known color: Dark Olive Green. HEX triplet: 56, 6F and 26. RGB value is (86,111,38). Sum of RGB (Red+Green+Blue) = 86+111+38=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #566F26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566F26 is #A990D9. Grayscale: #5F5F5F. Windows color (decimal): -11112666 or 2518870. OLE color: 2518870.
HSL color Cylindrical-coordinate representation of color #566F26: hue angle of 80.55º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #566F26 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 111 | 38 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.56 |
| HSL | 80.55º | 0.49% | 0.29% | - |
| HSV(B) | 80.55º | 0.66% | 0.44% | - |
| XYZ | 9.87 | 13.49 | 3.92 | - |
| YUV | 95.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 38 | 0.23 | 0 | 0.66 | 0.56 | 80.55 | 0.49 | 0.29 |
| Hex | 56 | 6F | 26 | 17 | 0 | 42 | 38 | 51 | 31 | 1D |
| Octal | 126 | 157 | 46 | 27 | 0 | 102 | 70 | 121 | 61 | 35 |
| Binary | 1010110 | 1101111 | 100110 | 10111 | 0 | 1000010 | 111000 | 1010001 | 110001 | 11101 |
Color Harmonies of #566F26
Complementary color
Monochromatic Colors of #566F26
Black with #566F26
Text Example
Text Example
White with #566F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566F26; }
p { color: rgb(86,111,38); }
H1.HeaderClassName
{
color: #566F26;
}
.AnyTagClassName
{
color: #566F26;
}
</style>
background-color css
<style>
a { background-color: #566F26; }
a { background-color: rgb(86,111,38); }
div.DivClassName
{
background-color: #566F26;
}
.BgClassName
{
background-color: #566F26;
}
</style>
border-color css
<style>
span { border-color: #566F26; }
span { border-color: rgb(86,111,38); }
td.TdClassName
{
border-color: #566F26;
}
.TagClassName
{
border-color: #566F26;
}
</style>