Shades of Olive #826801
Tints of Olive #826801
RGB
CMYK
RGB Variations
Color information
#826801 (or 0x826801) is known color: Olive. HEX triplet: 82, 68 and 01. RGB value is (130,104,1). Sum of RGB (Red+Green+Blue) = 130+104+1=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #826801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826801 is #7D97FE. Grayscale: #646464. Windows color (decimal): -8230911 or 92290. OLE color: 92290.
HSL color Cylindrical-coordinate representation of color #826801: hue angle of 47.91º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #826801 is Cyan = 0, Magento = 0.2, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 104 | 1 | - |
| CMYK | 0 | 0.2 | 0.99 | 0.49 |
| HSL | 47.91º | 0.98% | 0.26% | - |
| HSV(B) | 47.91º | 0.99% | 0.51% | - |
| XYZ | 14.16 | 14.65 | 2.11 | - |
| YUV | 100.03 | 72.11 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 1 | 0 | 0.2 | 0.99 | 0.49 | 47.91 | 0.98 | 0.26 |
| Hex | 82 | 68 | 1 | 0 | 14 | 63 | 31 | 30 | 62 | 1A |
| Octal | 202 | 150 | 1 | 0 | 24 | 143 | 61 | 60 | 142 | 32 |
| Binary | 10000010 | 1101000 | 1 | 0 | 10100 | 1100011 | 110001 | 110000 | 1100010 | 11010 |
Color Harmonies of #826801
Complementary color
Monochromatic Colors of #826801
Black with #826801
Text Example
Text Example
White with #826801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826801; }
p { color: rgb(130,104,1); }
H1.HeaderClassName
{
color: #826801;
}
.AnyTagClassName
{
color: #826801;
}
</style>
background-color css
<style>
a { background-color: #826801; }
a { background-color: rgb(130,104,1); }
div.DivClassName
{
background-color: #826801;
}
.BgClassName
{
background-color: #826801;
}
</style>
border-color css
<style>
span { border-color: #826801; }
span { border-color: rgb(130,104,1); }
td.TdClassName
{
border-color: #826801;
}
.TagClassName
{
border-color: #826801;
}
</style>