Shades of Olive #827E12
Tints of Olive #827E12
RGB
CMYK
RGB Variations
Color information
#827E12 (or 0x827E12) is known color: Olive. HEX triplet: 82, 7E and 12. RGB value is (130,126,18). Sum of RGB (Red+Green+Blue) = 130+126+18=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #827E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827E12 is #7D81ED. Grayscale: #737373. Windows color (decimal): -8225262 or 1212034. OLE color: 1212034.
HSL color Cylindrical-coordinate representation of color #827E12: hue angle of 57.86º 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 #827E12 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 18 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.49 |
| HSL | 57.86º | 0.76% | 0.29% | - |
| HSV(B) | 57.86º | 0.86% | 0.51% | - |
| XYZ | 16.78 | 19.71 | 3.49 | - |
| YUV | 114.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 18 | 0 | 0.03 | 0.86 | 0.49 | 57.86 | 0.76 | 0.29 |
| Hex | 82 | 7E | 12 | 0 | 3 | 56 | 31 | 3A | 4C | 1D |
| Octal | 202 | 176 | 22 | 0 | 3 | 126 | 61 | 72 | 114 | 35 |
| Binary | 10000010 | 1111110 | 10010 | 0 | 11 | 1010110 | 110001 | 111010 | 1001100 | 11101 |
Color Harmonies of #827E12
Complementary color
Monochromatic Colors of #827E12
Black with #827E12
Text Example
Text Example
White with #827E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E12; }
p { color: rgb(130,126,18); }
H1.HeaderClassName
{
color: #827E12;
}
.AnyTagClassName
{
color: #827E12;
}
</style>
background-color css
<style>
a { background-color: #827E12; }
a { background-color: rgb(130,126,18); }
div.DivClassName
{
background-color: #827E12;
}
.BgClassName
{
background-color: #827E12;
}
</style>
border-color css
<style>
span { border-color: #827E12; }
span { border-color: rgb(130,126,18); }
td.TdClassName
{
border-color: #827E12;
}
.TagClassName
{
border-color: #827E12;
}
</style>