Shades of Olive #808306
Tints of Olive #808306
RGB
CMYK
RGB Variations
Color information
#808306 (or 0x808306) is known color: Olive. HEX triplet: 80, 83 and 06. RGB value is (128,131,6). Sum of RGB (Red+Green+Blue) = 128+131+6=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 131 (51.56% from 255 or 49.43% from 265); Blue value is 6 (2.73% from 255 or 2.26% from 265); Max value from RGB is 131 - color contains mainly: green. Hex color #808306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808306 is #7F7CF9. Grayscale: #747474. Windows color (decimal): -8355066 or 426880. OLE color: 426880.
HSL color Cylindrical-coordinate representation of color #808306: hue angle of 61.44º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #808306 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 6 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.49 |
| HSL | 61.44º | 0.91% | 0.27% | - |
| HSV(B) | 61.44º | 0.95% | 0.51% | - |
| XYZ | 17.05 | 20.83 | 3.3 | - |
| YUV | 115.85 | 66.01 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 6 | 0.02 | 0 | 0.95 | 0.49 | 61.44 | 0.91 | 0.27 |
| Hex | 80 | 83 | 6 | 2 | 0 | 5F | 31 | 3D | 5B | 1B |
| Octal | 200 | 203 | 6 | 2 | 0 | 137 | 61 | 75 | 133 | 33 |
| Binary | 10000000 | 10000011 | 110 | 10 | 0 | 1011111 | 110001 | 111101 | 1011011 | 11011 |
Color Harmonies of #808306
Complementary color
Monochromatic Colors of #808306
Black with #808306
Text Example
Text Example
White with #808306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808306; }
p { color: rgb(128,131,6); }
H1.HeaderClassName
{
color: #808306;
}
.AnyTagClassName
{
color: #808306;
}
</style>
background-color css
<style>
a { background-color: #808306; }
a { background-color: rgb(128,131,6); }
div.DivClassName
{
background-color: #808306;
}
.BgClassName
{
background-color: #808306;
}
</style>
border-color css
<style>
span { border-color: #808306; }
span { border-color: rgb(128,131,6); }
td.TdClassName
{
border-color: #808306;
}
.TagClassName
{
border-color: #808306;
}
</style>