Shades of Olive #82750B
Tints of Olive #82750B
RGB
CMYK
RGB Variations
Color information
#82750B (or 0x82750B) is known color: Olive. HEX triplet: 82, 75 and 0B. RGB value is (130,117,11). Sum of RGB (Red+Green+Blue) = 130+117+11=258 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.39% from 258); Green value is 117 (46.09% from 255 or 45.35% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 130 - color contains mainly: red. Hex color #82750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82750B is #7D8AF4. Grayscale: #6D6D6D. Windows color (decimal): -8227573 or 750978. OLE color: 750978.
HSL color Cylindrical-coordinate representation of color #82750B: hue angle of 53.45º 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 #82750B is Cyan = 0, Magento = 0.1, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 11 | - |
| CMYK | 0 | 0.1 | 0.92 | 0.49 |
| HSL | 53.45º | 0.84% | 0.28% | - |
| HSV(B) | 53.45º | 0.92% | 0.51% | - |
| XYZ | 15.63 | 17.49 | 2.87 | - |
| YUV | 108.8 | 72.81 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 11 | 0 | 0.1 | 0.92 | 0.49 | 53.45 | 0.84 | 0.28 |
| Hex | 82 | 75 | B | 0 | A | 5C | 31 | 35 | 54 | 1C |
| Octal | 202 | 165 | 13 | 0 | 12 | 134 | 61 | 65 | 124 | 34 |
| Binary | 10000010 | 1110101 | 1011 | 0 | 1010 | 1011100 | 110001 | 110101 | 1010100 | 11100 |
Color Harmonies of #82750B
Complementary color
Monochromatic Colors of #82750B
Black with #82750B
Text Example
Text Example
White with #82750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82750B; }
p { color: rgb(130,117,11); }
H1.HeaderClassName
{
color: #82750B;
}
.AnyTagClassName
{
color: #82750B;
}
</style>
background-color css
<style>
a { background-color: #82750B; }
a { background-color: rgb(130,117,11); }
div.DivClassName
{
background-color: #82750B;
}
.BgClassName
{
background-color: #82750B;
}
</style>
border-color css
<style>
span { border-color: #82750B; }
span { border-color: rgb(130,117,11); }
td.TdClassName
{
border-color: #82750B;
}
.TagClassName
{
border-color: #82750B;
}
</style>