Shades of Olive #82840B
Tints of Olive #82840B
RGB
CMYK
RGB Variations
Color information
#82840B (or 0x82840B) is known color: Olive. HEX triplet: 82, 84 and 0B. RGB value is (130,132,11). Sum of RGB (Red+Green+Blue) = 130+132+11=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #82840B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82840B is #7D7BF4. Grayscale: #767676. Windows color (decimal): -8223733 or 754818. OLE color: 754818.
HSL color Cylindrical-coordinate representation of color #82840B: hue angle of 60.99º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82840B is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 132 | 11 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.48 |
| HSL | 60.99º | 0.85% | 0.28% | - |
| HSV(B) | 60.99º | 0.92% | 0.52% | - |
| XYZ | 17.52 | 21.27 | 3.5 | - |
| YUV | 117.61 | 67.84 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 132 | 11 | 0.02 | 0 | 0.92 | 0.48 | 60.99 | 0.85 | 0.28 |
| Hex | 82 | 84 | B | 2 | 0 | 5C | 30 | 3D | 55 | 1C |
| Octal | 202 | 204 | 13 | 2 | 0 | 134 | 60 | 75 | 125 | 34 |
| Binary | 10000010 | 10000100 | 1011 | 10 | 0 | 1011100 | 110000 | 111101 | 1010101 | 11100 |
Color Harmonies of #82840B
Complementary color
Monochromatic Colors of #82840B
Black with #82840B
Text Example
Text Example
White with #82840B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82840B; }
p { color: rgb(130,132,11); }
H1.HeaderClassName
{
color: #82840B;
}
.AnyTagClassName
{
color: #82840B;
}
</style>
background-color css
<style>
a { background-color: #82840B; }
a { background-color: rgb(130,132,11); }
div.DivClassName
{
background-color: #82840B;
}
.BgClassName
{
background-color: #82840B;
}
</style>
border-color css
<style>
span { border-color: #82840B; }
span { border-color: rgb(130,132,11); }
td.TdClassName
{
border-color: #82840B;
}
.TagClassName
{
border-color: #82840B;
}
</style>