Shades of Olive #828E0A
Tints of Olive #828E0A
RGB
CMYK
RGB Variations
Color information
#828E0A (or 0x828E0A) is known color: Olive. HEX triplet: 82, 8E and 0A. RGB value is (130,142,10). Sum of RGB (Red+Green+Blue) = 130+142+10=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #828E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828E0A is #7D71F5. Grayscale: #7B7B7B. Windows color (decimal): -8221174 or 691842. OLE color: 691842.
HSL color Cylindrical-coordinate representation of color #828E0A: hue angle of 65.45º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #828E0A is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 142 | 10 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.44 |
| HSL | 65.45º | 0.87% | 0.3% | - |
| HSV(B) | 65.45º | 0.93% | 0.56% | - |
| XYZ | 18.93 | 24.11 | 3.94 | - |
| YUV | 123.36 | 64.02 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 10 | 0.08 | 0 | 0.93 | 0.44 | 65.45 | 0.87 | 0.3 |
| Hex | 82 | 8E | A | 8 | 0 | 5D | 2C | 41 | 57 | 1E |
| Octal | 202 | 216 | 12 | 10 | 0 | 135 | 54 | 101 | 127 | 36 |
| Binary | 10000010 | 10001110 | 1010 | 1000 | 0 | 1011101 | 101100 | 1000001 | 1010111 | 11110 |
Color Harmonies of #828E0A
Complementary color
Monochromatic Colors of #828E0A
Black with #828E0A
Text Example
Text Example
White with #828E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828E0A; }
p { color: rgb(130,142,10); }
H1.HeaderClassName
{
color: #828E0A;
}
.AnyTagClassName
{
color: #828E0A;
}
</style>
background-color css
<style>
a { background-color: #828E0A; }
a { background-color: rgb(130,142,10); }
div.DivClassName
{
background-color: #828E0A;
}
.BgClassName
{
background-color: #828E0A;
}
</style>
border-color css
<style>
span { border-color: #828E0A; }
span { border-color: rgb(130,142,10); }
td.TdClassName
{
border-color: #828E0A;
}
.TagClassName
{
border-color: #828E0A;
}
</style>