Shades of Olive #8C7E10
Tints of Olive #8C7E10
RGB
CMYK
RGB Variations
Color information
#8C7E10 (or 0x8C7E10) is known color: Olive. HEX triplet: 8C, 7E and 10. RGB value is (140,126,16). Sum of RGB (Red+Green+Blue) = 140+126+16=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 16 (6.64% from 255 or 5.67% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7E10 is #7381EF. Grayscale: #767676. Windows color (decimal): -7569904 or 1080972. OLE color: 1080972.
HSL color Cylindrical-coordinate representation of color #8C7E10: hue angle of 53.23º 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 #8C7E10 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 126 | 16 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.45 |
| HSL | 53.23º | 0.79% | 0.31% | - |
| HSV(B) | 53.23º | 0.89% | 0.55% | - |
| XYZ | 18.37 | 20.53 | 3.49 | - |
| YUV | 117.65 | 70.64 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 126 | 16 | 0 | 0.10 | 0.89 | 0.45 | 53.23 | 0.79 | 0.31 |
| Hex | 8C | 7E | 10 | 0 | A | 59 | 2D | 35 | 4F | 1F |
| Octal | 214 | 176 | 20 | 0 | 12 | 131 | 55 | 65 | 117 | 37 |
| Binary | 10001100 | 1111110 | 10000 | 0 | 1010 | 1011001 | 101101 | 110101 | 1001111 | 11111 |
Color Harmonies of #8C7E10
Complementary color
Monochromatic Colors of #8C7E10
Black with #8C7E10
Text Example
Text Example
White with #8C7E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7E10; }
p { color: rgb(140,126,16); }
H1.HeaderClassName
{
color: #8C7E10;
}
.AnyTagClassName
{
color: #8C7E10;
}
</style>
background-color css
<style>
a { background-color: #8C7E10; }
a { background-color: rgb(140,126,16); }
div.DivClassName
{
background-color: #8C7E10;
}
.BgClassName
{
background-color: #8C7E10;
}
</style>
border-color css
<style>
span { border-color: #8C7E10; }
span { border-color: rgb(140,126,16); }
td.TdClassName
{
border-color: #8C7E10;
}
.TagClassName
{
border-color: #8C7E10;
}
</style>