Shades of Dark Olive Green #56673A
Tints of Dark Olive Green #56673A
RGB
CMYK
RGB Variations
Color information
#56673A (or 0x56673A) is known color: Dark Olive Green. HEX triplet: 56, 67 and 3A. RGB value is (86,103,58). Sum of RGB (Red+Green+Blue) = 86+103+58=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #56673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56673A is #A998C5. Grayscale: #5C5C5C. Windows color (decimal): -11114694 or 3827542. OLE color: 3827542.
HSL color Cylindrical-coordinate representation of color #56673A: hue angle of 82.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56673A is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 103 | 58 | - |
| CMYK | 0.17 | 0 | 0.44 | 0.60 |
| HSL | 82.67º | 0.28% | 0.32% | - |
| HSV(B) | 82.67º | 0.44% | 0.4% | - |
| XYZ | 9.45 | 11.98 | 5.82 | - |
| YUV | 92.79 | 108.37 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 58 | 0.17 | 0 | 0.44 | 0.60 | 82.67 | 0.28 | 0.32 |
| Hex | 56 | 67 | 3A | 11 | 0 | 2C | 3C | 53 | 1C | 20 |
| Octal | 126 | 147 | 72 | 21 | 0 | 54 | 74 | 123 | 34 | 40 |
| Binary | 1010110 | 1100111 | 111010 | 10001 | 0 | 101100 | 111100 | 1010011 | 11100 | 100000 |
Color Harmonies of #56673A
Complementary color
Monochromatic Colors of #56673A
Black with #56673A
Text Example
Text Example
White with #56673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56673A; }
p { color: rgb(86,103,58); }
H1.HeaderClassName
{
color: #56673A;
}
.AnyTagClassName
{
color: #56673A;
}
</style>
background-color css
<style>
a { background-color: #56673A; }
a { background-color: rgb(86,103,58); }
div.DivClassName
{
background-color: #56673A;
}
.BgClassName
{
background-color: #56673A;
}
</style>
border-color css
<style>
span { border-color: #56673A; }
span { border-color: rgb(86,103,58); }
td.TdClassName
{
border-color: #56673A;
}
.TagClassName
{
border-color: #56673A;
}
</style>