Shades of Olive #808F08
Tints of Olive #808F08
RGB
CMYK
RGB Variations
Color information
#808F08 (or 0x808F08) is known color: Olive. HEX triplet: 80, 8F and 08. RGB value is (128,143,8). Sum of RGB (Red+Green+Blue) = 128+143+8=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 143 (56.25% from 255 or 51.25% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 143 - color contains mainly: green. Hex color #808F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808F08 is #7F70F7. Grayscale: #7B7B7B. Windows color (decimal): -8351992 or 561024. OLE color: 561024.
HSL color Cylindrical-coordinate representation of color #808F08: hue angle of 66.67º 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 #808F08 is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 143 | 8 | - |
| CMYK | 0.10 | 0 | 0.94 | 0.44 |
| HSL | 66.67º | 0.89% | 0.3% | - |
| HSV(B) | 66.67º | 0.94% | 0.56% | - |
| XYZ | 18.77 | 24.25 | 3.92 | - |
| YUV | 123.13 | 63.03 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 8 | 0.10 | 0 | 0.94 | 0.44 | 66.67 | 0.89 | 0.3 |
| Hex | 80 | 8F | 8 | A | 0 | 5E | 2C | 43 | 59 | 1E |
| Octal | 200 | 217 | 10 | 12 | 0 | 136 | 54 | 103 | 131 | 36 |
| Binary | 10000000 | 10001111 | 1000 | 1010 | 0 | 1011110 | 101100 | 1000011 | 1011001 | 11110 |
Color Harmonies of #808F08
Complementary color
Monochromatic Colors of #808F08
Black with #808F08
Text Example
Text Example
White with #808F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808F08; }
p { color: rgb(128,143,8); }
H1.HeaderClassName
{
color: #808F08;
}
.AnyTagClassName
{
color: #808F08;
}
</style>
background-color css
<style>
a { background-color: #808F08; }
a { background-color: rgb(128,143,8); }
div.DivClassName
{
background-color: #808F08;
}
.BgClassName
{
background-color: #808F08;
}
</style>
border-color css
<style>
span { border-color: #808F08; }
span { border-color: rgb(128,143,8); }
td.TdClassName
{
border-color: #808F08;
}
.TagClassName
{
border-color: #808F08;
}
</style>