Shades of Olive #828B0A
Tints of Olive #828B0A
RGB
CMYK
RGB Variations
Color information
#828B0A (or 0x828B0A) is known color: Olive. HEX triplet: 82, 8B and 0A. RGB value is (130,139,10). Sum of RGB (Red+Green+Blue) = 130+139+10=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #828B0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828B0A is #7D74F5. Grayscale: #7A7A7A. Windows color (decimal): -8221942 or 691074. OLE color: 691074.
HSL color Cylindrical-coordinate representation of color #828B0A: hue angle of 64.19º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #828B0A is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 10 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.45 |
| HSL | 64.19º | 0.87% | 0.29% | - |
| HSV(B) | 64.19º | 0.93% | 0.55% | - |
| XYZ | 18.49 | 23.23 | 3.8 | - |
| YUV | 121.6 | 65.02 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 10 | 0.06 | 0 | 0.93 | 0.45 | 64.19 | 0.87 | 0.29 |
| Hex | 82 | 8B | A | 6 | 0 | 5D | 2D | 40 | 57 | 1D |
| Octal | 202 | 213 | 12 | 6 | 0 | 135 | 55 | 100 | 127 | 35 |
| Binary | 10000010 | 10001011 | 1010 | 110 | 0 | 1011101 | 101101 | 1000000 | 1010111 | 11101 |
Color Harmonies of #828B0A
Complementary color
Monochromatic Colors of #828B0A
Black with #828B0A
Text Example
Text Example
White with #828B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B0A; }
p { color: rgb(130,139,10); }
H1.HeaderClassName
{
color: #828B0A;
}
.AnyTagClassName
{
color: #828B0A;
}
</style>
background-color css
<style>
a { background-color: #828B0A; }
a { background-color: rgb(130,139,10); }
div.DivClassName
{
background-color: #828B0A;
}
.BgClassName
{
background-color: #828B0A;
}
</style>
border-color css
<style>
span { border-color: #828B0A; }
span { border-color: rgb(130,139,10); }
td.TdClassName
{
border-color: #828B0A;
}
.TagClassName
{
border-color: #828B0A;
}
</style>