Shades of Olive #82900E
Tints of Olive #82900E
RGB
CMYK
RGB Variations
Color information
#82900E (or 0x82900E) is known color: Olive. HEX triplet: 82, 90 and 0E. RGB value is (130,144,14). Sum of RGB (Red+Green+Blue) = 130+144+14=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #82900E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82900E is #7D6FF1. Grayscale: #7D7D7D. Windows color (decimal): -8220658 or 954498. OLE color: 954498.
HSL color Cylindrical-coordinate representation of color #82900E: hue angle of 66.46º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82900E is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 144 | 14 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.44 |
| HSL | 66.46º | 0.82% | 0.31% | - |
| HSV(B) | 66.46º | 0.9% | 0.56% | - |
| XYZ | 19.26 | 24.72 | 4.17 | - |
| YUV | 124.99 | 65.36 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 144 | 14 | 0.10 | 0 | 0.90 | 0.44 | 66.46 | 0.82 | 0.31 |
| Hex | 82 | 90 | E | A | 0 | 5A | 2C | 42 | 52 | 1F |
| Octal | 202 | 220 | 16 | 12 | 0 | 132 | 54 | 102 | 122 | 37 |
| Binary | 10000010 | 10010000 | 1110 | 1010 | 0 | 1011010 | 101100 | 1000010 | 1010010 | 11111 |
Color Harmonies of #82900E
Complementary color
Monochromatic Colors of #82900E
Black with #82900E
Text Example
Text Example
White with #82900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82900E; }
p { color: rgb(130,144,14); }
H1.HeaderClassName
{
color: #82900E;
}
.AnyTagClassName
{
color: #82900E;
}
</style>
background-color css
<style>
a { background-color: #82900E; }
a { background-color: rgb(130,144,14); }
div.DivClassName
{
background-color: #82900E;
}
.BgClassName
{
background-color: #82900E;
}
</style>
border-color css
<style>
span { border-color: #82900E; }
span { border-color: rgb(130,144,14); }
td.TdClassName
{
border-color: #82900E;
}
.TagClassName
{
border-color: #82900E;
}
</style>