Shades of Olive #807600
Tints of Olive #807600
RGB
CMYK
RGB Variations
Color information
#807600 (or 0x807600) is known color: Olive. HEX triplet: 80, 76 and 00. RGB value is (128,118,0). Sum of RGB (Red+Green+Blue) = 128+118+0=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 118 (46.48% from 255 or 47.97% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #807600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807600 is #7F89FF. Grayscale: #6C6C6C. Windows color (decimal): -8358400 or 30336. OLE color: 30336.
HSL color Cylindrical-coordinate representation of color #807600: hue angle of 55.31º 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 #807600 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 118 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.50 |
| HSL | 55.31º | 1% | 0.25% | - |
| HSV(B) | 55.31º | 1% | 0.5% | - |
| XYZ | 15.38 | 17.55 | 2.58 | - |
| YUV | 107.54 | 67.31 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 118 | 0 | 0 | 0.08 | 1 | 0.50 | 55.31 | 1 | 0.25 |
| Hex | 80 | 76 | 0 | 0 | 8 | 64 | 32 | 37 | 64 | 19 |
| Octal | 200 | 166 | 0 | 0 | 10 | 144 | 62 | 67 | 144 | 31 |
| Binary | 10000000 | 1110110 | 0 | 0 | 1000 | 1100100 | 110010 | 110111 | 1100100 | 11001 |
Color Harmonies of #807600
Complementary color
Monochromatic Colors of #807600
Black with #807600
Text Example
Text Example
White with #807600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807600; }
p { color: rgb(128,118,0); }
H1.HeaderClassName
{
color: #807600;
}
.AnyTagClassName
{
color: #807600;
}
</style>
background-color css
<style>
a { background-color: #807600; }
a { background-color: rgb(128,118,0); }
div.DivClassName
{
background-color: #807600;
}
.BgClassName
{
background-color: #807600;
}
</style>
border-color css
<style>
span { border-color: #807600; }
span { border-color: rgb(128,118,0); }
td.TdClassName
{
border-color: #807600;
}
.TagClassName
{
border-color: #807600;
}
</style>