Shades of Olive #82740E
Tints of Olive #82740E
RGB
CMYK
RGB Variations
Color information
#82740E (or 0x82740E) is known color: Olive. HEX triplet: 82, 74 and 0E. RGB value is (130,116,14). Sum of RGB (Red+Green+Blue) = 130+116+14=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 116 (45.70% from 255 or 44.62% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82740E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82740E is #7D8BF1. Grayscale: #6C6C6C. Windows color (decimal): -8227826 or 947330. OLE color: 947330.
HSL color Cylindrical-coordinate representation of color #82740E: hue angle of 52.76º 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 #82740E is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 116 | 14 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.49 |
| HSL | 52.76º | 0.81% | 0.28% | - |
| HSV(B) | 52.76º | 0.89% | 0.51% | - |
| XYZ | 15.53 | 17.27 | 2.93 | - |
| YUV | 108.56 | 74.64 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 14 | 0 | 0.11 | 0.89 | 0.49 | 52.76 | 0.81 | 0.28 |
| Hex | 82 | 74 | E | 0 | B | 59 | 31 | 35 | 51 | 1C |
| Octal | 202 | 164 | 16 | 0 | 13 | 131 | 61 | 65 | 121 | 34 |
| Binary | 10000010 | 1110100 | 1110 | 0 | 1011 | 1011001 | 110001 | 110101 | 1010001 | 11100 |
Color Harmonies of #82740E
Complementary color
Monochromatic Colors of #82740E
Black with #82740E
Text Example
Text Example
White with #82740E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82740E; }
p { color: rgb(130,116,14); }
H1.HeaderClassName
{
color: #82740E;
}
.AnyTagClassName
{
color: #82740E;
}
</style>
background-color css
<style>
a { background-color: #82740E; }
a { background-color: rgb(130,116,14); }
div.DivClassName
{
background-color: #82740E;
}
.BgClassName
{
background-color: #82740E;
}
</style>
border-color css
<style>
span { border-color: #82740E; }
span { border-color: rgb(130,116,14); }
td.TdClassName
{
border-color: #82740E;
}
.TagClassName
{
border-color: #82740E;
}
</style>