Shades of Olive #82900A
Tints of Olive #82900A
RGB
CMYK
RGB Variations
Color information
#82900A (or 0x82900A) is known color: Olive. HEX triplet: 82, 90 and 0A. RGB value is (130,144,10). Sum of RGB (Red+Green+Blue) = 130+144+10=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #82900A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82900A is #7D6FF5. Grayscale: #7D7D7D. Windows color (decimal): -8220662 or 692354. OLE color: 692354.
HSL color Cylindrical-coordinate representation of color #82900A: hue angle of 66.27º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #82900A is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 10 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.44 |
| HSL | 66.27º | 0.87% | 0.3% | - |
| HSV(B) | 66.27º | 0.93% | 0.56% | - |
| XYZ | 19.23 | 24.71 | 4.04 | - |
| YUV | 124.54 | 63.36 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 10 | 0.10 | 0 | 0.93 | 0.44 | 66.27 | 0.87 | 0.3 |
| Hex | 82 | 90 | A | A | 0 | 5D | 2C | 42 | 57 | 1E |
| Octal | 202 | 220 | 12 | 12 | 0 | 135 | 54 | 102 | 127 | 36 |
| Binary | 10000010 | 10010000 | 1010 | 1010 | 0 | 1011101 | 101100 | 1000010 | 1010111 | 11110 |
Color Harmonies of #82900A
Complementary color
Monochromatic Colors of #82900A
Black with #82900A
Text Example
Text Example
White with #82900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82900A; }
p { color: rgb(130,144,10); }
H1.HeaderClassName
{
color: #82900A;
}
.AnyTagClassName
{
color: #82900A;
}
</style>
background-color css
<style>
a { background-color: #82900A; }
a { background-color: rgb(130,144,10); }
div.DivClassName
{
background-color: #82900A;
}
.BgClassName
{
background-color: #82900A;
}
</style>
border-color css
<style>
span { border-color: #82900A; }
span { border-color: rgb(130,144,10); }
td.TdClassName
{
border-color: #82900A;
}
.TagClassName
{
border-color: #82900A;
}
</style>