Shades of Olive Drab #5C870A
Tints of Olive Drab #5C870A
RGB
CMYK
RGB Variations
Color information
#5C870A (or 0x5C870A) is known color: Olive Drab. HEX triplet: 5C, 87 and 0A. RGB value is (92,135,10). Sum of RGB (Red+Green+Blue) = 92+135+10=237 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.82% from 237); Green value is 135 (53.12% from 255 or 56.96% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 135 - color contains mainly: green. Hex color #5C870A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C870A is #A378F5. Grayscale: #6C6C6C. Windows color (decimal): -10713334 or 690012. OLE color: 690012.
HSL color Cylindrical-coordinate representation of color #5C870A: hue angle of 80.64º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C870A is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 135 | 10 | - |
| CMYK | 0.32 | 0 | 0.93 | 0.47 |
| HSL | 80.64º | 0.86% | 0.28% | - |
| HSV(B) | 80.64º | 0.93% | 0.53% | - |
| XYZ | 13.13 | 19.63 | 3.38 | - |
| YUV | 107.89 | 72.75 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 135 | 10 | 0.32 | 0 | 0.93 | 0.47 | 80.64 | 0.86 | 0.28 |
| Hex | 5C | 87 | A | 20 | 0 | 5D | 2F | 51 | 56 | 1C |
| Octal | 134 | 207 | 12 | 40 | 0 | 135 | 57 | 121 | 126 | 34 |
| Binary | 1011100 | 10000111 | 1010 | 100000 | 0 | 1011101 | 101111 | 1010001 | 1010110 | 11100 |
Color Harmonies of #5C870A
Complementary color
Monochromatic Colors of #5C870A
Black with #5C870A
Text Example
Text Example
White with #5C870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C870A; }
p { color: rgb(92,135,10); }
H1.HeaderClassName
{
color: #5C870A;
}
.AnyTagClassName
{
color: #5C870A;
}
</style>
background-color css
<style>
a { background-color: #5C870A; }
a { background-color: rgb(92,135,10); }
div.DivClassName
{
background-color: #5C870A;
}
.BgClassName
{
background-color: #5C870A;
}
</style>
border-color css
<style>
span { border-color: #5C870A; }
span { border-color: rgb(92,135,10); }
td.TdClassName
{
border-color: #5C870A;
}
.TagClassName
{
border-color: #5C870A;
}
</style>