Shades of Olive #808B09
Tints of Olive #808B09
RGB
CMYK
RGB Variations
Color information
#808B09 (or 0x808B09) is known color: Olive. HEX triplet: 80, 8B and 09. RGB value is (128,139,9). Sum of RGB (Red+Green+Blue) = 128+139+9=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 139 (54.69% from 255 or 50.36% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 139 - color contains mainly: green. Hex color #808B09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808B09 is #7F74F6. Grayscale: #797979. Windows color (decimal): -8353015 or 625536. OLE color: 625536.
HSL color Cylindrical-coordinate representation of color #808B09: hue angle of 65.08º degrees, saturation: 0.88, 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 #808B09 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 9 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.45 |
| HSL | 65.08º | 0.88% | 0.29% | - |
| HSV(B) | 65.08º | 0.94% | 0.55% | - |
| XYZ | 18.18 | 23.07 | 3.75 | - |
| YUV | 120.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 9 | 0.08 | 0 | 0.94 | 0.45 | 65.08 | 0.88 | 0.29 |
| Hex | 80 | 8B | 9 | 8 | 0 | 5E | 2D | 41 | 58 | 1D |
| Octal | 200 | 213 | 11 | 10 | 0 | 136 | 55 | 101 | 130 | 35 |
| Binary | 10000000 | 10001011 | 1001 | 1000 | 0 | 1011110 | 101101 | 1000001 | 1011000 | 11101 |
Color Harmonies of #808B09
Complementary color
Monochromatic Colors of #808B09
Black with #808B09
Text Example
Text Example
White with #808B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B09; }
p { color: rgb(128,139,9); }
H1.HeaderClassName
{
color: #808B09;
}
.AnyTagClassName
{
color: #808B09;
}
</style>
background-color css
<style>
a { background-color: #808B09; }
a { background-color: rgb(128,139,9); }
div.DivClassName
{
background-color: #808B09;
}
.BgClassName
{
background-color: #808B09;
}
</style>
border-color css
<style>
span { border-color: #808B09; }
span { border-color: rgb(128,139,9); }
td.TdClassName
{
border-color: #808B09;
}
.TagClassName
{
border-color: #808B09;
}
</style>