Shades of Olive #828811
Tints of Olive #828811
RGB
CMYK
RGB Variations
Color information
#828811 (or 0x828811) is known color: Olive. HEX triplet: 82, 88 and 11. RGB value is (130,136,17). Sum of RGB (Red+Green+Blue) = 130+136+17=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 136 (53.52% from 255 or 48.06% from 283); Blue value is 17 (7.03% from 255 or 6.01% from 283); Max value from RGB is 136 - color contains mainly: green. Hex color #828811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828811 is #7D77EE. Grayscale: #797979. Windows color (decimal): -8222703 or 1149058. OLE color: 1149058.
HSL color Cylindrical-coordinate representation of color #828811: hue angle of 63.03º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #828811 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 130 | 136 | 17 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.47 |
| HSL | 63.03º | 0.78% | 0.3% | - |
| HSV(B) | 63.03º | 0.88% | 0.53% | - |
| XYZ | 18.11 | 22.39 | 3.9 | - |
| YUV | 120.64 | 69.51 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 136 | 17 | 0.04 | 0 | 0.87 | 0.47 | 63.03 | 0.78 | 0.3 |
| Hex | 82 | 88 | 11 | 4 | 0 | 57 | 2F | 3F | 4E | 1E |
| Octal | 202 | 210 | 21 | 4 | 0 | 127 | 57 | 77 | 116 | 36 |
| Binary | 10000010 | 10001000 | 10001 | 100 | 0 | 1010111 | 101111 | 111111 | 1001110 | 11110 |
Color Harmonies of #828811
Complementary color
Monochromatic Colors of #828811
Black with #828811
Text Example
Text Example
White with #828811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828811; }
p { color: rgb(130,136,17); }
H1.HeaderClassName
{
color: #828811;
}
.AnyTagClassName
{
color: #828811;
}
</style>
background-color css
<style>
a { background-color: #828811; }
a { background-color: rgb(130,136,17); }
div.DivClassName
{
background-color: #828811;
}
.BgClassName
{
background-color: #828811;
}
</style>
border-color css
<style>
span { border-color: #828811; }
span { border-color: rgb(130,136,17); }
td.TdClassName
{
border-color: #828811;
}
.TagClassName
{
border-color: #828811;
}
</style>