Shades of Olive #8C8404
Tints of Olive #8C8404
RGB
CMYK
RGB Variations
Color information
#8C8404 (or 0x8C8404) is known color: Olive. HEX triplet: 8C, 84 and 04. RGB value is (140,132,4). Sum of RGB (Red+Green+Blue) = 140+132+4=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8404 is #737BFB. Grayscale: #787878. Windows color (decimal): -7568380 or 296076. OLE color: 296076.
HSL color Cylindrical-coordinate representation of color #8C8404: hue angle of 56.47º 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 #8C8404 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 4 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.45 |
| HSL | 56.47º | 0.94% | 0.28% | - |
| HSV(B) | 56.47º | 0.97% | 0.55% | - |
| XYZ | 19.09 | 22.09 | 3.37 | - |
| YUV | 119.8 | 62.65 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 4 | 0 | 0.06 | 0.97 | 0.45 | 56.47 | 0.94 | 0.28 |
| Hex | 8C | 84 | 4 | 0 | 6 | 61 | 2D | 38 | 5E | 1C |
| Octal | 214 | 204 | 4 | 0 | 6 | 141 | 55 | 70 | 136 | 34 |
| Binary | 10001100 | 10000100 | 100 | 0 | 110 | 1100001 | 101101 | 111000 | 1011110 | 11100 |
Color Harmonies of #8C8404
Complementary color
Monochromatic Colors of #8C8404
Black with #8C8404
Text Example
Text Example
White with #8C8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8404; }
p { color: rgb(140,132,4); }
H1.HeaderClassName
{
color: #8C8404;
}
.AnyTagClassName
{
color: #8C8404;
}
</style>
background-color css
<style>
a { background-color: #8C8404; }
a { background-color: rgb(140,132,4); }
div.DivClassName
{
background-color: #8C8404;
}
.BgClassName
{
background-color: #8C8404;
}
</style>
border-color css
<style>
span { border-color: #8C8404; }
span { border-color: rgb(140,132,4); }
td.TdClassName
{
border-color: #8C8404;
}
.TagClassName
{
border-color: #8C8404;
}
</style>