Shades of Olive #808C08
Tints of Olive #808C08
RGB
CMYK
RGB Variations
Color information
#808C08 (or 0x808C08) is known color: Olive. HEX triplet: 80, 8C and 08. RGB value is (128,140,8). Sum of RGB (Red+Green+Blue) = 128+140+8=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 140 (55.08% from 255 or 50.72% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 140 - color contains mainly: green. Hex color #808C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808C08 is #7F73F7. Grayscale: #797979. Windows color (decimal): -8352760 or 560256. OLE color: 560256.
HSL color Cylindrical-coordinate representation of color #808C08: hue angle of 65.45º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #808C08 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 140 | 8 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.45 |
| HSL | 65.45º | 0.89% | 0.29% | - |
| HSV(B) | 65.45º | 0.94% | 0.55% | - |
| XYZ | 18.32 | 23.36 | 3.77 | - |
| YUV | 121.36 | 64.02 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 8 | 0.09 | 0 | 0.94 | 0.45 | 65.45 | 0.89 | 0.29 |
| Hex | 80 | 8C | 8 | 9 | 0 | 5E | 2D | 41 | 59 | 1D |
| Octal | 200 | 214 | 10 | 11 | 0 | 136 | 55 | 101 | 131 | 35 |
| Binary | 10000000 | 10001100 | 1000 | 1001 | 0 | 1011110 | 101101 | 1000001 | 1011001 | 11101 |
Color Harmonies of #808C08
Complementary color
Monochromatic Colors of #808C08
Black with #808C08
Text Example
Text Example
White with #808C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808C08; }
p { color: rgb(128,140,8); }
H1.HeaderClassName
{
color: #808C08;
}
.AnyTagClassName
{
color: #808C08;
}
</style>
background-color css
<style>
a { background-color: #808C08; }
a { background-color: rgb(128,140,8); }
div.DivClassName
{
background-color: #808C08;
}
.BgClassName
{
background-color: #808C08;
}
</style>
border-color css
<style>
span { border-color: #808C08; }
span { border-color: rgb(128,140,8); }
td.TdClassName
{
border-color: #808C08;
}
.TagClassName
{
border-color: #808C08;
}
</style>