Shades of Olive #777600
Tints of Olive #777600
RGB
CMYK
RGB Variations
Color information
#777600 (or 0x777600) is known color: Olive. HEX triplet: 77, 76 and 00. RGB value is (119,118,0). Sum of RGB (Red+Green+Blue) = 119+118+0=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #777600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777600 is #8889FF. Grayscale: #696969. Windows color (decimal): -8948224 or 30327. OLE color: 30327.
HSL color Cylindrical-coordinate representation of color #777600: hue angle of 59.5º 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 #777600 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.53 |
| HSL | 59.5º | 1% | 0.23% | - |
| HSV(B) | 59.5º | 1% | 0.47% | - |
| XYZ | 14.09 | 16.88 | 2.52 | - |
| YUV | 104.85 | 68.83 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 0 | 0 | 0.01 | 1 | 0.53 | 59.5 | 1 | 0.23 |
| Hex | 77 | 76 | 0 | 0 | 1 | 64 | 35 | 3B | 64 | 17 |
| Octal | 167 | 166 | 0 | 0 | 1 | 144 | 65 | 73 | 144 | 27 |
| Binary | 1110111 | 1110110 | 0 | 0 | 1 | 1100100 | 110101 | 111011 | 1100100 | 10111 |
Color Harmonies of #777600
Complementary color
Monochromatic Colors of #777600
Black with #777600
Text Example
Text Example
White with #777600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777600; }
p { color: rgb(119,118,0); }
H1.HeaderClassName
{
color: #777600;
}
.AnyTagClassName
{
color: #777600;
}
</style>
background-color css
<style>
a { background-color: #777600; }
a { background-color: rgb(119,118,0); }
div.DivClassName
{
background-color: #777600;
}
.BgClassName
{
background-color: #777600;
}
</style>
border-color css
<style>
span { border-color: #777600; }
span { border-color: rgb(119,118,0); }
td.TdClassName
{
border-color: #777600;
}
.TagClassName
{
border-color: #777600;
}
</style>