Shades of Olive #827F12
Tints of Olive #827F12
RGB
CMYK
RGB Variations
Color information
#827F12 (or 0x827F12) is known color: Olive. HEX triplet: 82, 7F and 12. RGB value is (130,127,18). Sum of RGB (Red+Green+Blue) = 130+127+18=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #827F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827F12 is #7D80ED. Grayscale: #737373. Windows color (decimal): -8225006 or 1212290. OLE color: 1212290.
HSL color Cylindrical-coordinate representation of color #827F12: hue angle of 58.39º 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 #827F12 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 18 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.49 |
| HSL | 58.39º | 0.76% | 0.29% | - |
| HSV(B) | 58.39º | 0.86% | 0.51% | - |
| XYZ | 16.9 | 19.97 | 3.54 | - |
| YUV | 115.47 | 72.99 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 18 | 0 | 0.02 | 0.86 | 0.49 | 58.39 | 0.76 | 0.29 |
| Hex | 82 | 7F | 12 | 0 | 2 | 56 | 31 | 3A | 4C | 1D |
| Octal | 202 | 177 | 22 | 0 | 2 | 126 | 61 | 72 | 114 | 35 |
| Binary | 10000010 | 1111111 | 10010 | 0 | 10 | 1010110 | 110001 | 111010 | 1001100 | 11101 |
Color Harmonies of #827F12
Complementary color
Monochromatic Colors of #827F12
Black with #827F12
Text Example
Text Example
White with #827F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F12; }
p { color: rgb(130,127,18); }
H1.HeaderClassName
{
color: #827F12;
}
.AnyTagClassName
{
color: #827F12;
}
</style>
background-color css
<style>
a { background-color: #827F12; }
a { background-color: rgb(130,127,18); }
div.DivClassName
{
background-color: #827F12;
}
.BgClassName
{
background-color: #827F12;
}
</style>
border-color css
<style>
span { border-color: #827F12; }
span { border-color: rgb(130,127,18); }
td.TdClassName
{
border-color: #827F12;
}
.TagClassName
{
border-color: #827F12;
}
</style>