Shades of Olive Drab #558609
Tints of Olive Drab #558609
RGB
CMYK
RGB Variations
Color information
#558609 (or 0x558609) is known color: Olive Drab. HEX triplet: 55, 86 and 09. RGB value is (85,134,9). Sum of RGB (Red+Green+Blue) = 85+134+9=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 134 (52.73% from 255 or 58.77% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 134 - color contains mainly: green. Hex color #558609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558609 is #AA79F6. Grayscale: #696969. Windows color (decimal): -11172343 or 624213. OLE color: 624213.
HSL color Cylindrical-coordinate representation of color #558609: hue angle of 83.52º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #558609 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 134 | 9 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.47 |
| HSL | 83.52º | 0.87% | 0.28% | - |
| HSV(B) | 83.52º | 0.93% | 0.53% | - |
| XYZ | 12.32 | 19 | 3.28 | - |
| YUV | 105.1 | 73.77 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 134 | 9 | 0.37 | 0 | 0.93 | 0.47 | 83.52 | 0.87 | 0.28 |
| Hex | 55 | 86 | 9 | 25 | 0 | 5D | 2F | 54 | 57 | 1C |
| Octal | 125 | 206 | 11 | 45 | 0 | 135 | 57 | 124 | 127 | 34 |
| Binary | 1010101 | 10000110 | 1001 | 100101 | 0 | 1011101 | 101111 | 1010100 | 1010111 | 11100 |
Color Harmonies of #558609
Complementary color
Monochromatic Colors of #558609
Black with #558609
Text Example
Text Example
White with #558609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558609; }
p { color: rgb(85,134,9); }
H1.HeaderClassName
{
color: #558609;
}
.AnyTagClassName
{
color: #558609;
}
</style>
background-color css
<style>
a { background-color: #558609; }
a { background-color: rgb(85,134,9); }
div.DivClassName
{
background-color: #558609;
}
.BgClassName
{
background-color: #558609;
}
</style>
border-color css
<style>
span { border-color: #558609; }
span { border-color: rgb(85,134,9); }
td.TdClassName
{
border-color: #558609;
}
.TagClassName
{
border-color: #558609;
}
</style>