Shades of Olive Drab #558103
Tints of Olive Drab #558103
RGB
CMYK
RGB Variations
Color information
#558103 (or 0x558103) is known color: Olive Drab. HEX triplet: 55, 81 and 03. RGB value is (85,129,3). Sum of RGB (Red+Green+Blue) = 85+129+3=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 129 (50.78% from 255 or 59.45% from 217); Blue value is 3 (1.56% from 255 or 1.38% from 217); Max value from RGB is 129 - color contains mainly: green. Hex color #558103 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558103 is #AA7EFC. Grayscale: #656565. Windows color (decimal): -11173629 or 229717. OLE color: 229717.
HSL color Cylindrical-coordinate representation of color #558103: hue angle of 80.95º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #558103 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 3 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.49 |
| HSL | 80.95º | 0.95% | 0.26% | - |
| HSV(B) | 80.95º | 0.98% | 0.51% | - |
| XYZ | 11.61 | 17.64 | 2.88 | - |
| YUV | 101.48 | 72.42 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 3 | 0.34 | 0 | 0.98 | 0.49 | 80.95 | 0.95 | 0.26 |
| Hex | 55 | 81 | 3 | 22 | 0 | 62 | 31 | 51 | 5F | 1A |
| Octal | 125 | 201 | 3 | 42 | 0 | 142 | 61 | 121 | 137 | 32 |
| Binary | 1010101 | 10000001 | 11 | 100010 | 0 | 1100010 | 110001 | 1010001 | 1011111 | 11010 |
Color Harmonies of #558103
Complementary color
Monochromatic Colors of #558103
Black with #558103
Text Example
Text Example
White with #558103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558103; }
p { color: rgb(85,129,3); }
H1.HeaderClassName
{
color: #558103;
}
.AnyTagClassName
{
color: #558103;
}
</style>
background-color css
<style>
a { background-color: #558103; }
a { background-color: rgb(85,129,3); }
div.DivClassName
{
background-color: #558103;
}
.BgClassName
{
background-color: #558103;
}
</style>
border-color css
<style>
span { border-color: #558103; }
span { border-color: rgb(85,129,3); }
td.TdClassName
{
border-color: #558103;
}
.TagClassName
{
border-color: #558103;
}
</style>