Shades of Olive #82790D
Tints of Olive #82790D
RGB
CMYK
RGB Variations
Color information
#82790D (or 0x82790D) is known color: Olive. HEX triplet: 82, 79 and 0D. RGB value is (130,121,13). Sum of RGB (Red+Green+Blue) = 130+121+13=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #82790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #82790D is #7D86F2. Grayscale: #6F6F6F. Windows color (decimal): -8226547 or 883074. OLE color: 883074.
HSL color Cylindrical-coordinate representation of color #82790D: hue angle of 55.38º 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 #82790D is Cyan = 0, Magento = 0.07, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 121 | 13 | - |
| CMYK | 0 | 0.07 | 0.9 | 0.49 |
| HSL | 55.38º | 0.82% | 0.28% | - |
| HSV(B) | 55.38º | 0.9% | 0.51% | - |
| XYZ | 16.12 | 18.45 | 3.09 | - |
| YUV | 111.38 | 72.48 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 121 | 13 | 0 | 0.07 | 0.9 | 0.49 | 55.38 | 0.82 | 0.28 |
| Hex | 82 | 79 | D | 0 | 7 | 5A | 31 | 37 | 52 | 1C |
| Octal | 202 | 171 | 15 | 0 | 7 | 132 | 61 | 67 | 122 | 34 |
| Binary | 10000010 | 1111001 | 1101 | 0 | 111 | 1011010 | 110001 | 110111 | 1010010 | 11100 |
Color Harmonies of #82790D
Complementary color
Monochromatic Colors of #82790D
Black with #82790D
Text Example
Text Example
White with #82790D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82790D; }
p { color: rgb(130,121,13); }
H1.HeaderClassName
{
color: #82790D;
}
.AnyTagClassName
{
color: #82790D;
}
</style>
background-color css
<style>
a { background-color: #82790D; }
a { background-color: rgb(130,121,13); }
div.DivClassName
{
background-color: #82790D;
}
.BgClassName
{
background-color: #82790D;
}
</style>
border-color css
<style>
span { border-color: #82790D; }
span { border-color: rgb(130,121,13); }
td.TdClassName
{
border-color: #82790D;
}
.TagClassName
{
border-color: #82790D;
}
</style>