Shades of Dark Olive Green #56682F
Tints of Dark Olive Green #56682F
RGB
CMYK
RGB Variations
Color information
#56682F (or 0x56682F) is known color: Dark Olive Green. HEX triplet: 56, 68 and 2F. RGB value is (86,104,47). Sum of RGB (Red+Green+Blue) = 86+104+47=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #56682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56682F is #A997D0. Grayscale: #5C5C5C. Windows color (decimal): -11114449 or 3106902. OLE color: 3106902.
HSL color Cylindrical-coordinate representation of color #56682F: hue angle of 78.95º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56682F is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 104 | 47 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.59 |
| HSL | 78.95º | 0.38% | 0.3% | - |
| HSV(B) | 78.95º | 0.55% | 0.41% | - |
| XYZ | 9.3 | 12.08 | 4.53 | - |
| YUV | 92.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 47 | 0.17 | 0 | 0.55 | 0.59 | 78.95 | 0.38 | 0.3 |
| Hex | 56 | 68 | 2F | 11 | 0 | 37 | 3B | 4F | 26 | 1E |
| Octal | 126 | 150 | 57 | 21 | 0 | 67 | 73 | 117 | 46 | 36 |
| Binary | 1010110 | 1101000 | 101111 | 10001 | 0 | 110111 | 111011 | 1001111 | 100110 | 11110 |
Color Harmonies of #56682F
Complementary color
Monochromatic Colors of #56682F
Black with #56682F
Text Example
Text Example
White with #56682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56682F; }
p { color: rgb(86,104,47); }
H1.HeaderClassName
{
color: #56682F;
}
.AnyTagClassName
{
color: #56682F;
}
</style>
background-color css
<style>
a { background-color: #56682F; }
a { background-color: rgb(86,104,47); }
div.DivClassName
{
background-color: #56682F;
}
.BgClassName
{
background-color: #56682F;
}
</style>
border-color css
<style>
span { border-color: #56682F; }
span { border-color: rgb(86,104,47); }
td.TdClassName
{
border-color: #56682F;
}
.TagClassName
{
border-color: #56682F;
}
</style>