Shades of Olive #808A07
Tints of Olive #808A07
RGB
CMYK
RGB Variations
Color information
#808A07 (or 0x808A07) is known color: Olive. HEX triplet: 80, 8A and 07. RGB value is (128,138,7). Sum of RGB (Red+Green+Blue) = 128+138+7=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #808A07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808A07 is #7F75F8. Grayscale: #787878. Windows color (decimal): -8353273 or 494208. OLE color: 494208.
HSL color Cylindrical-coordinate representation of color #808A07: hue angle of 64.58º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #808A07 is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 128 | 138 | 7 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.46 |
| HSL | 64.58º | 0.9% | 0.28% | - |
| HSV(B) | 64.58º | 0.95% | 0.54% | - |
| XYZ | 18.03 | 22.78 | 3.65 | - |
| YUV | 120.08 | 64.19 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 138 | 7 | 0.07 | 0 | 0.95 | 0.46 | 64.58 | 0.9 | 0.28 |
| Hex | 80 | 8A | 7 | 7 | 0 | 5F | 2E | 41 | 5A | 1C |
| Octal | 200 | 212 | 7 | 7 | 0 | 137 | 56 | 101 | 132 | 34 |
| Binary | 10000000 | 10001010 | 111 | 111 | 0 | 1011111 | 101110 | 1000001 | 1011010 | 11100 |
Color Harmonies of #808A07
Complementary color
Monochromatic Colors of #808A07
Black with #808A07
Text Example
Text Example
White with #808A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808A07; }
p { color: rgb(128,138,7); }
H1.HeaderClassName
{
color: #808A07;
}
.AnyTagClassName
{
color: #808A07;
}
</style>
background-color css
<style>
a { background-color: #808A07; }
a { background-color: rgb(128,138,7); }
div.DivClassName
{
background-color: #808A07;
}
.BgClassName
{
background-color: #808A07;
}
</style>
border-color css
<style>
span { border-color: #808A07; }
span { border-color: rgb(128,138,7); }
td.TdClassName
{
border-color: #808A07;
}
.TagClassName
{
border-color: #808A07;
}
</style>