Shades of Dark Olive Green #56662F
Tints of Dark Olive Green #56662F
RGB
CMYK
RGB Variations
Color information
#56662F (or 0x56662F) is known color: Dark Olive Green. HEX triplet: 56, 66 and 2F. RGB value is (86,102,47). Sum of RGB (Red+Green+Blue) = 86+102+47=235 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.60% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #56662F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56662F is #A999D0. Grayscale: #5B5B5B. Windows color (decimal): -11114961 or 3106390. OLE color: 3106390.
HSL color Cylindrical-coordinate representation of color #56662F: hue angle of 77.45º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #56662F is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 86 | 102 | 47 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.6 |
| HSL | 77.45º | 0.37% | 0.29% | - |
| HSV(B) | 77.45º | 0.54% | 0.4% | - |
| XYZ | 9.1 | 11.69 | 4.47 | - |
| YUV | 90.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 102 | 47 | 0.16 | 0 | 0.54 | 0.6 | 77.45 | 0.37 | 0.29 |
| Hex | 56 | 66 | 2F | 10 | 0 | 36 | 3C | 4D | 25 | 1D |
| Octal | 126 | 146 | 57 | 20 | 0 | 66 | 74 | 115 | 45 | 35 |
| Binary | 1010110 | 1100110 | 101111 | 10000 | 0 | 110110 | 111100 | 1001101 | 100101 | 11101 |
Color Harmonies of #56662F
Complementary color
Monochromatic Colors of #56662F
Black with #56662F
Text Example
Text Example
White with #56662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56662F; }
p { color: rgb(86,102,47); }
H1.HeaderClassName
{
color: #56662F;
}
.AnyTagClassName
{
color: #56662F;
}
</style>
background-color css
<style>
a { background-color: #56662F; }
a { background-color: rgb(86,102,47); }
div.DivClassName
{
background-color: #56662F;
}
.BgClassName
{
background-color: #56662F;
}
</style>
border-color css
<style>
span { border-color: #56662F; }
span { border-color: rgb(86,102,47); }
td.TdClassName
{
border-color: #56662F;
}
.TagClassName
{
border-color: #56662F;
}
</style>