Shades of Olive Drab #558007
Tints of Olive Drab #558007
RGB
CMYK
RGB Variations
Color information
#558007 (or 0x558007) is known color: Olive Drab. HEX triplet: 55, 80 and 07. RGB value is (85,128,7). Sum of RGB (Red+Green+Blue) = 85+128+7=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 128 (50.39% from 255 or 58.18% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 128 - color contains mainly: green. Hex color #558007 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558007 is #AA7FF8. Grayscale: #656565. Windows color (decimal): -11173881 or 491605. OLE color: 491605.
HSL color Cylindrical-coordinate representation of color #558007: hue angle of 81.32º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #558007 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 85 | 128 | 7 | - |
| CMYK | 0.34 | 0 | 0.95 | 0.50 |
| HSL | 81.32º | 0.9% | 0.26% | - |
| HSV(B) | 81.32º | 0.95% | 0.5% | - |
| XYZ | 11.5 | 17.38 | 2.95 | - |
| YUV | 101.35 | 74.75 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 128 | 7 | 0.34 | 0 | 0.95 | 0.50 | 81.32 | 0.9 | 0.26 |
| Hex | 55 | 80 | 7 | 22 | 0 | 5F | 32 | 51 | 5A | 1A |
| Octal | 125 | 200 | 7 | 42 | 0 | 137 | 62 | 121 | 132 | 32 |
| Binary | 1010101 | 10000000 | 111 | 100010 | 0 | 1011111 | 110010 | 1010001 | 1011010 | 11010 |
Color Harmonies of #558007
Complementary color
Monochromatic Colors of #558007
Black with #558007
Text Example
Text Example
White with #558007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558007; }
p { color: rgb(85,128,7); }
H1.HeaderClassName
{
color: #558007;
}
.AnyTagClassName
{
color: #558007;
}
</style>
background-color css
<style>
a { background-color: #558007; }
a { background-color: rgb(85,128,7); }
div.DivClassName
{
background-color: #558007;
}
.BgClassName
{
background-color: #558007;
}
</style>
border-color css
<style>
span { border-color: #558007; }
span { border-color: rgb(85,128,7); }
td.TdClassName
{
border-color: #558007;
}
.TagClassName
{
border-color: #558007;
}
</style>