Shades of Olive #82780A
Tints of Olive #82780A
RGB
CMYK
RGB Variations
Color information
#82780A (or 0x82780A) is known color: Olive. HEX triplet: 82, 78 and 0A. RGB value is (130,120,10). Sum of RGB (Red+Green+Blue) = 130+120+10=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #82780A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82780A is #7D87F5. Grayscale: #6E6E6E. Windows color (decimal): -8226806 or 686210. OLE color: 686210.
HSL color Cylindrical-coordinate representation of color #82780A: hue angle of 55º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82780A is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 10 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.49 |
| HSL | 55º | 0.86% | 0.27% | - |
| HSV(B) | 55º | 0.92% | 0.51% | - |
| XYZ | 15.98 | 18.2 | 2.96 | - |
| YUV | 110.45 | 71.31 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 10 | 0 | 0.08 | 0.92 | 0.49 | 55 | 0.86 | 0.27 |
| Hex | 82 | 78 | A | 0 | 8 | 5C | 31 | 37 | 56 | 1B |
| Octal | 202 | 170 | 12 | 0 | 10 | 134 | 61 | 67 | 126 | 33 |
| Binary | 10000010 | 1111000 | 1010 | 0 | 1000 | 1011100 | 110001 | 110111 | 1010110 | 11011 |
Color Harmonies of #82780A
Complementary color
Monochromatic Colors of #82780A
Black with #82780A
Text Example
Text Example
White with #82780A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82780A; }
p { color: rgb(130,120,10); }
H1.HeaderClassName
{
color: #82780A;
}
.AnyTagClassName
{
color: #82780A;
}
</style>
background-color css
<style>
a { background-color: #82780A; }
a { background-color: rgb(130,120,10); }
div.DivClassName
{
background-color: #82780A;
}
.BgClassName
{
background-color: #82780A;
}
</style>
border-color css
<style>
span { border-color: #82780A; }
span { border-color: rgb(130,120,10); }
td.TdClassName
{
border-color: #82780A;
}
.TagClassName
{
border-color: #82780A;
}
</style>