Shades of Olive #806501
Tints of Olive #806501
RGB
CMYK
RGB Variations
Color information
#806501 (or 0x806501) is known color: Olive. HEX triplet: 80, 65 and 01. RGB value is (128,101,1). Sum of RGB (Red+Green+Blue) = 128+101+1=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 101 (39.84% from 255 or 43.91% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #806501 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806501 is #7F9AFE. Grayscale: #626262. Windows color (decimal): -8362751 or 91520. OLE color: 91520.
HSL color Cylindrical-coordinate representation of color #806501: hue angle of 47.24º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #806501 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 101 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.50 |
| HSL | 47.24º | 0.98% | 0.25% | - |
| HSV(B) | 47.24º | 0.99% | 0.5% | - |
| XYZ | 13.56 | 13.9 | 2 | - |
| YUV | 97.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 1 | 0 | 0.21 | 0.99 | 0.50 | 47.24 | 0.98 | 0.25 |
| Hex | 80 | 65 | 1 | 0 | 15 | 63 | 32 | 2F | 62 | 19 |
| Octal | 200 | 145 | 1 | 0 | 25 | 143 | 62 | 57 | 142 | 31 |
| Binary | 10000000 | 1100101 | 1 | 0 | 10101 | 1100011 | 110010 | 101111 | 1100010 | 11001 |
Color Harmonies of #806501
Complementary color
Monochromatic Colors of #806501
Black with #806501
Text Example
Text Example
White with #806501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806501; }
p { color: rgb(128,101,1); }
H1.HeaderClassName
{
color: #806501;
}
.AnyTagClassName
{
color: #806501;
}
</style>
background-color css
<style>
a { background-color: #806501; }
a { background-color: rgb(128,101,1); }
div.DivClassName
{
background-color: #806501;
}
.BgClassName
{
background-color: #806501;
}
</style>
border-color css
<style>
span { border-color: #806501; }
span { border-color: rgb(128,101,1); }
td.TdClassName
{
border-color: #806501;
}
.TagClassName
{
border-color: #806501;
}
</style>