Shades of Olive #776800
Tints of Olive #776800
RGB
CMYK
RGB Variations
Color information
#776800 (or 0x776800) is known color: Olive. HEX triplet: 77, 68 and 00. RGB value is (119,104,0). Sum of RGB (Red+Green+Blue) = 119+104+0=223 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.36% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 119 - color contains mainly: red. Hex color #776800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776800 is #8897FF. Grayscale: #616161. Windows color (decimal): -8951808 or 26743. OLE color: 26743.
HSL color Cylindrical-coordinate representation of color #776800: hue angle of 52.44º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #776800 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 104 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.53 |
| HSL | 52.44º | 1% | 0.23% | - |
| HSV(B) | 52.44º | 1% | 0.47% | - |
| XYZ | 12.56 | 13.82 | 2.01 | - |
| YUV | 96.63 | 73.47 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 0 | 0 | 0.13 | 1 | 0.53 | 52.44 | 1 | 0.23 |
| Hex | 77 | 68 | 0 | 0 | D | 64 | 35 | 34 | 64 | 17 |
| Octal | 167 | 150 | 0 | 0 | 15 | 144 | 65 | 64 | 144 | 27 |
| Binary | 1110111 | 1101000 | 0 | 0 | 1101 | 1100100 | 110101 | 110100 | 1100100 | 10111 |
Color Harmonies of #776800
Complementary color
Monochromatic Colors of #776800
Black with #776800
Text Example
Text Example
White with #776800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776800; }
p { color: rgb(119,104,0); }
H1.HeaderClassName
{
color: #776800;
}
.AnyTagClassName
{
color: #776800;
}
</style>
background-color css
<style>
a { background-color: #776800; }
a { background-color: rgb(119,104,0); }
div.DivClassName
{
background-color: #776800;
}
.BgClassName
{
background-color: #776800;
}
</style>
border-color css
<style>
span { border-color: #776800; }
span { border-color: rgb(119,104,0); }
td.TdClassName
{
border-color: #776800;
}
.TagClassName
{
border-color: #776800;
}
</style>