Shades of Olive #82760B
Tints of Olive #82760B
RGB
CMYK
RGB Variations
Color information
#82760B (or 0x82760B) is known color: Olive. HEX triplet: 82, 76 and 0B. RGB value is (130,118,11). Sum of RGB (Red+Green+Blue) = 130+118+11=259 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.19% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 130 - color contains mainly: red. Hex color #82760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82760B is #7D89F4. Grayscale: #6D6D6D. Windows color (decimal): -8227317 or 751234. OLE color: 751234.
HSL color Cylindrical-coordinate representation of color #82760B: hue angle of 53.95º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82760B is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 118 | 11 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.49 |
| HSL | 53.95º | 0.84% | 0.28% | - |
| HSV(B) | 53.95º | 0.92% | 0.51% | - |
| XYZ | 15.74 | 17.73 | 2.91 | - |
| YUV | 109.39 | 72.48 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 118 | 11 | 0 | 0.09 | 0.92 | 0.49 | 53.95 | 0.84 | 0.28 |
| Hex | 82 | 76 | B | 0 | 9 | 5C | 31 | 36 | 54 | 1C |
| Octal | 202 | 166 | 13 | 0 | 11 | 134 | 61 | 66 | 124 | 34 |
| Binary | 10000010 | 1110110 | 1011 | 0 | 1001 | 1011100 | 110001 | 110110 | 1010100 | 11100 |
Color Harmonies of #82760B
Complementary color
Monochromatic Colors of #82760B
Black with #82760B
Text Example
Text Example
White with #82760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82760B; }
p { color: rgb(130,118,11); }
H1.HeaderClassName
{
color: #82760B;
}
.AnyTagClassName
{
color: #82760B;
}
</style>
background-color css
<style>
a { background-color: #82760B; }
a { background-color: rgb(130,118,11); }
div.DivClassName
{
background-color: #82760B;
}
.BgClassName
{
background-color: #82760B;
}
</style>
border-color css
<style>
span { border-color: #82760B; }
span { border-color: rgb(130,118,11); }
td.TdClassName
{
border-color: #82760B;
}
.TagClassName
{
border-color: #82760B;
}
</style>