Shades of Olive #8F7F04
Tints of Olive #8F7F04
RGB
CMYK
RGB Variations
Color information
#8F7F04 (or 0x8F7F04) is known color: Olive. HEX triplet: 8F, 7F and 04. RGB value is (143,127,4). Sum of RGB (Red+Green+Blue) = 143+127+4=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 127 (50% from 255 or 46.35% from 274); Blue value is 4 (1.95% from 255 or 1.46% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7F04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8F7F04 is #7080FB. Grayscale: #767676. Windows color (decimal): -7373052 or 294799. OLE color: 294799.
HSL color Cylindrical-coordinate representation of color #8F7F04: hue angle of 53.09º 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 #8F7F04 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 127 | 4 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.44 |
| HSL | 53.09º | 0.95% | 0.29% | - |
| HSV(B) | 53.09º | 0.97% | 0.56% | - |
| XYZ | 18.94 | 21.03 | 3.18 | - |
| YUV | 117.76 | 63.8 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 4 | 0 | 0.11 | 0.97 | 0.44 | 53.09 | 0.95 | 0.29 |
| Hex | 8F | 7F | 4 | 0 | B | 61 | 2C | 35 | 5F | 1D |
| Octal | 217 | 177 | 4 | 0 | 13 | 141 | 54 | 65 | 137 | 35 |
| Binary | 10001111 | 1111111 | 100 | 0 | 1011 | 1100001 | 101100 | 110101 | 1011111 | 11101 |
Color Harmonies of #8F7F04
Complementary color
Monochromatic Colors of #8F7F04
Black with #8F7F04
Text Example
Text Example
White with #8F7F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7F04; }
p { color: rgb(143,127,4); }
H1.HeaderClassName
{
color: #8F7F04;
}
.AnyTagClassName
{
color: #8F7F04;
}
</style>
background-color css
<style>
a { background-color: #8F7F04; }
a { background-color: rgb(143,127,4); }
div.DivClassName
{
background-color: #8F7F04;
}
.BgClassName
{
background-color: #8F7F04;
}
</style>
border-color css
<style>
span { border-color: #8F7F04; }
span { border-color: rgb(143,127,4); }
td.TdClassName
{
border-color: #8F7F04;
}
.TagClassName
{
border-color: #8F7F04;
}
</style>