Shades of Olive Drab #558100
Tints of Olive Drab #558100
RGB
CMYK
RGB Variations
Color information
#558100 (or 0x558100) is known color: Olive Drab. HEX triplet: 55, 81 and 00. RGB value is (85,129,0). Sum of RGB (Red+Green+Blue) = 85+129+0=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 129 (50.78% from 255 or 60.28% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 129 - color contains mainly: green. Hex color #558100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558100 is #AA7EFF. Grayscale: #656565. Windows color (decimal): -11173632 or 33109. OLE color: 33109.
HSL color Cylindrical-coordinate representation of color #558100: hue angle of 80.47º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #558100 is Cyan = 0.34, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 0 | - |
| CMYK | 0.34 | 0 | 1 | 0.49 |
| HSL | 80.47º | 1% | 0.25% | - |
| HSV(B) | 80.47º | 1% | 0.51% | - |
| XYZ | 11.6 | 17.63 | 2.79 | - |
| YUV | 101.14 | 70.92 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 0 | 0.34 | 0 | 1 | 0.49 | 80.47 | 1 | 0.25 |
| Hex | 55 | 81 | 0 | 22 | 0 | 64 | 31 | 50 | 64 | 19 |
| Octal | 125 | 201 | 0 | 42 | 0 | 144 | 61 | 120 | 144 | 31 |
| Binary | 1010101 | 10000001 | 0 | 100010 | 0 | 1100100 | 110001 | 1010000 | 1100100 | 11001 |
Color Harmonies of #558100
Complementary color
Monochromatic Colors of #558100
Black with #558100
Text Example
Text Example
White with #558100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558100; }
p { color: rgb(85,129,0); }
H1.HeaderClassName
{
color: #558100;
}
.AnyTagClassName
{
color: #558100;
}
</style>
background-color css
<style>
a { background-color: #558100; }
a { background-color: rgb(85,129,0); }
div.DivClassName
{
background-color: #558100;
}
.BgClassName
{
background-color: #558100;
}
</style>
border-color css
<style>
span { border-color: #558100; }
span { border-color: rgb(85,129,0); }
td.TdClassName
{
border-color: #558100;
}
.TagClassName
{
border-color: #558100;
}
</style>