Shades of Olive #82890C
Tints of Olive #82890C
RGB
CMYK
RGB Variations
Color information
#82890C (or 0x82890C) is known color: Olive. HEX triplet: 82, 89 and 0C. RGB value is (130,137,12). Sum of RGB (Red+Green+Blue) = 130+137+12=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #82890C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82890C is #7D76F3. Grayscale: #797979. Windows color (decimal): -8222452 or 821634. OLE color: 821634.
HSL color Cylindrical-coordinate representation of color #82890C: hue angle of 63.36º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #82890C is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 137 | 12 | - |
| CMYK | 0.05 | 0 | 0.91 | 0.46 |
| HSL | 63.36º | 0.84% | 0.29% | - |
| HSV(B) | 63.36º | 0.91% | 0.54% | - |
| XYZ | 18.22 | 22.66 | 3.76 | - |
| YUV | 120.66 | 66.68 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 137 | 12 | 0.05 | 0 | 0.91 | 0.46 | 63.36 | 0.84 | 0.29 |
| Hex | 82 | 89 | C | 5 | 0 | 5B | 2E | 3F | 54 | 1D |
| Octal | 202 | 211 | 14 | 5 | 0 | 133 | 56 | 77 | 124 | 35 |
| Binary | 10000010 | 10001001 | 1100 | 101 | 0 | 1011011 | 101110 | 111111 | 1010100 | 11101 |
Color Harmonies of #82890C
Complementary color
Monochromatic Colors of #82890C
Black with #82890C
Text Example
Text Example
White with #82890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82890C; }
p { color: rgb(130,137,12); }
H1.HeaderClassName
{
color: #82890C;
}
.AnyTagClassName
{
color: #82890C;
}
</style>
background-color css
<style>
a { background-color: #82890C; }
a { background-color: rgb(130,137,12); }
div.DivClassName
{
background-color: #82890C;
}
.BgClassName
{
background-color: #82890C;
}
</style>
border-color css
<style>
span { border-color: #82890C; }
span { border-color: rgb(130,137,12); }
td.TdClassName
{
border-color: #82890C;
}
.TagClassName
{
border-color: #82890C;
}
</style>