Shades of Olive #806C00
Tints of Olive #806C00
RGB
CMYK
RGB Variations
Color information
#806C00 (or 0x806C00) is known color: Olive. HEX triplet: 80, 6C and 00. RGB value is (128,108,0). Sum of RGB (Red+Green+Blue) = 128+108+0=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #806C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806C00 is #7F93FF. Grayscale: #666666. Windows color (decimal): -8360960 or 27776. OLE color: 27776.
HSL color Cylindrical-coordinate representation of color #806C00: hue angle of 50.62º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #806C00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 108 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.50 |
| HSL | 50.63º | 1% | 0.25% | - |
| HSV(B) | 50.63º | 1% | 0.5% | - |
| XYZ | 14.26 | 15.31 | 2.2 | - |
| YUV | 101.67 | 70.63 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 0 | 0 | 0.16 | 1 | 0.50 | 50.63 | 1 | 0.25 |
| Hex | 80 | 6C | 0 | 0 | 10 | 64 | 32 | 33 | 64 | 19 |
| Octal | 200 | 154 | 0 | 0 | 20 | 144 | 62 | 63 | 144 | 31 |
| Binary | 10000000 | 1101100 | 0 | 0 | 10000 | 1100100 | 110010 | 110011 | 1100100 | 11001 |
Color Harmonies of #806C00
Complementary color
Monochromatic Colors of #806C00
Black with #806C00
Text Example
Text Example
White with #806C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C00; }
p { color: rgb(128,108,0); }
H1.HeaderClassName
{
color: #806C00;
}
.AnyTagClassName
{
color: #806C00;
}
</style>
background-color css
<style>
a { background-color: #806C00; }
a { background-color: rgb(128,108,0); }
div.DivClassName
{
background-color: #806C00;
}
.BgClassName
{
background-color: #806C00;
}
</style>
border-color css
<style>
span { border-color: #806C00; }
span { border-color: rgb(128,108,0); }
td.TdClassName
{
border-color: #806C00;
}
.TagClassName
{
border-color: #806C00;
}
</style>