Shades of Olive Drab #558105
Tints of Olive Drab #558105
RGB
CMYK
RGB Variations
Color information
#558105 (or 0x558105) is known color: Olive Drab. HEX triplet: 55, 81 and 05. RGB value is (85,129,5). Sum of RGB (Red+Green+Blue) = 85+129+5=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 129 (50.78% from 255 or 58.90% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 129 - color contains mainly: green. Hex color #558105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558105 is #AA7EFA. Grayscale: #666666. Windows color (decimal): -11173627 or 360789. OLE color: 360789.
HSL color Cylindrical-coordinate representation of color #558105: hue angle of 81.29º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #558105 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 5 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.49 |
| HSL | 81.29º | 0.93% | 0.26% | - |
| HSV(B) | 81.29º | 0.96% | 0.51% | - |
| XYZ | 11.62 | 17.64 | 2.94 | - |
| YUV | 101.71 | 73.42 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 5 | 0.34 | 0 | 0.96 | 0.49 | 81.29 | 0.93 | 0.26 |
| Hex | 55 | 81 | 5 | 22 | 0 | 60 | 31 | 51 | 5D | 1A |
| Octal | 125 | 201 | 5 | 42 | 0 | 140 | 61 | 121 | 135 | 32 |
| Binary | 1010101 | 10000001 | 101 | 100010 | 0 | 1100000 | 110001 | 1010001 | 1011101 | 11010 |
Color Harmonies of #558105
Complementary color
Monochromatic Colors of #558105
Black with #558105
Text Example
Text Example
White with #558105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558105; }
p { color: rgb(85,129,5); }
H1.HeaderClassName
{
color: #558105;
}
.AnyTagClassName
{
color: #558105;
}
</style>
background-color css
<style>
a { background-color: #558105; }
a { background-color: rgb(85,129,5); }
div.DivClassName
{
background-color: #558105;
}
.BgClassName
{
background-color: #558105;
}
</style>
border-color css
<style>
span { border-color: #558105; }
span { border-color: rgb(85,129,5); }
td.TdClassName
{
border-color: #558105;
}
.TagClassName
{
border-color: #558105;
}
</style>