Shades of Olive #808302
Tints of Olive #808302
RGB
CMYK
RGB Variations
Color information
#808302 (or 0x808302) is known color: Olive. HEX triplet: 80, 83 and 02. RGB value is (128,131,2). Sum of RGB (Red+Green+Blue) = 128+131+2=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #808302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808302 is #7F7CFD. Grayscale: #737373. Windows color (decimal): -8355070 or 164736. OLE color: 164736.
HSL color Cylindrical-coordinate representation of color #808302: hue angle of 61.4º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #808302 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 131 | 2 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.49 |
| HSL | 61.4º | 0.97% | 0.26% | - |
| HSV(B) | 61.4º | 0.98% | 0.51% | - |
| XYZ | 17.03 | 20.83 | 3.18 | - |
| YUV | 115.4 | 64.01 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 131 | 2 | 0.02 | 0 | 0.98 | 0.49 | 61.4 | 0.97 | 0.26 |
| Hex | 80 | 83 | 2 | 2 | 0 | 62 | 31 | 3D | 61 | 1A |
| Octal | 200 | 203 | 2 | 2 | 0 | 142 | 61 | 75 | 141 | 32 |
| Binary | 10000000 | 10000011 | 10 | 10 | 0 | 1100010 | 110001 | 111101 | 1100001 | 11010 |
Color Harmonies of #808302
Complementary color
Monochromatic Colors of #808302
Black with #808302
Text Example
Text Example
White with #808302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808302; }
p { color: rgb(128,131,2); }
H1.HeaderClassName
{
color: #808302;
}
.AnyTagClassName
{
color: #808302;
}
</style>
background-color css
<style>
a { background-color: #808302; }
a { background-color: rgb(128,131,2); }
div.DivClassName
{
background-color: #808302;
}
.BgClassName
{
background-color: #808302;
}
</style>
border-color css
<style>
span { border-color: #808302; }
span { border-color: rgb(128,131,2); }
td.TdClassName
{
border-color: #808302;
}
.TagClassName
{
border-color: #808302;
}
</style>