Shades of Olive #8C8010
Tints of Olive #8C8010
RGB
CMYK
RGB Variations
Color information
#8C8010 (or 0x8C8010) is known color: Olive. HEX triplet: 8C, 80 and 10. RGB value is (140,128,16). Sum of RGB (Red+Green+Blue) = 140+128+16=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8010 is #737FEF. Grayscale: #777777. Windows color (decimal): -7569392 or 1081484. OLE color: 1081484.
HSL color Cylindrical-coordinate representation of color #8C8010: hue angle of 54.19º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C8010 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 16 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.45 |
| HSL | 54.19º | 0.79% | 0.31% | - |
| HSV(B) | 54.19º | 0.89% | 0.55% | - |
| XYZ | 18.63 | 21.05 | 3.57 | - |
| YUV | 118.82 | 69.98 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 16 | 0 | 0.09 | 0.89 | 0.45 | 54.19 | 0.79 | 0.31 |
| Hex | 8C | 80 | 10 | 0 | 9 | 59 | 2D | 36 | 4F | 1F |
| Octal | 214 | 200 | 20 | 0 | 11 | 131 | 55 | 66 | 117 | 37 |
| Binary | 10001100 | 10000000 | 10000 | 0 | 1001 | 1011001 | 101101 | 110110 | 1001111 | 11111 |
Color Harmonies of #8C8010
Complementary color
Monochromatic Colors of #8C8010
Black with #8C8010
Text Example
Text Example
White with #8C8010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8010; }
p { color: rgb(140,128,16); }
H1.HeaderClassName
{
color: #8C8010;
}
.AnyTagClassName
{
color: #8C8010;
}
</style>
background-color css
<style>
a { background-color: #8C8010; }
a { background-color: rgb(140,128,16); }
div.DivClassName
{
background-color: #8C8010;
}
.BgClassName
{
background-color: #8C8010;
}
</style>
border-color css
<style>
span { border-color: #8C8010; }
span { border-color: rgb(140,128,16); }
td.TdClassName
{
border-color: #8C8010;
}
.TagClassName
{
border-color: #8C8010;
}
</style>