Shades of Olive #82800D
Tints of Olive #82800D
RGB
CMYK
RGB Variations
Color information
#82800D (or 0x82800D) is known color: Olive. HEX triplet: 82, 80 and 0D. RGB value is (130,128,13). Sum of RGB (Red+Green+Blue) = 130+128+13=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #82800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82800D is #7D7FF2. Grayscale: #737373. Windows color (decimal): -8224755 or 884866. OLE color: 884866.
HSL color Cylindrical-coordinate representation of color #82800D: hue angle of 58.97º 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 #82800D is Cyan = 0, Magento = 0.02, Yellow = 0.9 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 128 | 13 | - |
| CMYK | 0 | 0.02 | 0.9 | 0.49 |
| HSL | 58.97º | 0.82% | 0.28% | - |
| HSV(B) | 58.97º | 0.9% | 0.51% | - |
| XYZ | 17 | 20.21 | 3.39 | - |
| YUV | 115.49 | 70.16 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 128 | 13 | 0 | 0.02 | 0.9 | 0.49 | 58.97 | 0.82 | 0.28 |
| Hex | 82 | 80 | D | 0 | 2 | 5A | 31 | 3B | 52 | 1C |
| Octal | 202 | 200 | 15 | 0 | 2 | 132 | 61 | 73 | 122 | 34 |
| Binary | 10000010 | 10000000 | 1101 | 0 | 10 | 1011010 | 110001 | 111011 | 1010010 | 11100 |
Color Harmonies of #82800D
Complementary color
Monochromatic Colors of #82800D
Black with #82800D
Text Example
Text Example
White with #82800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82800D; }
p { color: rgb(130,128,13); }
H1.HeaderClassName
{
color: #82800D;
}
.AnyTagClassName
{
color: #82800D;
}
</style>
background-color css
<style>
a { background-color: #82800D; }
a { background-color: rgb(130,128,13); }
div.DivClassName
{
background-color: #82800D;
}
.BgClassName
{
background-color: #82800D;
}
</style>
border-color css
<style>
span { border-color: #82800D; }
span { border-color: rgb(130,128,13); }
td.TdClassName
{
border-color: #82800D;
}
.TagClassName
{
border-color: #82800D;
}
</style>