Shades of Olive #8F8404
Tints of Olive #8F8404
RGB
CMYK
RGB Variations
Color information
#8F8404 (or 0x8F8404) is known color: Olive. HEX triplet: 8F, 84 and 04. RGB value is (143,132,4). Sum of RGB (Red+Green+Blue) = 143+132+4=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8404 is #707BFB. Grayscale: #797979. Windows color (decimal): -7371772 or 296079. OLE color: 296079.
HSL color Cylindrical-coordinate representation of color #8F8404: hue angle of 55.25º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F8404 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 132 | 4 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.44 |
| HSL | 55.25º | 0.95% | 0.29% | - |
| HSV(B) | 55.25º | 0.97% | 0.56% | - |
| XYZ | 19.6 | 22.35 | 3.4 | - |
| YUV | 120.7 | 62.14 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 132 | 4 | 0 | 0.08 | 0.97 | 0.44 | 55.25 | 0.95 | 0.29 |
| Hex | 8F | 84 | 4 | 0 | 8 | 61 | 2C | 37 | 5F | 1D |
| Octal | 217 | 204 | 4 | 0 | 10 | 141 | 54 | 67 | 137 | 35 |
| Binary | 10001111 | 10000100 | 100 | 0 | 1000 | 1100001 | 101100 | 110111 | 1011111 | 11101 |
Color Harmonies of #8F8404
Complementary color
Monochromatic Colors of #8F8404
Black with #8F8404
Text Example
Text Example
White with #8F8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8404; }
p { color: rgb(143,132,4); }
H1.HeaderClassName
{
color: #8F8404;
}
.AnyTagClassName
{
color: #8F8404;
}
</style>
background-color css
<style>
a { background-color: #8F8404; }
a { background-color: rgb(143,132,4); }
div.DivClassName
{
background-color: #8F8404;
}
.BgClassName
{
background-color: #8F8404;
}
</style>
border-color css
<style>
span { border-color: #8F8404; }
span { border-color: rgb(143,132,4); }
td.TdClassName
{
border-color: #8F8404;
}
.TagClassName
{
border-color: #8F8404;
}
</style>