Shades of Olive #828210
Tints of Olive #828210
RGB
CMYK
RGB Variations
Color information
#828210 (or 0x828210) is known color: Olive. HEX triplet: 82, 82 and 10. RGB value is (130,130,16). Sum of RGB (Red+Green+Blue) = 130+130+16=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828210 is #7D7DEF. Grayscale: #757575. Windows color (decimal): -8224240 or 1081986. OLE color: 1081986.
HSL color Cylindrical-coordinate representation of color #828210: hue angle of 60º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #828210 is Cyan = 0, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 130 | 16 | - |
| CMYK | 0 | 0 | 0.88 | 0.49 |
| HSL | 60º | 0.78% | 0.29% | - |
| HSV(B) | 60º | 0.88% | 0.51% | - |
| XYZ | 17.28 | 20.75 | 3.58 | - |
| YUV | 117 | 71 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 130 | 16 | 0 | 0 | 0.88 | 0.49 | 60 | 0.78 | 0.29 |
| Hex | 82 | 82 | 10 | 0 | 0 | 58 | 31 | 3C | 4E | 1D |
| Octal | 202 | 202 | 20 | 0 | 0 | 130 | 61 | 74 | 116 | 35 |
| Binary | 10000010 | 10000010 | 10000 | 0 | 0 | 1011000 | 110001 | 111100 | 1001110 | 11101 |
Color Harmonies of #828210
Complementary color
Monochromatic Colors of #828210
Black with #828210
Text Example
Text Example
White with #828210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828210; }
p { color: rgb(130,130,16); }
H1.HeaderClassName
{
color: #828210;
}
.AnyTagClassName
{
color: #828210;
}
</style>
background-color css
<style>
a { background-color: #828210; }
a { background-color: rgb(130,130,16); }
div.DivClassName
{
background-color: #828210;
}
.BgClassName
{
background-color: #828210;
}
</style>
border-color css
<style>
span { border-color: #828210; }
span { border-color: rgb(130,130,16); }
td.TdClassName
{
border-color: #828210;
}
.TagClassName
{
border-color: #828210;
}
</style>