Shades of Olive #827E0E
Tints of Olive #827E0E
RGB
CMYK
RGB Variations
Color information
#827E0E (or 0x827E0E) is known color: Olive. HEX triplet: 82, 7E and 0E. RGB value is (130,126,14). Sum of RGB (Red+Green+Blue) = 130+126+14=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 126 (49.61% from 255 or 46.67% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #827E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827E0E is #7D81F1. Grayscale: #727272. Windows color (decimal): -8225266 or 949890. OLE color: 949890.
HSL color Cylindrical-coordinate representation of color #827E0E: hue angle of 57.93º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #827E0E is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 126 | 14 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.49 |
| HSL | 57.93º | 0.81% | 0.28% | - |
| HSV(B) | 57.93º | 0.89% | 0.51% | - |
| XYZ | 16.75 | 19.7 | 3.34 | - |
| YUV | 114.43 | 71.33 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 14 | 0 | 0.03 | 0.89 | 0.49 | 57.93 | 0.81 | 0.28 |
| Hex | 82 | 7E | E | 0 | 3 | 59 | 31 | 3A | 51 | 1C |
| Octal | 202 | 176 | 16 | 0 | 3 | 131 | 61 | 72 | 121 | 34 |
| Binary | 10000010 | 1111110 | 1110 | 0 | 11 | 1011001 | 110001 | 111010 | 1010001 | 11100 |
Color Harmonies of #827E0E
Complementary color
Monochromatic Colors of #827E0E
Black with #827E0E
Text Example
Text Example
White with #827E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827E0E; }
p { color: rgb(130,126,14); }
H1.HeaderClassName
{
color: #827E0E;
}
.AnyTagClassName
{
color: #827E0E;
}
</style>
background-color css
<style>
a { background-color: #827E0E; }
a { background-color: rgb(130,126,14); }
div.DivClassName
{
background-color: #827E0E;
}
.BgClassName
{
background-color: #827E0E;
}
</style>
border-color css
<style>
span { border-color: #827E0E; }
span { border-color: rgb(130,126,14); }
td.TdClassName
{
border-color: #827E0E;
}
.TagClassName
{
border-color: #827E0E;
}
</style>