Shades of Dark Olive Green #56682C
Tints of Dark Olive Green #56682C
RGB
CMYK
RGB Variations
Color information
#56682C (or 0x56682C) is known color: Dark Olive Green. HEX triplet: 56, 68 and 2C. RGB value is (86,104,44). Sum of RGB (Red+Green+Blue) = 86+104+44=234 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.75% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #56682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56682C is #A997D3. Grayscale: #5C5C5C. Windows color (decimal): -11114452 or 2910294. OLE color: 2910294.
HSL color Cylindrical-coordinate representation of color #56682C: hue angle of 78º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56682C is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 104 | 44 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.59 |
| HSL | 78º | 0.41% | 0.29% | - |
| HSV(B) | 78º | 0.58% | 0.41% | - |
| XYZ | 9.24 | 12.06 | 4.22 | - |
| YUV | 91.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 104 | 44 | 0.17 | 0 | 0.58 | 0.59 | 78 | 0.41 | 0.29 |
| Hex | 56 | 68 | 2C | 11 | 0 | 3A | 3B | 4E | 29 | 1D |
| Octal | 126 | 150 | 54 | 21 | 0 | 72 | 73 | 116 | 51 | 35 |
| Binary | 1010110 | 1101000 | 101100 | 10001 | 0 | 111010 | 111011 | 1001110 | 101001 | 11101 |
Color Harmonies of #56682C
Complementary color
Monochromatic Colors of #56682C
Black with #56682C
Text Example
Text Example
White with #56682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56682C; }
p { color: rgb(86,104,44); }
H1.HeaderClassName
{
color: #56682C;
}
.AnyTagClassName
{
color: #56682C;
}
</style>
background-color css
<style>
a { background-color: #56682C; }
a { background-color: rgb(86,104,44); }
div.DivClassName
{
background-color: #56682C;
}
.BgClassName
{
background-color: #56682C;
}
</style>
border-color css
<style>
span { border-color: #56682C; }
span { border-color: rgb(86,104,44); }
td.TdClassName
{
border-color: #56682C;
}
.TagClassName
{
border-color: #56682C;
}
</style>