Shades of Olive Drab #558905
Tints of Olive Drab #558905
RGB
CMYK
RGB Variations
Color information
#558905 (or 0x558905) is known color: Olive Drab. HEX triplet: 55, 89 and 05. RGB value is (85,137,5). Sum of RGB (Red+Green+Blue) = 85+137+5=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 137 (53.91% from 255 or 60.35% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 137 - color contains mainly: green. Hex color #558905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558905 is #AA76FA. Grayscale: #6A6A6A. Windows color (decimal): -11171579 or 362837. OLE color: 362837.
HSL color Cylindrical-coordinate representation of color #558905: hue angle of 83.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #558905 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 137 | 5 | - |
| CMYK | 0.38 | 0 | 0.96 | 0.46 |
| HSL | 83.64º | 0.93% | 0.28% | - |
| HSV(B) | 83.64º | 0.96% | 0.54% | - |
| XYZ | 12.72 | 19.83 | 3.3 | - |
| YUV | 106.4 | 70.77 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 5 | 0.38 | 0 | 0.96 | 0.46 | 83.64 | 0.93 | 0.28 |
| Hex | 55 | 89 | 5 | 26 | 0 | 60 | 2E | 54 | 5D | 1C |
| Octal | 125 | 211 | 5 | 46 | 0 | 140 | 56 | 124 | 135 | 34 |
| Binary | 1010101 | 10001001 | 101 | 100110 | 0 | 1100000 | 101110 | 1010100 | 1011101 | 11100 |
Color Harmonies of #558905
Complementary color
Monochromatic Colors of #558905
Black with #558905
Text Example
Text Example
White with #558905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558905; }
p { color: rgb(85,137,5); }
H1.HeaderClassName
{
color: #558905;
}
.AnyTagClassName
{
color: #558905;
}
</style>
background-color css
<style>
a { background-color: #558905; }
a { background-color: rgb(85,137,5); }
div.DivClassName
{
background-color: #558905;
}
.BgClassName
{
background-color: #558905;
}
</style>
border-color css
<style>
span { border-color: #558905; }
span { border-color: rgb(85,137,5); }
td.TdClassName
{
border-color: #558905;
}
.TagClassName
{
border-color: #558905;
}
</style>