Shades of Olive Drab #558109
Tints of Olive Drab #558109
RGB
CMYK
RGB Variations
Color information
#558109 (or 0x558109) is known color: Olive Drab. HEX triplet: 55, 81 and 09. RGB value is (85,129,9). Sum of RGB (Red+Green+Blue) = 85+129+9=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #558109 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558109 is #AA7EF6. Grayscale: #666666. Windows color (decimal): -11173623 or 622933. OLE color: 622933.
HSL color Cylindrical-coordinate representation of color #558109: hue angle of 82º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #558109 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 129 | 9 | - |
| CMYK | 0.34 | 0 | 0.93 | 0.49 |
| HSL | 82º | 0.87% | 0.27% | - |
| HSV(B) | 82º | 0.93% | 0.51% | - |
| XYZ | 11.65 | 17.65 | 3.05 | - |
| YUV | 102.16 | 75.42 | 115.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 9 | 0.34 | 0 | 0.93 | 0.49 | 82 | 0.87 | 0.27 |
| Hex | 55 | 81 | 9 | 22 | 0 | 5D | 31 | 52 | 57 | 1B |
| Octal | 125 | 201 | 11 | 42 | 0 | 135 | 61 | 122 | 127 | 33 |
| Binary | 1010101 | 10000001 | 1001 | 100010 | 0 | 1011101 | 110001 | 1010010 | 1010111 | 11011 |
Color Harmonies of #558109
Complementary color
Monochromatic Colors of #558109
Black with #558109
Text Example
Text Example
White with #558109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558109; }
p { color: rgb(85,129,9); }
H1.HeaderClassName
{
color: #558109;
}
.AnyTagClassName
{
color: #558109;
}
</style>
background-color css
<style>
a { background-color: #558109; }
a { background-color: rgb(85,129,9); }
div.DivClassName
{
background-color: #558109;
}
.BgClassName
{
background-color: #558109;
}
</style>
border-color css
<style>
span { border-color: #558109; }
span { border-color: rgb(85,129,9); }
td.TdClassName
{
border-color: #558109;
}
.TagClassName
{
border-color: #558109;
}
</style>