Shades of Olive Drab #5C870C
Tints of Olive Drab #5C870C
RGB
CMYK
RGB Variations
Color information
#5C870C (or 0x5C870C) is known color: Olive Drab. HEX triplet: 5C, 87 and 0C. RGB value is (92,135,12). Sum of RGB (Red+Green+Blue) = 92+135+12=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #5C870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5C870C is #A378F3. Grayscale: #6C6C6C. Windows color (decimal): -10713332 or 821084. OLE color: 821084.
HSL color Cylindrical-coordinate representation of color #5C870C: hue angle of 80.98º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C870C is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 135 | 12 | - |
| CMYK | 0.32 | 0 | 0.91 | 0.47 |
| HSL | 80.98º | 0.84% | 0.29% | - |
| HSV(B) | 80.98º | 0.91% | 0.53% | - |
| XYZ | 13.14 | 19.63 | 3.44 | - |
| YUV | 108.12 | 73.75 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 135 | 12 | 0.32 | 0 | 0.91 | 0.47 | 80.98 | 0.84 | 0.29 |
| Hex | 5C | 87 | C | 20 | 0 | 5B | 2F | 51 | 54 | 1D |
| Octal | 134 | 207 | 14 | 40 | 0 | 133 | 57 | 121 | 124 | 35 |
| Binary | 1011100 | 10000111 | 1100 | 100000 | 0 | 1011011 | 101111 | 1010001 | 1010100 | 11101 |
Color Harmonies of #5C870C
Complementary color
Monochromatic Colors of #5C870C
Black with #5C870C
Text Example
Text Example
White with #5C870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C870C; }
p { color: rgb(92,135,12); }
H1.HeaderClassName
{
color: #5C870C;
}
.AnyTagClassName
{
color: #5C870C;
}
</style>
background-color css
<style>
a { background-color: #5C870C; }
a { background-color: rgb(92,135,12); }
div.DivClassName
{
background-color: #5C870C;
}
.BgClassName
{
background-color: #5C870C;
}
</style>
border-color css
<style>
span { border-color: #5C870C; }
span { border-color: rgb(92,135,12); }
td.TdClassName
{
border-color: #5C870C;
}
.TagClassName
{
border-color: #5C870C;
}
</style>