Shades of Olive Drab #558606
Tints of Olive Drab #558606
RGB
CMYK
RGB Variations
Color information
#558606 (or 0x558606) is known color: Olive Drab. HEX triplet: 55, 86 and 06. RGB value is (85,134,6). Sum of RGB (Red+Green+Blue) = 85+134+6=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 6 (2.73% from 255 or 2.67% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #558606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558606 is #AA79F9. Grayscale: #696969. Windows color (decimal): -11172346 or 427605. OLE color: 427605.
HSL color Cylindrical-coordinate representation of color #558606: hue angle of 82.97º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #558606 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 134 | 6 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.47 |
| HSL | 82.97º | 0.91% | 0.27% | - |
| HSV(B) | 82.97º | 0.96% | 0.53% | - |
| XYZ | 12.3 | 18.99 | 3.19 | - |
| YUV | 104.76 | 72.27 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 134 | 6 | 0.37 | 0 | 0.96 | 0.47 | 82.97 | 0.91 | 0.27 |
| Hex | 55 | 86 | 6 | 25 | 0 | 60 | 2F | 53 | 5B | 1B |
| Octal | 125 | 206 | 6 | 45 | 0 | 140 | 57 | 123 | 133 | 33 |
| Binary | 1010101 | 10000110 | 110 | 100101 | 0 | 1100000 | 101111 | 1010011 | 1011011 | 11011 |
Color Harmonies of #558606
Complementary color
Monochromatic Colors of #558606
Black with #558606
Text Example
Text Example
White with #558606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558606; }
p { color: rgb(85,134,6); }
H1.HeaderClassName
{
color: #558606;
}
.AnyTagClassName
{
color: #558606;
}
</style>
background-color css
<style>
a { background-color: #558606; }
a { background-color: rgb(85,134,6); }
div.DivClassName
{
background-color: #558606;
}
.BgClassName
{
background-color: #558606;
}
</style>
border-color css
<style>
span { border-color: #558606; }
span { border-color: rgb(85,134,6); }
td.TdClassName
{
border-color: #558606;
}
.TagClassName
{
border-color: #558606;
}
</style>