Shades of Olive #806803
Tints of Olive #806803
RGB
CMYK
RGB Variations
Color information
#806803 (or 0x806803) is known color: Olive. HEX triplet: 80, 68 and 03. RGB value is (128,104,3). Sum of RGB (Red+Green+Blue) = 128+104+3=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #806803 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806803 is #7F97FC. Grayscale: #646464. Windows color (decimal): -8361981 or 223360. OLE color: 223360.
HSL color Cylindrical-coordinate representation of color #806803: hue angle of 48.48º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #806803 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 104 | 3 | - |
| CMYK | 0 | 0.19 | 0.98 | 0.50 |
| HSL | 48.48º | 0.95% | 0.26% | - |
| HSV(B) | 48.48º | 0.98% | 0.5% | - |
| XYZ | 13.87 | 14.5 | 2.15 | - |
| YUV | 99.66 | 73.45 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 3 | 0 | 0.19 | 0.98 | 0.50 | 48.48 | 0.95 | 0.26 |
| Hex | 80 | 68 | 3 | 0 | 13 | 62 | 32 | 30 | 5F | 1A |
| Octal | 200 | 150 | 3 | 0 | 23 | 142 | 62 | 60 | 137 | 32 |
| Binary | 10000000 | 1101000 | 11 | 0 | 10011 | 1100010 | 110010 | 110000 | 1011111 | 11010 |
Color Harmonies of #806803
Complementary color
Monochromatic Colors of #806803
Black with #806803
Text Example
Text Example
White with #806803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806803; }
p { color: rgb(128,104,3); }
H1.HeaderClassName
{
color: #806803;
}
.AnyTagClassName
{
color: #806803;
}
</style>
background-color css
<style>
a { background-color: #806803; }
a { background-color: rgb(128,104,3); }
div.DivClassName
{
background-color: #806803;
}
.BgClassName
{
background-color: #806803;
}
</style>
border-color css
<style>
span { border-color: #806803; }
span { border-color: rgb(128,104,3); }
td.TdClassName
{
border-color: #806803;
}
.TagClassName
{
border-color: #806803;
}
</style>