Shades of Dark Olive Green #556930
Tints of Dark Olive Green #556930
RGB
CMYK
RGB Variations
Color information
#556930 (or 0x556930) is known color: Dark Olive Green. HEX triplet: 55, 69 and 30. RGB value is (85,105,48). Sum of RGB (Red+Green+Blue) = 85+105+48=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #556930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556930 is #AA96CF. Grayscale: #5C5C5C. Windows color (decimal): -11179728 or 3172693. OLE color: 3172693.
HSL color Cylindrical-coordinate representation of color #556930: hue angle of 81.05º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #556930 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 105 | 48 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.59 |
| HSL | 81.05º | 0.37% | 0.3% | - |
| HSV(B) | 81.05º | 0.54% | 0.41% | - |
| XYZ | 9.33 | 12.25 | 4.67 | - |
| YUV | 92.52 | 102.87 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 48 | 0.19 | 0 | 0.54 | 0.59 | 81.05 | 0.37 | 0.3 |
| Hex | 55 | 69 | 30 | 13 | 0 | 36 | 3B | 51 | 25 | 1E |
| Octal | 125 | 151 | 60 | 23 | 0 | 66 | 73 | 121 | 45 | 36 |
| Binary | 1010101 | 1101001 | 110000 | 10011 | 0 | 110110 | 111011 | 1010001 | 100101 | 11110 |
Color Harmonies of #556930
Complementary color
Monochromatic Colors of #556930
Black with #556930
Text Example
Text Example
White with #556930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556930; }
p { color: rgb(85,105,48); }
H1.HeaderClassName
{
color: #556930;
}
.AnyTagClassName
{
color: #556930;
}
</style>
background-color css
<style>
a { background-color: #556930; }
a { background-color: rgb(85,105,48); }
div.DivClassName
{
background-color: #556930;
}
.BgClassName
{
background-color: #556930;
}
</style>
border-color css
<style>
span { border-color: #556930; }
span { border-color: rgb(85,105,48); }
td.TdClassName
{
border-color: #556930;
}
.TagClassName
{
border-color: #556930;
}
</style>