Shades of Olive #828110
Tints of Olive #828110
RGB
CMYK
RGB Variations
Color information
#828110 (or 0x828110) is known color: Olive. HEX triplet: 82, 81 and 10. RGB value is (130,129,16). Sum of RGB (Red+Green+Blue) = 130+129+16=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #828110 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828110 is #7D7EEF. Grayscale: #747474. Windows color (decimal): -8224496 or 1081730. OLE color: 1081730.
HSL color Cylindrical-coordinate representation of color #828110: hue angle of 59.47º 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 #828110 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 16 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.49 |
| HSL | 59.47º | 0.78% | 0.29% | - |
| HSV(B) | 59.47º | 0.88% | 0.51% | - |
| XYZ | 17.15 | 20.48 | 3.54 | - |
| YUV | 116.42 | 71.33 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 16 | 0 | 0.01 | 0.88 | 0.49 | 59.47 | 0.78 | 0.29 |
| Hex | 82 | 81 | 10 | 0 | 1 | 58 | 31 | 3B | 4E | 1D |
| Octal | 202 | 201 | 20 | 0 | 1 | 130 | 61 | 73 | 116 | 35 |
| Binary | 10000010 | 10000001 | 10000 | 0 | 1 | 1011000 | 110001 | 111011 | 1001110 | 11101 |
Color Harmonies of #828110
Complementary color
Monochromatic Colors of #828110
Black with #828110
Text Example
Text Example
White with #828110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828110; }
p { color: rgb(130,129,16); }
H1.HeaderClassName
{
color: #828110;
}
.AnyTagClassName
{
color: #828110;
}
</style>
background-color css
<style>
a { background-color: #828110; }
a { background-color: rgb(130,129,16); }
div.DivClassName
{
background-color: #828110;
}
.BgClassName
{
background-color: #828110;
}
</style>
border-color css
<style>
span { border-color: #828110; }
span { border-color: rgb(130,129,16); }
td.TdClassName
{
border-color: #828110;
}
.TagClassName
{
border-color: #828110;
}
</style>