Shades of Olive Drab #587F15
Tints of Olive Drab #587F15
RGB
CMYK
RGB Variations
Color information
#587F15 (or 0x587F15) is known color: Olive Drab. HEX triplet: 58, 7F and 15. RGB value is (88,127,21). Sum of RGB (Red+Green+Blue) = 88+127+21=236 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.29% from 236); Green value is 127 (50% from 255 or 53.81% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 127 - color contains mainly: green. Hex color #587F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #587F15 is #A780EA. Grayscale: #676767. Windows color (decimal): -10977515 or 1408856. OLE color: 1408856.
HSL color Cylindrical-coordinate representation of color #587F15: hue angle of 82.08º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #587F15 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 127 | 21 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.50 |
| HSL | 82.08º | 0.72% | 0.29% | - |
| HSV(B) | 82.08º | 0.83% | 0.5% | - |
| XYZ | 11.75 | 17.31 | 3.43 | - |
| YUV | 103.26 | 81.58 | 117.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 127 | 21 | 0.31 | 0 | 0.83 | 0.50 | 82.08 | 0.72 | 0.29 |
| Hex | 58 | 7F | 15 | 1F | 0 | 53 | 32 | 52 | 48 | 1D |
| Octal | 130 | 177 | 25 | 37 | 0 | 123 | 62 | 122 | 110 | 35 |
| Binary | 1011000 | 1111111 | 10101 | 11111 | 0 | 1010011 | 110010 | 1010010 | 1001000 | 11101 |
Color Harmonies of #587F15
Complementary color
Monochromatic Colors of #587F15
Black with #587F15
Text Example
Text Example
White with #587F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587F15; }
p { color: rgb(88,127,21); }
H1.HeaderClassName
{
color: #587F15;
}
.AnyTagClassName
{
color: #587F15;
}
</style>
background-color css
<style>
a { background-color: #587F15; }
a { background-color: rgb(88,127,21); }
div.DivClassName
{
background-color: #587F15;
}
.BgClassName
{
background-color: #587F15;
}
</style>
border-color css
<style>
span { border-color: #587F15; }
span { border-color: rgb(88,127,21); }
td.TdClassName
{
border-color: #587F15;
}
.TagClassName
{
border-color: #587F15;
}
</style>