Shades of Olive #808D07
Tints of Olive #808D07
RGB
CMYK
RGB Variations
Color information
#808D07 (or 0x808D07) is known color: Olive. HEX triplet: 80, 8D and 07. RGB value is (128,141,7). Sum of RGB (Red+Green+Blue) = 128+141+7=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 141 (55.47% from 255 or 51.09% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 141 - color contains mainly: green. Hex color #808D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808D07 is #7F72F8. Grayscale: #7A7A7A. Windows color (decimal): -8352505 or 494976. OLE color: 494976.
HSL color Cylindrical-coordinate representation of color #808D07: hue angle of 65.82º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #808D07 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 141 | 7 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.45 |
| HSL | 65.82º | 0.91% | 0.29% | - |
| HSV(B) | 65.82º | 0.95% | 0.55% | - |
| XYZ | 18.47 | 23.65 | 3.79 | - |
| YUV | 121.84 | 63.19 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 7 | 0.09 | 0 | 0.95 | 0.45 | 65.82 | 0.91 | 0.29 |
| Hex | 80 | 8D | 7 | 9 | 0 | 5F | 2D | 42 | 5B | 1D |
| Octal | 200 | 215 | 7 | 11 | 0 | 137 | 55 | 102 | 133 | 35 |
| Binary | 10000000 | 10001101 | 111 | 1001 | 0 | 1011111 | 101101 | 1000010 | 1011011 | 11101 |
Color Harmonies of #808D07
Complementary color
Monochromatic Colors of #808D07
Black with #808D07
Text Example
Text Example
White with #808D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808D07; }
p { color: rgb(128,141,7); }
H1.HeaderClassName
{
color: #808D07;
}
.AnyTagClassName
{
color: #808D07;
}
</style>
background-color css
<style>
a { background-color: #808D07; }
a { background-color: rgb(128,141,7); }
div.DivClassName
{
background-color: #808D07;
}
.BgClassName
{
background-color: #808D07;
}
</style>
border-color css
<style>
span { border-color: #808D07; }
span { border-color: rgb(128,141,7); }
td.TdClassName
{
border-color: #808D07;
}
.TagClassName
{
border-color: #808D07;
}
</style>