Shades of Olive Drab #5C870F
Tints of Olive Drab #5C870F
RGB
CMYK
RGB Variations
Color information
#5C870F (or 0x5C870F) is known color: Olive Drab. HEX triplet: 5C, 87 and 0F. RGB value is (92,135,15). Sum of RGB (Red+Green+Blue) = 92+135+15=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #5C870F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C870F is #A378F0. Grayscale: #6C6C6C. Windows color (decimal): -10713329 or 1017692. OLE color: 1017692.
HSL color Cylindrical-coordinate representation of color #5C870F: hue angle of 81.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5C870F is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 135 | 15 | - |
| CMYK | 0.32 | 0 | 0.89 | 0.47 |
| HSL | 81.5º | 0.8% | 0.29% | - |
| HSV(B) | 81.5º | 0.89% | 0.53% | - |
| XYZ | 13.16 | 19.64 | 3.55 | - |
| YUV | 108.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 135 | 15 | 0.32 | 0 | 0.89 | 0.47 | 81.5 | 0.8 | 0.29 |
| Hex | 5C | 87 | F | 20 | 0 | 59 | 2F | 52 | 50 | 1D |
| Octal | 134 | 207 | 17 | 40 | 0 | 131 | 57 | 122 | 120 | 35 |
| Binary | 1011100 | 10000111 | 1111 | 100000 | 0 | 1011001 | 101111 | 1010010 | 1010000 | 11101 |
Color Harmonies of #5C870F
Complementary color
Monochromatic Colors of #5C870F
Black with #5C870F
Text Example
Text Example
White with #5C870F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C870F; }
p { color: rgb(92,135,15); }
H1.HeaderClassName
{
color: #5C870F;
}
.AnyTagClassName
{
color: #5C870F;
}
</style>
background-color css
<style>
a { background-color: #5C870F; }
a { background-color: rgb(92,135,15); }
div.DivClassName
{
background-color: #5C870F;
}
.BgClassName
{
background-color: #5C870F;
}
</style>
border-color css
<style>
span { border-color: #5C870F; }
span { border-color: rgb(92,135,15); }
td.TdClassName
{
border-color: #5C870F;
}
.TagClassName
{
border-color: #5C870F;
}
</style>