Shades of Olive #8F8008
Tints of Olive #8F8008
RGB
CMYK
RGB Variations
Color information
#8F8008 (or 0x8F8008) is known color: Olive. HEX triplet: 8F, 80 and 08. RGB value is (143,128,8). Sum of RGB (Red+Green+Blue) = 143+128+8=279 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.25% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8008 is #707FF7. Grayscale: #777777. Windows color (decimal): -7372792 or 557199. OLE color: 557199.
HSL color Cylindrical-coordinate representation of color #8F8008: hue angle of 53.33º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F8008 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 128 | 8 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.44 |
| HSL | 53.33º | 0.89% | 0.3% | - |
| HSV(B) | 53.33º | 0.94% | 0.56% | - |
| XYZ | 19.09 | 21.3 | 3.33 | - |
| YUV | 118.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 128 | 8 | 0 | 0.10 | 0.94 | 0.44 | 53.33 | 0.89 | 0.3 |
| Hex | 8F | 80 | 8 | 0 | A | 5E | 2C | 35 | 59 | 1E |
| Octal | 217 | 200 | 10 | 0 | 12 | 136 | 54 | 65 | 131 | 36 |
| Binary | 10001111 | 10000000 | 1000 | 0 | 1010 | 1011110 | 101100 | 110101 | 1011001 | 11110 |
Color Harmonies of #8F8008
Complementary color
Monochromatic Colors of #8F8008
Black with #8F8008
Text Example
Text Example
White with #8F8008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8008; }
p { color: rgb(143,128,8); }
H1.HeaderClassName
{
color: #8F8008;
}
.AnyTagClassName
{
color: #8F8008;
}
</style>
background-color css
<style>
a { background-color: #8F8008; }
a { background-color: rgb(143,128,8); }
div.DivClassName
{
background-color: #8F8008;
}
.BgClassName
{
background-color: #8F8008;
}
</style>
border-color css
<style>
span { border-color: #8F8008; }
span { border-color: rgb(143,128,8); }
td.TdClassName
{
border-color: #8F8008;
}
.TagClassName
{
border-color: #8F8008;
}
</style>