Shades of Olive #8C8704
Tints of Olive #8C8704
RGB
CMYK
RGB Variations
Color information
#8C8704 (or 0x8C8704) is known color: Olive. HEX triplet: 8C, 87 and 04. RGB value is (140,135,4). Sum of RGB (Red+Green+Blue) = 140+135+4=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8704 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8704 is #7378FB. Grayscale: #7A7A7A. Windows color (decimal): -7567612 or 296844. OLE color: 296844.
HSL color Cylindrical-coordinate representation of color #8C8704: hue angle of 57.79º 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 #8C8704 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 135 | 4 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.45 |
| HSL | 57.79º | 0.94% | 0.28% | - |
| HSV(B) | 57.79º | 0.97% | 0.55% | - |
| XYZ | 19.5 | 22.91 | 3.51 | - |
| YUV | 121.56 | 61.66 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 135 | 4 | 0 | 0.04 | 0.97 | 0.45 | 57.79 | 0.94 | 0.28 |
| Hex | 8C | 87 | 4 | 0 | 4 | 61 | 2D | 3A | 5E | 1C |
| Octal | 214 | 207 | 4 | 0 | 4 | 141 | 55 | 72 | 136 | 34 |
| Binary | 10001100 | 10000111 | 100 | 0 | 100 | 1100001 | 101101 | 111010 | 1011110 | 11100 |
Color Harmonies of #8C8704
Complementary color
Monochromatic Colors of #8C8704
Black with #8C8704
Text Example
Text Example
White with #8C8704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8704; }
p { color: rgb(140,135,4); }
H1.HeaderClassName
{
color: #8C8704;
}
.AnyTagClassName
{
color: #8C8704;
}
</style>
background-color css
<style>
a { background-color: #8C8704; }
a { background-color: rgb(140,135,4); }
div.DivClassName
{
background-color: #8C8704;
}
.BgClassName
{
background-color: #8C8704;
}
</style>
border-color css
<style>
span { border-color: #8C8704; }
span { border-color: rgb(140,135,4); }
td.TdClassName
{
border-color: #8C8704;
}
.TagClassName
{
border-color: #8C8704;
}
</style>