Shades of Olive Drab #558703
Tints of Olive Drab #558703
RGB
CMYK
RGB Variations
Color information
#558703 (or 0x558703) is known color: Olive Drab. HEX triplet: 55, 87 and 03. RGB value is (85,135,3). Sum of RGB (Red+Green+Blue) = 85+135+3=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 135 (53.12% from 255 or 60.54% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 135 - color contains mainly: green. Hex color #558703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558703 is #AA78FC. Grayscale: #696969. Windows color (decimal): -11172093 or 231253. OLE color: 231253.
HSL color Cylindrical-coordinate representation of color #558703: hue angle of 82.73º 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 #558703 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 135 | 3 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.47 |
| HSL | 82.73º | 0.96% | 0.27% | - |
| HSV(B) | 82.73º | 0.98% | 0.53% | - |
| XYZ | 12.43 | 19.27 | 3.15 | - |
| YUV | 105 | 70.44 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 135 | 3 | 0.37 | 0 | 0.98 | 0.47 | 82.73 | 0.96 | 0.27 |
| Hex | 55 | 87 | 3 | 25 | 0 | 62 | 2F | 53 | 60 | 1B |
| Octal | 125 | 207 | 3 | 45 | 0 | 142 | 57 | 123 | 140 | 33 |
| Binary | 1010101 | 10000111 | 11 | 100101 | 0 | 1100010 | 101111 | 1010011 | 1100000 | 11011 |
Color Harmonies of #558703
Complementary color
Monochromatic Colors of #558703
Black with #558703
Text Example
Text Example
White with #558703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558703; }
p { color: rgb(85,135,3); }
H1.HeaderClassName
{
color: #558703;
}
.AnyTagClassName
{
color: #558703;
}
</style>
background-color css
<style>
a { background-color: #558703; }
a { background-color: rgb(85,135,3); }
div.DivClassName
{
background-color: #558703;
}
.BgClassName
{
background-color: #558703;
}
</style>
border-color css
<style>
span { border-color: #558703; }
span { border-color: rgb(85,135,3); }
td.TdClassName
{
border-color: #558703;
}
.TagClassName
{
border-color: #558703;
}
</style>