Shades of Olive #8C7404
Tints of Olive #8C7404
RGB
CMYK
RGB Variations
Color information
#8C7404 (or 0x8C7404) is known color: Olive. HEX triplet: 8C, 74 and 04. RGB value is (140,116,4). Sum of RGB (Red+Green+Blue) = 140+116+4=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7404 is #738BFB. Grayscale: #6E6E6E. Windows color (decimal): -7572476 or 291980. OLE color: 291980.
HSL color Cylindrical-coordinate representation of color #8C7404: hue angle of 49.41º 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 #8C7404 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 116 | 4 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.45 |
| HSL | 49.41º | 0.94% | 0.28% | - |
| HSV(B) | 49.41º | 0.97% | 0.55% | - |
| XYZ | 17.08 | 18.08 | 2.7 | - |
| YUV | 110.41 | 67.95 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 116 | 4 | 0 | 0.17 | 0.97 | 0.45 | 49.41 | 0.94 | 0.28 |
| Hex | 8C | 74 | 4 | 0 | 11 | 61 | 2D | 31 | 5E | 1C |
| Octal | 214 | 164 | 4 | 0 | 21 | 141 | 55 | 61 | 136 | 34 |
| Binary | 10001100 | 1110100 | 100 | 0 | 10001 | 1100001 | 101101 | 110001 | 1011110 | 11100 |
Color Harmonies of #8C7404
Complementary color
Monochromatic Colors of #8C7404
Black with #8C7404
Text Example
Text Example
White with #8C7404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7404; }
p { color: rgb(140,116,4); }
H1.HeaderClassName
{
color: #8C7404;
}
.AnyTagClassName
{
color: #8C7404;
}
</style>
background-color css
<style>
a { background-color: #8C7404; }
a { background-color: rgb(140,116,4); }
div.DivClassName
{
background-color: #8C7404;
}
.BgClassName
{
background-color: #8C7404;
}
</style>
border-color css
<style>
span { border-color: #8C7404; }
span { border-color: rgb(140,116,4); }
td.TdClassName
{
border-color: #8C7404;
}
.TagClassName
{
border-color: #8C7404;
}
</style>