Shades of Olive Drab #558803
Tints of Olive Drab #558803
RGB
CMYK
RGB Variations
Color information
#558803 (or 0x558803) is known color: Olive Drab. HEX triplet: 55, 88 and 03. RGB value is (85,136,3). Sum of RGB (Red+Green+Blue) = 85+136+3=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 3 (1.56% from 255 or 1.34% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #558803 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558803 is #AA77FC. Grayscale: #6A6A6A. Windows color (decimal): -11171837 or 231509. OLE color: 231509.
HSL color Cylindrical-coordinate representation of color #558803: hue angle of 83.01º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #558803 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 3 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.47 |
| HSL | 83.01º | 0.96% | 0.27% | - |
| HSV(B) | 83.01º | 0.98% | 0.53% | - |
| XYZ | 12.57 | 19.55 | 3.2 | - |
| YUV | 105.59 | 70.1 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 3 | 0.38 | 0 | 0.98 | 0.47 | 83.01 | 0.96 | 0.27 |
| Hex | 55 | 88 | 3 | 26 | 0 | 62 | 2F | 53 | 60 | 1B |
| Octal | 125 | 210 | 3 | 46 | 0 | 142 | 57 | 123 | 140 | 33 |
| Binary | 1010101 | 10001000 | 11 | 100110 | 0 | 1100010 | 101111 | 1010011 | 1100000 | 11011 |
Color Harmonies of #558803
Complementary color
Monochromatic Colors of #558803
Black with #558803
Text Example
Text Example
White with #558803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558803; }
p { color: rgb(85,136,3); }
H1.HeaderClassName
{
color: #558803;
}
.AnyTagClassName
{
color: #558803;
}
</style>
background-color css
<style>
a { background-color: #558803; }
a { background-color: rgb(85,136,3); }
div.DivClassName
{
background-color: #558803;
}
.BgClassName
{
background-color: #558803;
}
</style>
border-color css
<style>
span { border-color: #558803; }
span { border-color: rgb(85,136,3); }
td.TdClassName
{
border-color: #558803;
}
.TagClassName
{
border-color: #558803;
}
</style>