Shades of Dark Olive Green #567136
Tints of Dark Olive Green #567136
RGB
CMYK
RGB Variations
Color information
#567136 (or 0x567136) is known color: Dark Olive Green. HEX triplet: 56, 71 and 36. RGB value is (86,113,54). Sum of RGB (Red+Green+Blue) = 86+113+54=253 (33% of max value = 765). Red value is 86 (33.98% from 255 or 33.99% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 113 - color contains mainly: green. Hex color #567136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567136 is #A98EC9. Grayscale: #626262. Windows color (decimal): -11112138 or 3567958. OLE color: 3567958.
HSL color Cylindrical-coordinate representation of color #567136: hue angle of 87.46º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #567136 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 113 | 54 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.56 |
| HSL | 87.46º | 0.35% | 0.33% | - |
| HSV(B) | 87.46º | 0.52% | 0.44% | - |
| XYZ | 10.41 | 14.06 | 5.65 | - |
| YUV | 98.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 113 | 54 | 0.24 | 0 | 0.52 | 0.56 | 87.46 | 0.35 | 0.33 |
| Hex | 56 | 71 | 36 | 18 | 0 | 34 | 38 | 57 | 23 | 21 |
| Octal | 126 | 161 | 66 | 30 | 0 | 64 | 70 | 127 | 43 | 41 |
| Binary | 1010110 | 1110001 | 110110 | 11000 | 0 | 110100 | 111000 | 1010111 | 100011 | 100001 |
Color Harmonies of #567136
Complementary color
Monochromatic Colors of #567136
Black with #567136
Text Example
Text Example
White with #567136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567136; }
p { color: rgb(86,113,54); }
H1.HeaderClassName
{
color: #567136;
}
.AnyTagClassName
{
color: #567136;
}
</style>
background-color css
<style>
a { background-color: #567136; }
a { background-color: rgb(86,113,54); }
div.DivClassName
{
background-color: #567136;
}
.BgClassName
{
background-color: #567136;
}
</style>
border-color css
<style>
span { border-color: #567136; }
span { border-color: rgb(86,113,54); }
td.TdClassName
{
border-color: #567136;
}
.TagClassName
{
border-color: #567136;
}
</style>