Shades of Olive #82920B
Tints of Olive #82920B
RGB
CMYK
RGB Variations
Color information
#82920B (or 0x82920B) is known color: Olive. HEX triplet: 82, 92 and 0B. RGB value is (130,146,11). Sum of RGB (Red+Green+Blue) = 130+146+11=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 11 (4.69% from 255 or 3.83% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #82920B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82920B is #7D6DF4. Grayscale: #7E7E7E. Windows color (decimal): -8220149 or 758402. OLE color: 758402.
HSL color Cylindrical-coordinate representation of color #82920B: hue angle of 67.11º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82920B is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 146 | 11 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.43 |
| HSL | 67.11º | 0.86% | 0.31% | - |
| HSV(B) | 67.11º | 0.92% | 0.57% | - |
| XYZ | 19.55 | 25.33 | 4.18 | - |
| YUV | 125.83 | 63.2 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 146 | 11 | 0.11 | 0 | 0.92 | 0.43 | 67.11 | 0.86 | 0.31 |
| Hex | 82 | 92 | B | B | 0 | 5C | 2B | 43 | 56 | 1F |
| Octal | 202 | 222 | 13 | 13 | 0 | 134 | 53 | 103 | 126 | 37 |
| Binary | 10000010 | 10010010 | 1011 | 1011 | 0 | 1011100 | 101011 | 1000011 | 1010110 | 11111 |
Color Harmonies of #82920B
Complementary color
Monochromatic Colors of #82920B
Black with #82920B
Text Example
Text Example
White with #82920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82920B; }
p { color: rgb(130,146,11); }
H1.HeaderClassName
{
color: #82920B;
}
.AnyTagClassName
{
color: #82920B;
}
</style>
background-color css
<style>
a { background-color: #82920B; }
a { background-color: rgb(130,146,11); }
div.DivClassName
{
background-color: #82920B;
}
.BgClassName
{
background-color: #82920B;
}
</style>
border-color css
<style>
span { border-color: #82920B; }
span { border-color: rgb(130,146,11); }
td.TdClassName
{
border-color: #82920B;
}
.TagClassName
{
border-color: #82920B;
}
</style>