Shades of Olive Drab #558205
Tints of Olive Drab #558205
RGB
CMYK
RGB Variations
Color information
#558205 (or 0x558205) is known color: Olive Drab. HEX triplet: 55, 82 and 05. RGB value is (85,130,5). Sum of RGB (Red+Green+Blue) = 85+130+5=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #558205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558205 is #AA7DFA. Grayscale: #666666. Windows color (decimal): -11173371 or 361045. OLE color: 361045.
HSL color Cylindrical-coordinate representation of color #558205: hue angle of 81.6º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #558205 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 130 | 5 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.49 |
| HSL | 81.6º | 0.93% | 0.26% | - |
| HSV(B) | 81.6º | 0.96% | 0.51% | - |
| XYZ | 11.76 | 17.91 | 2.98 | - |
| YUV | 102.3 | 73.09 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 130 | 5 | 0.35 | 0 | 0.96 | 0.49 | 81.6 | 0.93 | 0.26 |
| Hex | 55 | 82 | 5 | 23 | 0 | 60 | 31 | 52 | 5D | 1A |
| Octal | 125 | 202 | 5 | 43 | 0 | 140 | 61 | 122 | 135 | 32 |
| Binary | 1010101 | 10000010 | 101 | 100011 | 0 | 1100000 | 110001 | 1010010 | 1011101 | 11010 |
Color Harmonies of #558205
Complementary color
Monochromatic Colors of #558205
Black with #558205
Text Example
Text Example
White with #558205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558205; }
p { color: rgb(85,130,5); }
H1.HeaderClassName
{
color: #558205;
}
.AnyTagClassName
{
color: #558205;
}
</style>
background-color css
<style>
a { background-color: #558205; }
a { background-color: rgb(85,130,5); }
div.DivClassName
{
background-color: #558205;
}
.BgClassName
{
background-color: #558205;
}
</style>
border-color css
<style>
span { border-color: #558205; }
span { border-color: rgb(85,130,5); }
td.TdClassName
{
border-color: #558205;
}
.TagClassName
{
border-color: #558205;
}
</style>