Shades of Dark Olive Green #556923
Tints of Dark Olive Green #556923
RGB
CMYK
RGB Variations
Color information
#556923 (or 0x556923) is known color: Dark Olive Green. HEX triplet: 55, 69 and 23. RGB value is (85,105,35). Sum of RGB (Red+Green+Blue) = 85+105+35=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 35 (14.06% from 255 or 15.56% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #556923 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556923 is #AA96DC. Grayscale: #5B5B5B. Windows color (decimal): -11179741 or 2320725. OLE color: 2320725.
HSL color Cylindrical-coordinate representation of color #556923: hue angle of 77.14º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #556923 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 35 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.59 |
| HSL | 77.14º | 0.5% | 0.27% | - |
| HSV(B) | 77.14º | 0.67% | 0.41% | - |
| XYZ | 9.1 | 12.16 | 3.46 | - |
| YUV | 91.04 | 96.37 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 35 | 0.19 | 0 | 0.67 | 0.59 | 77.14 | 0.5 | 0.27 |
| Hex | 55 | 69 | 23 | 13 | 0 | 43 | 3B | 4D | 32 | 1B |
| Octal | 125 | 151 | 43 | 23 | 0 | 103 | 73 | 115 | 62 | 33 |
| Binary | 1010101 | 1101001 | 100011 | 10011 | 0 | 1000011 | 111011 | 1001101 | 110010 | 11011 |
Color Harmonies of #556923
Complementary color
Monochromatic Colors of #556923
Black with #556923
Text Example
Text Example
White with #556923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556923; }
p { color: rgb(85,105,35); }
H1.HeaderClassName
{
color: #556923;
}
.AnyTagClassName
{
color: #556923;
}
</style>
background-color css
<style>
a { background-color: #556923; }
a { background-color: rgb(85,105,35); }
div.DivClassName
{
background-color: #556923;
}
.BgClassName
{
background-color: #556923;
}
</style>
border-color css
<style>
span { border-color: #556923; }
span { border-color: rgb(85,105,35); }
td.TdClassName
{
border-color: #556923;
}
.TagClassName
{
border-color: #556923;
}
</style>