Shades of Olive #808300
Tints of Olive #808300
RGB
CMYK
RGB Variations
Color information
#808300 (or 0x808300) is known color: Olive. HEX triplet: 80, 83 and 00. RGB value is (128,131,0). Sum of RGB (Red+Green+Blue) = 128+131+0=259 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.42% from 259); Green value is 131 (51.56% from 255 or 50.58% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 131 - color contains mainly: green. Hex color #808300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808300 is #7F7CFF. Grayscale: #737373. Windows color (decimal): -8355072 or 33664. OLE color: 33664.
HSL color Cylindrical-coordinate representation of color #808300: hue angle of 61.37º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #808300 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.49 |
| HSL | 61.37º | 1% | 0.26% | - |
| HSV(B) | 61.37º | 1% | 0.51% | - |
| XYZ | 17.02 | 20.82 | 3.12 | - |
| YUV | 115.17 | 63.01 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 0 | 0.02 | 0 | 1 | 0.49 | 61.37 | 1 | 0.26 |
| Hex | 80 | 83 | 0 | 2 | 0 | 64 | 31 | 3D | 64 | 1A |
| Octal | 200 | 203 | 0 | 2 | 0 | 144 | 61 | 75 | 144 | 32 |
| Binary | 10000000 | 10000011 | 0 | 10 | 0 | 1100100 | 110001 | 111101 | 1100100 | 11010 |
Color Harmonies of #808300
Complementary color
Monochromatic Colors of #808300
Black with #808300
Text Example
Text Example
White with #808300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808300; }
p { color: rgb(128,131,0); }
H1.HeaderClassName
{
color: #808300;
}
.AnyTagClassName
{
color: #808300;
}
</style>
background-color css
<style>
a { background-color: #808300; }
a { background-color: rgb(128,131,0); }
div.DivClassName
{
background-color: #808300;
}
.BgClassName
{
background-color: #808300;
}
</style>
border-color css
<style>
span { border-color: #808300; }
span { border-color: rgb(128,131,0); }
td.TdClassName
{
border-color: #808300;
}
.TagClassName
{
border-color: #808300;
}
</style>