Shades of Olive #8F8601
Tints of Olive #8F8601
RGB
CMYK
RGB Variations
Color information
#8F8601 (or 0x8F8601) is known color: Olive. HEX triplet: 8F, 86 and 01. RGB value is (143,134,1). Sum of RGB (Red+Green+Blue) = 143+134+1=278 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.44% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 1 (0.78% from 255 or 0.36% from 278); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8601 is #7079FE. Grayscale: #7A7A7A. Windows color (decimal): -7371263 or 99983. OLE color: 99983.
HSL color Cylindrical-coordinate representation of color #8F8601: hue angle of 56.2º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F8601 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 134 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.44 |
| HSL | 56.2º | 0.99% | 0.28% | - |
| HSV(B) | 56.2º | 0.99% | 0.56% | - |
| XYZ | 19.86 | 22.89 | 3.4 | - |
| YUV | 121.53 | 59.98 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 134 | 1 | 0 | 0.06 | 0.99 | 0.44 | 56.2 | 0.99 | 0.28 |
| Hex | 8F | 86 | 1 | 0 | 6 | 63 | 2C | 38 | 63 | 1C |
| Octal | 217 | 206 | 1 | 0 | 6 | 143 | 54 | 70 | 143 | 34 |
| Binary | 10001111 | 10000110 | 1 | 0 | 110 | 1100011 | 101100 | 111000 | 1100011 | 11100 |
Color Harmonies of #8F8601
Complementary color
Monochromatic Colors of #8F8601
Black with #8F8601
Text Example
Text Example
White with #8F8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8601; }
p { color: rgb(143,134,1); }
H1.HeaderClassName
{
color: #8F8601;
}
.AnyTagClassName
{
color: #8F8601;
}
</style>
background-color css
<style>
a { background-color: #8F8601; }
a { background-color: rgb(143,134,1); }
div.DivClassName
{
background-color: #8F8601;
}
.BgClassName
{
background-color: #8F8601;
}
</style>
border-color css
<style>
span { border-color: #8F8601; }
span { border-color: rgb(143,134,1); }
td.TdClassName
{
border-color: #8F8601;
}
.TagClassName
{
border-color: #8F8601;
}
</style>