Shades of Olive #82770E
Tints of Olive #82770E
RGB
CMYK
RGB Variations
Color information
#82770E (or 0x82770E) is known color: Olive. HEX triplet: 82, 77 and 0E. RGB value is (130,119,14). Sum of RGB (Red+Green+Blue) = 130+119+14=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82770E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82770E is #7D88F1. Grayscale: #6E6E6E. Windows color (decimal): -8227058 or 948098. OLE color: 948098.
HSL color Cylindrical-coordinate representation of color #82770E: hue angle of 54.31º 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 #82770E is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 119 | 14 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.49 |
| HSL | 54.31º | 0.81% | 0.28% | - |
| HSV(B) | 54.31º | 0.89% | 0.51% | - |
| XYZ | 15.88 | 17.97 | 3.05 | - |
| YUV | 110.32 | 73.64 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 14 | 0 | 0.08 | 0.89 | 0.49 | 54.31 | 0.81 | 0.28 |
| Hex | 82 | 77 | E | 0 | 8 | 59 | 31 | 36 | 51 | 1C |
| Octal | 202 | 167 | 16 | 0 | 10 | 131 | 61 | 66 | 121 | 34 |
| Binary | 10000010 | 1110111 | 1110 | 0 | 1000 | 1011001 | 110001 | 110110 | 1010001 | 11100 |
Color Harmonies of #82770E
Complementary color
Monochromatic Colors of #82770E
Black with #82770E
Text Example
Text Example
White with #82770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82770E; }
p { color: rgb(130,119,14); }
H1.HeaderClassName
{
color: #82770E;
}
.AnyTagClassName
{
color: #82770E;
}
</style>
background-color css
<style>
a { background-color: #82770E; }
a { background-color: rgb(130,119,14); }
div.DivClassName
{
background-color: #82770E;
}
.BgClassName
{
background-color: #82770E;
}
</style>
border-color css
<style>
span { border-color: #82770E; }
span { border-color: rgb(130,119,14); }
td.TdClassName
{
border-color: #82770E;
}
.TagClassName
{
border-color: #82770E;
}
</style>