Shades of Olive Drab #558101
Tints of Olive Drab #558101
RGB
CMYK
RGB Variations
Color information
#558101 (or 0x558101) is known color: Olive Drab. HEX triplet: 55, 81 and 01. RGB value is (85,129,1). Sum of RGB (Red+Green+Blue) = 85+129+1=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #558101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558101 is #AA7EFE. Grayscale: #656565. Windows color (decimal): -11173631 or 98645. OLE color: 98645.
HSL color Cylindrical-coordinate representation of color #558101: hue angle of 80.62º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #558101 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.49 |
| HSL | 80.63º | 0.98% | 0.25% | - |
| HSV(B) | 80.63º | 0.99% | 0.51% | - |
| XYZ | 11.6 | 17.63 | 2.82 | - |
| YUV | 101.25 | 71.42 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 1 | 0.34 | 0 | 0.99 | 0.49 | 80.63 | 0.98 | 0.25 |
| Hex | 55 | 81 | 1 | 22 | 0 | 63 | 31 | 51 | 62 | 19 |
| Octal | 125 | 201 | 1 | 42 | 0 | 143 | 61 | 121 | 142 | 31 |
| Binary | 1010101 | 10000001 | 1 | 100010 | 0 | 1100011 | 110001 | 1010001 | 1100010 | 11001 |
Color Harmonies of #558101
Complementary color
Monochromatic Colors of #558101
Black with #558101
Text Example
Text Example
White with #558101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558101; }
p { color: rgb(85,129,1); }
H1.HeaderClassName
{
color: #558101;
}
.AnyTagClassName
{
color: #558101;
}
</style>
background-color css
<style>
a { background-color: #558101; }
a { background-color: rgb(85,129,1); }
div.DivClassName
{
background-color: #558101;
}
.BgClassName
{
background-color: #558101;
}
</style>
border-color css
<style>
span { border-color: #558101; }
span { border-color: rgb(85,129,1); }
td.TdClassName
{
border-color: #558101;
}
.TagClassName
{
border-color: #558101;
}
</style>