Shades of Olive #828112
Tints of Olive #828112
RGB
CMYK
RGB Variations
Color information
#828112 (or 0x828112) is known color: Olive. HEX triplet: 82, 81 and 12. RGB value is (130,129,18). Sum of RGB (Red+Green+Blue) = 130+129+18=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #828112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828112 is #7D7EED. Grayscale: #757575. Windows color (decimal): -8224494 or 1212802. OLE color: 1212802.
HSL color Cylindrical-coordinate representation of color #828112: hue angle of 59.46º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #828112 is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 129 | 18 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.49 |
| HSL | 59.46º | 0.76% | 0.29% | - |
| HSV(B) | 59.46º | 0.86% | 0.51% | - |
| XYZ | 17.17 | 20.49 | 3.62 | - |
| YUV | 116.65 | 72.33 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 129 | 18 | 0 | 0.01 | 0.86 | 0.49 | 59.46 | 0.76 | 0.29 |
| Hex | 82 | 81 | 12 | 0 | 1 | 56 | 31 | 3B | 4C | 1D |
| Octal | 202 | 201 | 22 | 0 | 1 | 126 | 61 | 73 | 114 | 35 |
| Binary | 10000010 | 10000001 | 10010 | 0 | 1 | 1010110 | 110001 | 111011 | 1001100 | 11101 |
Color Harmonies of #828112
Complementary color
Monochromatic Colors of #828112
Black with #828112
Text Example
Text Example
White with #828112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828112; }
p { color: rgb(130,129,18); }
H1.HeaderClassName
{
color: #828112;
}
.AnyTagClassName
{
color: #828112;
}
</style>
background-color css
<style>
a { background-color: #828112; }
a { background-color: rgb(130,129,18); }
div.DivClassName
{
background-color: #828112;
}
.BgClassName
{
background-color: #828112;
}
</style>
border-color css
<style>
span { border-color: #828112; }
span { border-color: rgb(130,129,18); }
td.TdClassName
{
border-color: #828112;
}
.TagClassName
{
border-color: #828112;
}
</style>