Shades of Olive Drab #558800
Tints of Olive Drab #558800
RGB
CMYK
RGB Variations
Color information
#558800 (or 0x558800) is known color: Olive Drab. HEX triplet: 55, 88 and 00. RGB value is (85,136,0). Sum of RGB (Red+Green+Blue) = 85+136+0=221 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.46% from 221); Green value is 136 (53.52% from 255 or 61.54% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 136 - color contains mainly: green. Hex color #558800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558800 is #AA77FF. Grayscale: #696969. Windows color (decimal): -11171840 or 34901. OLE color: 34901.
HSL color Cylindrical-coordinate representation of color #558800: hue angle of 82.5º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #558800 is Cyan = 0.38, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 0 | - |
| CMYK | 0.38 | 0 | 1 | 0.47 |
| HSL | 82.5º | 1% | 0.27% | - |
| HSV(B) | 82.5º | 1% | 0.53% | - |
| XYZ | 12.55 | 19.54 | 3.11 | - |
| YUV | 105.25 | 68.6 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 0 | 0.38 | 0 | 1 | 0.47 | 82.5 | 1 | 0.27 |
| Hex | 55 | 88 | 0 | 26 | 0 | 64 | 2F | 52 | 64 | 1B |
| Octal | 125 | 210 | 0 | 46 | 0 | 144 | 57 | 122 | 144 | 33 |
| Binary | 1010101 | 10001000 | 0 | 100110 | 0 | 1100100 | 101111 | 1010010 | 1100100 | 11011 |
Color Harmonies of #558800
Complementary color
Monochromatic Colors of #558800
Black with #558800
Text Example
Text Example
White with #558800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558800; }
p { color: rgb(85,136,0); }
H1.HeaderClassName
{
color: #558800;
}
.AnyTagClassName
{
color: #558800;
}
</style>
background-color css
<style>
a { background-color: #558800; }
a { background-color: rgb(85,136,0); }
div.DivClassName
{
background-color: #558800;
}
.BgClassName
{
background-color: #558800;
}
</style>
border-color css
<style>
span { border-color: #558800; }
span { border-color: rgb(85,136,0); }
td.TdClassName
{
border-color: #558800;
}
.TagClassName
{
border-color: #558800;
}
</style>