Shades of Olive #826601
Tints of Olive #826601
RGB
CMYK
RGB Variations
Color information
#826601 (or 0x826601) is known color: Olive. HEX triplet: 82, 66 and 01. RGB value is (130,102,1). Sum of RGB (Red+Green+Blue) = 130+102+1=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #826601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #826601 is #7D99FE. Grayscale: #636363. Windows color (decimal): -8231423 or 91778. OLE color: 91778.
HSL color Cylindrical-coordinate representation of color #826601: hue angle of 46.98º 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 #826601 is Cyan = 0, Magento = 0.22, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 102 | 1 | - |
| CMYK | 0 | 0.22 | 0.99 | 0.49 |
| HSL | 46.98º | 0.98% | 0.26% | - |
| HSV(B) | 46.98º | 0.99% | 0.51% | - |
| XYZ | 13.96 | 14.25 | 2.04 | - |
| YUV | 98.86 | 72.78 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 102 | 1 | 0 | 0.22 | 0.99 | 0.49 | 46.98 | 0.98 | 0.26 |
| Hex | 82 | 66 | 1 | 0 | 16 | 63 | 31 | 2F | 62 | 1A |
| Octal | 202 | 146 | 1 | 0 | 26 | 143 | 61 | 57 | 142 | 32 |
| Binary | 10000010 | 1100110 | 1 | 0 | 10110 | 1100011 | 110001 | 101111 | 1100010 | 11010 |
Color Harmonies of #826601
Complementary color
Monochromatic Colors of #826601
Black with #826601
Text Example
Text Example
White with #826601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826601; }
p { color: rgb(130,102,1); }
H1.HeaderClassName
{
color: #826601;
}
.AnyTagClassName
{
color: #826601;
}
</style>
background-color css
<style>
a { background-color: #826601; }
a { background-color: rgb(130,102,1); }
div.DivClassName
{
background-color: #826601;
}
.BgClassName
{
background-color: #826601;
}
</style>
border-color css
<style>
span { border-color: #826601; }
span { border-color: rgb(130,102,1); }
td.TdClassName
{
border-color: #826601;
}
.TagClassName
{
border-color: #826601;
}
</style>