Shades of Dark Olive Green #556A20
Tints of Dark Olive Green #556A20
RGB
CMYK
RGB Variations
Color information
#556A20 (or 0x556A20) is known color: Dark Olive Green. HEX triplet: 55, 6A and 20. RGB value is (85,106,32). Sum of RGB (Red+Green+Blue) = 85+106+32=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 106 - color contains mainly: green. Hex color #556A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556A20 is #AA95DF. Grayscale: #5B5B5B. Windows color (decimal): -11179488 or 2124373. OLE color: 2124373.
HSL color Cylindrical-coordinate representation of color #556A20: hue angle of 77.03º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #556A20 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 106 | 32 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.58 |
| HSL | 77.03º | 0.54% | 0.27% | - |
| HSV(B) | 77.03º | 0.7% | 0.42% | - |
| XYZ | 9.16 | 12.34 | 3.27 | - |
| YUV | 91.29 | 94.54 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 106 | 32 | 0.20 | 0 | 0.70 | 0.58 | 77.03 | 0.54 | 0.27 |
| Hex | 55 | 6A | 20 | 14 | 0 | 46 | 3A | 4D | 36 | 1B |
| Octal | 125 | 152 | 40 | 24 | 0 | 106 | 72 | 115 | 66 | 33 |
| Binary | 1010101 | 1101010 | 100000 | 10100 | 0 | 1000110 | 111010 | 1001101 | 110110 | 11011 |
Color Harmonies of #556A20
Complementary color
Monochromatic Colors of #556A20
Black with #556A20
Text Example
Text Example
White with #556A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556A20; }
p { color: rgb(85,106,32); }
H1.HeaderClassName
{
color: #556A20;
}
.AnyTagClassName
{
color: #556A20;
}
</style>
background-color css
<style>
a { background-color: #556A20; }
a { background-color: rgb(85,106,32); }
div.DivClassName
{
background-color: #556A20;
}
.BgClassName
{
background-color: #556A20;
}
</style>
border-color css
<style>
span { border-color: #556A20; }
span { border-color: rgb(85,106,32); }
td.TdClassName
{
border-color: #556A20;
}
.TagClassName
{
border-color: #556A20;
}
</style>