Shades of Army green #565711
Tints of Army green #565711
RGB
CMYK
RGB Variations
Color information
#565711 (or 0x565711) is known color: Army green. HEX triplet: 56, 57 and 11. RGB value is (86,87,17). Sum of RGB (Red+Green+Blue) = 86+87+17=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #565711 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565711 is #A9A8EE. Grayscale: #4F4F4F. Windows color (decimal): -11118831 or 1136470. OLE color: 1136470.
HSL color Cylindrical-coordinate representation of color #565711: hue angle of 60.86º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #565711 is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 87 | 17 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.66 |
| HSL | 60.86º | 0.67% | 0.2% | - |
| HSV(B) | 60.86º | 0.8% | 0.34% | - |
| XYZ | 7.35 | 8.84 | 1.85 | - |
| YUV | 78.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 87 | 17 | 0.01 | 0 | 0.80 | 0.66 | 60.86 | 0.67 | 0.2 |
| Hex | 56 | 57 | 11 | 1 | 0 | 50 | 42 | 3D | 43 | 14 |
| Octal | 126 | 127 | 21 | 1 | 0 | 120 | 102 | 75 | 103 | 24 |
| Binary | 1010110 | 1010111 | 10001 | 1 | 0 | 1010000 | 1000010 | 111101 | 1000011 | 10100 |
Color Harmonies of #565711
Complementary color
Monochromatic Colors of #565711
Black with #565711
Text Example
Text Example
White with #565711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565711; }
p { color: rgb(86,87,17); }
H1.HeaderClassName
{
color: #565711;
}
.AnyTagClassName
{
color: #565711;
}
</style>
background-color css
<style>
a { background-color: #565711; }
a { background-color: rgb(86,87,17); }
div.DivClassName
{
background-color: #565711;
}
.BgClassName
{
background-color: #565711;
}
</style>
border-color css
<style>
span { border-color: #565711; }
span { border-color: rgb(86,87,17); }
td.TdClassName
{
border-color: #565711;
}
.TagClassName
{
border-color: #565711;
}
</style>