Shades of Olive #8C760A
Tints of Olive #8C760A
RGB
CMYK
RGB Variations
Color information
#8C760A (or 0x8C760A) is known color: Olive. HEX triplet: 8C, 76 and 0A. RGB value is (140,118,10). Sum of RGB (Red+Green+Blue) = 140+118+10=268 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.24% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 140 - color contains mainly: red. Hex color #8C760A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C760A is #7389F5. Grayscale: #707070. Windows color (decimal): -7571958 or 685708. OLE color: 685708.
HSL color Cylindrical-coordinate representation of color #8C760A: hue angle of 49.85º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C760A is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 118 | 10 | - |
| CMYK | 0 | 0.16 | 0.93 | 0.45 |
| HSL | 49.85º | 0.87% | 0.29% | - |
| HSV(B) | 49.85º | 0.93% | 0.55% | - |
| XYZ | 17.35 | 18.55 | 2.95 | - |
| YUV | 112.27 | 70.29 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 118 | 10 | 0 | 0.16 | 0.93 | 0.45 | 49.85 | 0.87 | 0.29 |
| Hex | 8C | 76 | A | 0 | 10 | 5D | 2D | 32 | 57 | 1D |
| Octal | 214 | 166 | 12 | 0 | 20 | 135 | 55 | 62 | 127 | 35 |
| Binary | 10001100 | 1110110 | 1010 | 0 | 10000 | 1011101 | 101101 | 110010 | 1010111 | 11101 |
Color Harmonies of #8C760A
Complementary color
Monochromatic Colors of #8C760A
Black with #8C760A
Text Example
Text Example
White with #8C760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C760A; }
p { color: rgb(140,118,10); }
H1.HeaderClassName
{
color: #8C760A;
}
.AnyTagClassName
{
color: #8C760A;
}
</style>
background-color css
<style>
a { background-color: #8C760A; }
a { background-color: rgb(140,118,10); }
div.DivClassName
{
background-color: #8C760A;
}
.BgClassName
{
background-color: #8C760A;
}
</style>
border-color css
<style>
span { border-color: #8C760A; }
span { border-color: rgb(140,118,10); }
td.TdClassName
{
border-color: #8C760A;
}
.TagClassName
{
border-color: #8C760A;
}
</style>