Shades of Olive Drab #558608
Tints of Olive Drab #558608
RGB
CMYK
RGB Variations
Color information
#558608 (or 0x558608) is known color: Olive Drab. HEX triplet: 55, 86 and 08. RGB value is (85,134,8). Sum of RGB (Red+Green+Blue) = 85+134+8=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #558608 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #558608 is #AA79F7. Grayscale: #696969. Windows color (decimal): -11172344 or 558677. OLE color: 558677.
HSL color Cylindrical-coordinate representation of color #558608: hue angle of 83.33º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #558608 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 134 | 8 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.47 |
| HSL | 83.33º | 0.89% | 0.28% | - |
| HSV(B) | 83.33º | 0.94% | 0.53% | - |
| XYZ | 12.32 | 19 | 3.25 | - |
| YUV | 104.99 | 73.27 | 113.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 134 | 8 | 0.37 | 0 | 0.94 | 0.47 | 83.33 | 0.89 | 0.28 |
| Hex | 55 | 86 | 8 | 25 | 0 | 5E | 2F | 53 | 59 | 1C |
| Octal | 125 | 206 | 10 | 45 | 0 | 136 | 57 | 123 | 131 | 34 |
| Binary | 1010101 | 10000110 | 1000 | 100101 | 0 | 1011110 | 101111 | 1010011 | 1011001 | 11100 |
Color Harmonies of #558608
Complementary color
Monochromatic Colors of #558608
Black with #558608
Text Example
Text Example
White with #558608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558608; }
p { color: rgb(85,134,8); }
H1.HeaderClassName
{
color: #558608;
}
.AnyTagClassName
{
color: #558608;
}
</style>
background-color css
<style>
a { background-color: #558608; }
a { background-color: rgb(85,134,8); }
div.DivClassName
{
background-color: #558608;
}
.BgClassName
{
background-color: #558608;
}
</style>
border-color css
<style>
span { border-color: #558608; }
span { border-color: rgb(85,134,8); }
td.TdClassName
{
border-color: #558608;
}
.TagClassName
{
border-color: #558608;
}
</style>