Shades of Olive Drab #578606
Tints of Olive Drab #578606
RGB
CMYK
RGB Variations
Color information
#578606 (or 0x578606) is known color: Olive Drab. HEX triplet: 57, 86 and 06. RGB value is (87,134,6). Sum of RGB (Red+Green+Blue) = 87+134+6=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #578606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #578606 is #A879F9. Grayscale: #696969. Windows color (decimal): -11041274 or 427607. OLE color: 427607.
HSL color Cylindrical-coordinate representation of color #578606: hue angle of 82.03º 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 #578606 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 87 | 134 | 6 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.47 |
| HSL | 82.03º | 0.91% | 0.27% | - |
| HSV(B) | 82.03º | 0.96% | 0.53% | - |
| XYZ | 12.49 | 19.09 | 3.2 | - |
| YUV | 105.36 | 71.93 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 134 | 6 | 0.35 | 0 | 0.96 | 0.47 | 82.03 | 0.91 | 0.27 |
| Hex | 57 | 86 | 6 | 23 | 0 | 60 | 2F | 52 | 5B | 1B |
| Octal | 127 | 206 | 6 | 43 | 0 | 140 | 57 | 122 | 133 | 33 |
| Binary | 1010111 | 10000110 | 110 | 100011 | 0 | 1100000 | 101111 | 1010010 | 1011011 | 11011 |
Color Harmonies of #578606
Complementary color
Monochromatic Colors of #578606
Black with #578606
Text Example
Text Example
White with #578606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578606; }
p { color: rgb(87,134,6); }
H1.HeaderClassName
{
color: #578606;
}
.AnyTagClassName
{
color: #578606;
}
</style>
background-color css
<style>
a { background-color: #578606; }
a { background-color: rgb(87,134,6); }
div.DivClassName
{
background-color: #578606;
}
.BgClassName
{
background-color: #578606;
}
</style>
border-color css
<style>
span { border-color: #578606; }
span { border-color: rgb(87,134,6); }
td.TdClassName
{
border-color: #578606;
}
.TagClassName
{
border-color: #578606;
}
</style>