Shades of Olive #8C7A04
Tints of Olive #8C7A04
RGB
CMYK
RGB Variations
Color information
#8C7A04 (or 0x8C7A04) is known color: Olive. HEX triplet: 8C, 7A and 04. RGB value is (140,122,4). Sum of RGB (Red+Green+Blue) = 140+122+4=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 122 (48.05% from 255 or 45.86% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7A04 is #7385FB. Grayscale: #727272. Windows color (decimal): -7570940 or 293516. OLE color: 293516.
HSL color Cylindrical-coordinate representation of color #8C7A04: hue angle of 52.06º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C7A04 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 122 | 4 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.45 |
| HSL | 52.06º | 0.94% | 0.28% | - |
| HSV(B) | 52.06º | 0.97% | 0.55% | - |
| XYZ | 17.8 | 19.5 | 2.94 | - |
| YUV | 113.93 | 65.96 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 122 | 4 | 0 | 0.13 | 0.97 | 0.45 | 52.06 | 0.94 | 0.28 |
| Hex | 8C | 7A | 4 | 0 | D | 61 | 2D | 34 | 5E | 1C |
| Octal | 214 | 172 | 4 | 0 | 15 | 141 | 55 | 64 | 136 | 34 |
| Binary | 10001100 | 1111010 | 100 | 0 | 1101 | 1100001 | 101101 | 110100 | 1011110 | 11100 |
Color Harmonies of #8C7A04
Complementary color
Monochromatic Colors of #8C7A04
Black with #8C7A04
Text Example
Text Example
White with #8C7A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7A04; }
p { color: rgb(140,122,4); }
H1.HeaderClassName
{
color: #8C7A04;
}
.AnyTagClassName
{
color: #8C7A04;
}
</style>
background-color css
<style>
a { background-color: #8C7A04; }
a { background-color: rgb(140,122,4); }
div.DivClassName
{
background-color: #8C7A04;
}
.BgClassName
{
background-color: #8C7A04;
}
</style>
border-color css
<style>
span { border-color: #8C7A04; }
span { border-color: rgb(140,122,4); }
td.TdClassName
{
border-color: #8C7A04;
}
.TagClassName
{
border-color: #8C7A04;
}
</style>