Shades of Dark Olive Green #556B21
Tints of Dark Olive Green #556B21
RGB
CMYK
RGB Variations
Color information
#556B21 (or 0x556B21) is known color: Dark Olive Green. HEX triplet: 55, 6B and 21. RGB value is (85,107,33). Sum of RGB (Red+Green+Blue) = 85+107+33=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #556B21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556B21 is #AA94DE. Grayscale: #5C5C5C. Windows color (decimal): -11179231 or 2190165. OLE color: 2190165.
HSL color Cylindrical-coordinate representation of color #556B21: hue angle of 77.84º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #556B21 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 107 | 33 | - |
| CMYK | 0.21 | 0 | 0.69 | 0.58 |
| HSL | 77.84º | 0.53% | 0.27% | - |
| HSV(B) | 77.84º | 0.69% | 0.42% | - |
| XYZ | 9.28 | 12.56 | 3.37 | - |
| YUV | 91.99 | 94.71 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 33 | 0.21 | 0 | 0.69 | 0.58 | 77.84 | 0.53 | 0.27 |
| Hex | 55 | 6B | 21 | 15 | 0 | 45 | 3A | 4E | 35 | 1B |
| Octal | 125 | 153 | 41 | 25 | 0 | 105 | 72 | 116 | 65 | 33 |
| Binary | 1010101 | 1101011 | 100001 | 10101 | 0 | 1000101 | 111010 | 1001110 | 110101 | 11011 |
Color Harmonies of #556B21
Complementary color
Monochromatic Colors of #556B21
Black with #556B21
Text Example
Text Example
White with #556B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556B21; }
p { color: rgb(85,107,33); }
H1.HeaderClassName
{
color: #556B21;
}
.AnyTagClassName
{
color: #556B21;
}
</style>
background-color css
<style>
a { background-color: #556B21; }
a { background-color: rgb(85,107,33); }
div.DivClassName
{
background-color: #556B21;
}
.BgClassName
{
background-color: #556B21;
}
</style>
border-color css
<style>
span { border-color: #556B21; }
span { border-color: rgb(85,107,33); }
td.TdClassName
{
border-color: #556B21;
}
.TagClassName
{
border-color: #556B21;
}
</style>