Shades of Olive #82710B
Tints of Olive #82710B
RGB
CMYK
RGB Variations
Color information
#82710B (or 0x82710B) is known color: Olive. HEX triplet: 82, 71 and 0B. RGB value is (130,113,11). Sum of RGB (Red+Green+Blue) = 130+113+11=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 113 (44.53% from 255 or 44.49% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #82710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82710B is #7D8EF4. Grayscale: #6A6A6A. Windows color (decimal): -8228597 or 749954. OLE color: 749954.
HSL color Cylindrical-coordinate representation of color #82710B: hue angle of 51.43º 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 #82710B is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 113 | 11 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.49 |
| HSL | 51.43º | 0.84% | 0.28% | - |
| HSV(B) | 51.43º | 0.92% | 0.51% | - |
| XYZ | 15.17 | 16.58 | 2.72 | - |
| YUV | 106.46 | 74.13 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 11 | 0 | 0.13 | 0.92 | 0.49 | 51.43 | 0.84 | 0.28 |
| Hex | 82 | 71 | B | 0 | D | 5C | 31 | 33 | 54 | 1C |
| Octal | 202 | 161 | 13 | 0 | 15 | 134 | 61 | 63 | 124 | 34 |
| Binary | 10000010 | 1110001 | 1011 | 0 | 1101 | 1011100 | 110001 | 110011 | 1010100 | 11100 |
Color Harmonies of #82710B
Complementary color
Monochromatic Colors of #82710B
Black with #82710B
Text Example
Text Example
White with #82710B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82710B; }
p { color: rgb(130,113,11); }
H1.HeaderClassName
{
color: #82710B;
}
.AnyTagClassName
{
color: #82710B;
}
</style>
background-color css
<style>
a { background-color: #82710B; }
a { background-color: rgb(130,113,11); }
div.DivClassName
{
background-color: #82710B;
}
.BgClassName
{
background-color: #82710B;
}
</style>
border-color css
<style>
span { border-color: #82710B; }
span { border-color: rgb(130,113,11); }
td.TdClassName
{
border-color: #82710B;
}
.TagClassName
{
border-color: #82710B;
}
</style>