Shades of Olive #8C780A
Tints of Olive #8C780A
RGB
CMYK
RGB Variations
Color information
#8C780A (or 0x8C780A) is known color: Olive. HEX triplet: 8C, 78 and 0A. RGB value is (140,120,10). Sum of RGB (Red+Green+Blue) = 140+120+10=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C780A is #7387F5. Grayscale: #717171. Windows color (decimal): -7571446 or 686220. OLE color: 686220.
HSL color Cylindrical-coordinate representation of color #8C780A: hue angle of 50.77º 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 #8C780A is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 120 | 10 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.45 |
| HSL | 50.77º | 0.87% | 0.29% | - |
| HSV(B) | 50.77º | 0.93% | 0.55% | - |
| XYZ | 17.59 | 19.03 | 3.03 | - |
| YUV | 113.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 120 | 10 | 0 | 0.14 | 0.93 | 0.45 | 50.77 | 0.87 | 0.29 |
| Hex | 8C | 78 | A | 0 | E | 5D | 2D | 33 | 57 | 1D |
| Octal | 214 | 170 | 12 | 0 | 16 | 135 | 55 | 63 | 127 | 35 |
| Binary | 10001100 | 1111000 | 1010 | 0 | 1110 | 1011101 | 101101 | 110011 | 1010111 | 11101 |
Color Harmonies of #8C780A
Complementary color
Monochromatic Colors of #8C780A
Black with #8C780A
Text Example
Text Example
White with #8C780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C780A; }
p { color: rgb(140,120,10); }
H1.HeaderClassName
{
color: #8C780A;
}
.AnyTagClassName
{
color: #8C780A;
}
</style>
background-color css
<style>
a { background-color: #8C780A; }
a { background-color: rgb(140,120,10); }
div.DivClassName
{
background-color: #8C780A;
}
.BgClassName
{
background-color: #8C780A;
}
</style>
border-color css
<style>
span { border-color: #8C780A; }
span { border-color: rgb(140,120,10); }
td.TdClassName
{
border-color: #8C780A;
}
.TagClassName
{
border-color: #8C780A;
}
</style>