Shades of Olive Drab #558407
Tints of Olive Drab #558407
RGB
CMYK
RGB Variations
Color information
#558407 (or 0x558407) is known color: Olive Drab. HEX triplet: 55, 84 and 07. RGB value is (85,132,7). Sum of RGB (Red+Green+Blue) = 85+132+7=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 132 (51.95% from 255 or 58.93% from 224); Blue value is 7 (3.12% from 255 or 3.12% from 224); Max value from RGB is 132 - color contains mainly: green. Hex color #558407 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558407 is #AA7BF8. Grayscale: #686868. Windows color (decimal): -11172857 or 492629. OLE color: 492629.
HSL color Cylindrical-coordinate representation of color #558407: hue angle of 82.56º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #558407 is Cyan = 0.36, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 85 | 132 | 7 | - |
| CMYK | 0.36 | 0 | 0.95 | 0.48 |
| HSL | 82.56º | 0.9% | 0.27% | - |
| HSV(B) | 82.56º | 0.95% | 0.52% | - |
| XYZ | 12.04 | 18.45 | 3.13 | - |
| YUV | 103.7 | 73.43 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 132 | 7 | 0.36 | 0 | 0.95 | 0.48 | 82.56 | 0.9 | 0.27 |
| Hex | 55 | 84 | 7 | 24 | 0 | 5F | 30 | 53 | 5A | 1B |
| Octal | 125 | 204 | 7 | 44 | 0 | 137 | 60 | 123 | 132 | 33 |
| Binary | 1010101 | 10000100 | 111 | 100100 | 0 | 1011111 | 110000 | 1010011 | 1011010 | 11011 |
Color Harmonies of #558407
Complementary color
Monochromatic Colors of #558407
Black with #558407
Text Example
Text Example
White with #558407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558407; }
p { color: rgb(85,132,7); }
H1.HeaderClassName
{
color: #558407;
}
.AnyTagClassName
{
color: #558407;
}
</style>
background-color css
<style>
a { background-color: #558407; }
a { background-color: rgb(85,132,7); }
div.DivClassName
{
background-color: #558407;
}
.BgClassName
{
background-color: #558407;
}
</style>
border-color css
<style>
span { border-color: #558407; }
span { border-color: rgb(85,132,7); }
td.TdClassName
{
border-color: #558407;
}
.TagClassName
{
border-color: #558407;
}
</style>