Shades of Olive #828A0A
Tints of Olive #828A0A
RGB
CMYK
RGB Variations
Color information
#828A0A (or 0x828A0A) is known color: Olive. HEX triplet: 82, 8A and 0A. RGB value is (130,138,10). Sum of RGB (Red+Green+Blue) = 130+138+10=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 138 (54.30% from 255 or 49.64% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 138 - color contains mainly: green. Hex color #828A0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828A0A is #7D75F5. Grayscale: #797979. Windows color (decimal): -8222198 or 690818. OLE color: 690818.
HSL color Cylindrical-coordinate representation of color #828A0A: hue angle of 63.75º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #828A0A is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 130 | 138 | 10 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.46 |
| HSL | 63.75º | 0.86% | 0.29% | - |
| HSV(B) | 63.75º | 0.93% | 0.54% | - |
| XYZ | 18.35 | 22.94 | 3.75 | - |
| YUV | 121.02 | 65.35 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 138 | 10 | 0.06 | 0 | 0.93 | 0.46 | 63.75 | 0.86 | 0.29 |
| Hex | 82 | 8A | A | 6 | 0 | 5D | 2E | 40 | 56 | 1D |
| Octal | 202 | 212 | 12 | 6 | 0 | 135 | 56 | 100 | 126 | 35 |
| Binary | 10000010 | 10001010 | 1010 | 110 | 0 | 1011101 | 101110 | 1000000 | 1010110 | 11101 |
Color Harmonies of #828A0A
Complementary color
Monochromatic Colors of #828A0A
Black with #828A0A
Text Example
Text Example
White with #828A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828A0A; }
p { color: rgb(130,138,10); }
H1.HeaderClassName
{
color: #828A0A;
}
.AnyTagClassName
{
color: #828A0A;
}
</style>
background-color css
<style>
a { background-color: #828A0A; }
a { background-color: rgb(130,138,10); }
div.DivClassName
{
background-color: #828A0A;
}
.BgClassName
{
background-color: #828A0A;
}
</style>
border-color css
<style>
span { border-color: #828A0A; }
span { border-color: rgb(130,138,10); }
td.TdClassName
{
border-color: #828A0A;
}
.TagClassName
{
border-color: #828A0A;
}
</style>