Shades of Olive #82780D
Tints of Olive #82780D
RGB
CMYK
RGB Variations
Color information
#82780D (or 0x82780D) is known color: Olive. HEX triplet: 82, 78 and 0D. RGB value is (130,120,13). Sum of RGB (Red+Green+Blue) = 130+120+13=263 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.43% from 263); Green value is 120 (47.27% from 255 or 45.63% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 130 - color contains mainly: red. Hex color #82780D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82780D is #7D87F2. Grayscale: #6F6F6F. Windows color (decimal): -8226803 or 882818. OLE color: 882818.
HSL color Cylindrical-coordinate representation of color #82780D: hue angle of 54.87º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82780D is Cyan = 0, Magento = 0.08, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 13 | - |
| CMYK | 0 | 0.08 | 0.9 | 0.49 |
| HSL | 54.87º | 0.82% | 0.28% | - |
| HSV(B) | 54.87º | 0.9% | 0.51% | - |
| XYZ | 16 | 18.21 | 3.05 | - |
| YUV | 110.79 | 72.81 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 13 | 0 | 0.08 | 0.9 | 0.49 | 54.87 | 0.82 | 0.28 |
| Hex | 82 | 78 | D | 0 | 8 | 5A | 31 | 37 | 52 | 1C |
| Octal | 202 | 170 | 15 | 0 | 10 | 132 | 61 | 67 | 122 | 34 |
| Binary | 10000010 | 1111000 | 1101 | 0 | 1000 | 1011010 | 110001 | 110111 | 1010010 | 11100 |
Color Harmonies of #82780D
Complementary color
Monochromatic Colors of #82780D
Black with #82780D
Text Example
Text Example
White with #82780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82780D; }
p { color: rgb(130,120,13); }
H1.HeaderClassName
{
color: #82780D;
}
.AnyTagClassName
{
color: #82780D;
}
</style>
background-color css
<style>
a { background-color: #82780D; }
a { background-color: rgb(130,120,13); }
div.DivClassName
{
background-color: #82780D;
}
.BgClassName
{
background-color: #82780D;
}
</style>
border-color css
<style>
span { border-color: #82780D; }
span { border-color: rgb(130,120,13); }
td.TdClassName
{
border-color: #82780D;
}
.TagClassName
{
border-color: #82780D;
}
</style>