Shades of Olive #808208
Tints of Olive #808208
RGB
CMYK
RGB Variations
Color information
#808208 (or 0x808208) is known color: Olive. HEX triplet: 80, 82 and 08. RGB value is (128,130,8). Sum of RGB (Red+Green+Blue) = 128+130+8=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 130 (51.17% from 255 or 48.87% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 130 - color contains mainly: green. Hex color #808208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #808208 is #7F7DF7. Grayscale: #737373. Windows color (decimal): -8355320 or 557696. OLE color: 557696.
HSL color Cylindrical-coordinate representation of color #808208: hue angle of 60.98º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #808208 is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 8 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.49 |
| HSL | 60.98º | 0.88% | 0.27% | - |
| HSV(B) | 60.98º | 0.94% | 0.51% | - |
| XYZ | 16.93 | 20.57 | 3.31 | - |
| YUV | 115.49 | 67.34 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 8 | 0.02 | 0 | 0.94 | 0.49 | 60.98 | 0.88 | 0.27 |
| Hex | 80 | 82 | 8 | 2 | 0 | 5E | 31 | 3D | 58 | 1B |
| Octal | 200 | 202 | 10 | 2 | 0 | 136 | 61 | 75 | 130 | 33 |
| Binary | 10000000 | 10000010 | 1000 | 10 | 0 | 1011110 | 110001 | 111101 | 1011000 | 11011 |
Color Harmonies of #808208
Complementary color
Monochromatic Colors of #808208
Black with #808208
Text Example
Text Example
White with #808208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808208; }
p { color: rgb(128,130,8); }
H1.HeaderClassName
{
color: #808208;
}
.AnyTagClassName
{
color: #808208;
}
</style>
background-color css
<style>
a { background-color: #808208; }
a { background-color: rgb(128,130,8); }
div.DivClassName
{
background-color: #808208;
}
.BgClassName
{
background-color: #808208;
}
</style>
border-color css
<style>
span { border-color: #808208; }
span { border-color: rgb(128,130,8); }
td.TdClassName
{
border-color: #808208;
}
.TagClassName
{
border-color: #808208;
}
</style>