Shades of Olive Drab #558807
Tints of Olive Drab #558807
RGB
CMYK
RGB Variations
Color information
#558807 (or 0x558807) is known color: Olive Drab. HEX triplet: 55, 88 and 07. RGB value is (85,136,7). Sum of RGB (Red+Green+Blue) = 85+136+7=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 136 (53.52% from 255 or 59.65% from 228); Blue value is 7 (3.12% from 255 or 3.07% from 228); Max value from RGB is 136 - color contains mainly: green. Hex color #558807 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558807 is #AA77F8. Grayscale: #6A6A6A. Windows color (decimal): -11171833 or 493653. OLE color: 493653.
HSL color Cylindrical-coordinate representation of color #558807: hue angle of 83.72º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #558807 is Cyan = 0.38, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 7 | - |
| CMYK | 0.38 | 0 | 0.95 | 0.47 |
| HSL | 83.72º | 0.9% | 0.28% | - |
| HSV(B) | 83.72º | 0.95% | 0.53% | - |
| XYZ | 12.59 | 19.55 | 3.31 | - |
| YUV | 106.05 | 72.1 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 7 | 0.38 | 0 | 0.95 | 0.47 | 83.72 | 0.9 | 0.28 |
| Hex | 55 | 88 | 7 | 26 | 0 | 5F | 2F | 54 | 5A | 1C |
| Octal | 125 | 210 | 7 | 46 | 0 | 137 | 57 | 124 | 132 | 34 |
| Binary | 1010101 | 10001000 | 111 | 100110 | 0 | 1011111 | 101111 | 1010100 | 1011010 | 11100 |
Color Harmonies of #558807
Complementary color
Monochromatic Colors of #558807
Black with #558807
Text Example
Text Example
White with #558807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558807; }
p { color: rgb(85,136,7); }
H1.HeaderClassName
{
color: #558807;
}
.AnyTagClassName
{
color: #558807;
}
</style>
background-color css
<style>
a { background-color: #558807; }
a { background-color: rgb(85,136,7); }
div.DivClassName
{
background-color: #558807;
}
.BgClassName
{
background-color: #558807;
}
</style>
border-color css
<style>
span { border-color: #558807; }
span { border-color: rgb(85,136,7); }
td.TdClassName
{
border-color: #558807;
}
.TagClassName
{
border-color: #558807;
}
</style>