Shades of Olive #808F01
Tints of Olive #808F01
RGB
CMYK
RGB Variations
Color information
#808F01 (or 0x808F01) is known color: Olive. HEX triplet: 80, 8F and 01. RGB value is (128,143,1). Sum of RGB (Red+Green+Blue) = 128+143+1=272 (36% of max value = 765). Red value is 128 (50.39% from 255 or 47.06% from 272); Green value is 143 (56.25% from 255 or 52.57% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 143 - color contains mainly: green. Hex color #808F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808F01 is #7F70FE. Grayscale: #7A7A7A. Windows color (decimal): -8351999 or 102272. OLE color: 102272.
HSL color Cylindrical-coordinate representation of color #808F01: hue angle of 66.34º 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 #808F01 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 143 | 1 | - |
| CMYK | 0.10 | 0 | 0.99 | 0.44 |
| HSL | 66.34º | 0.99% | 0.28% | - |
| HSV(B) | 66.34º | 0.99% | 0.56% | - |
| XYZ | 18.73 | 24.24 | 3.72 | - |
| YUV | 122.33 | 59.53 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 1 | 0.10 | 0 | 0.99 | 0.44 | 66.34 | 0.99 | 0.28 |
| Hex | 80 | 8F | 1 | A | 0 | 63 | 2C | 42 | 63 | 1C |
| Octal | 200 | 217 | 1 | 12 | 0 | 143 | 54 | 102 | 143 | 34 |
| Binary | 10000000 | 10001111 | 1 | 1010 | 0 | 1100011 | 101100 | 1000010 | 1100011 | 11100 |
Color Harmonies of #808F01
Complementary color
Monochromatic Colors of #808F01
Black with #808F01
Text Example
Text Example
White with #808F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808F01; }
p { color: rgb(128,143,1); }
H1.HeaderClassName
{
color: #808F01;
}
.AnyTagClassName
{
color: #808F01;
}
</style>
background-color css
<style>
a { background-color: #808F01; }
a { background-color: rgb(128,143,1); }
div.DivClassName
{
background-color: #808F01;
}
.BgClassName
{
background-color: #808F01;
}
</style>
border-color css
<style>
span { border-color: #808F01; }
span { border-color: rgb(128,143,1); }
td.TdClassName
{
border-color: #808F01;
}
.TagClassName
{
border-color: #808F01;
}
</style>