Shades of Olive #826F0A
Tints of Olive #826F0A
RGB
CMYK
RGB Variations
Color information
#826F0A (or 0x826F0A) is known color: Olive. HEX triplet: 82, 6F and 0A. RGB value is (130,111,10). Sum of RGB (Red+Green+Blue) = 130+111+10=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #826F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826F0A is #7D90F5. Grayscale: #696969. Windows color (decimal): -8229110 or 683906. OLE color: 683906.
HSL color Cylindrical-coordinate representation of color #826F0A: hue angle of 50.5º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #826F0A is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 10 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.49 |
| HSL | 50.5º | 0.86% | 0.27% | - |
| HSV(B) | 50.5º | 0.92% | 0.51% | - |
| XYZ | 14.95 | 16.14 | 2.61 | - |
| YUV | 105.17 | 74.29 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 10 | 0 | 0.15 | 0.92 | 0.49 | 50.5 | 0.86 | 0.27 |
| Hex | 82 | 6F | A | 0 | F | 5C | 31 | 32 | 56 | 1B |
| Octal | 202 | 157 | 12 | 0 | 17 | 134 | 61 | 62 | 126 | 33 |
| Binary | 10000010 | 1101111 | 1010 | 0 | 1111 | 1011100 | 110001 | 110010 | 1010110 | 11011 |
Color Harmonies of #826F0A
Complementary color
Monochromatic Colors of #826F0A
Black with #826F0A
Text Example
Text Example
White with #826F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F0A; }
p { color: rgb(130,111,10); }
H1.HeaderClassName
{
color: #826F0A;
}
.AnyTagClassName
{
color: #826F0A;
}
</style>
background-color css
<style>
a { background-color: #826F0A; }
a { background-color: rgb(130,111,10); }
div.DivClassName
{
background-color: #826F0A;
}
.BgClassName
{
background-color: #826F0A;
}
</style>
border-color css
<style>
span { border-color: #826F0A; }
span { border-color: rgb(130,111,10); }
td.TdClassName
{
border-color: #826F0A;
}
.TagClassName
{
border-color: #826F0A;
}
</style>