Shades of Olive #777700
Tints of Olive #777700
RGB
CMYK
RGB Variations
Color information
#777700 (or 0x777700) is known color: Olive. HEX triplet: 77, 77 and 00. RGB value is (119,119,0). Sum of RGB (Red+Green+Blue) = 119+119+0=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 119 - color contains mainly: red, green. Hex color #777700 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777700 is #8888FF. Grayscale: #696969. Windows color (decimal): -8947968 or 30583. OLE color: 30583.
HSL color Cylindrical-coordinate representation of color #777700: hue angle of 60º 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 #777700 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 119 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.53 |
| HSL | 60º | 1% | 0.23% | - |
| HSV(B) | 60º | 1% | 0.47% | - |
| XYZ | 14.2 | 17.12 | 2.55 | - |
| YUV | 105.43 | 68.5 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 119 | 0 | 0 | 0 | 1 | 0.53 | 60 | 1 | 0.23 |
| Hex | 77 | 77 | 0 | 0 | 0 | 64 | 35 | 3C | 64 | 17 |
| Octal | 167 | 167 | 0 | 0 | 0 | 144 | 65 | 74 | 144 | 27 |
| Binary | 1110111 | 1110111 | 0 | 0 | 0 | 1100100 | 110101 | 111100 | 1100100 | 10111 |
Color Harmonies of #777700
Complementary color
Monochromatic Colors of #777700
Black with #777700
Text Example
Text Example
White with #777700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777700; }
p { color: rgb(119,119,0); }
H1.HeaderClassName
{
color: #777700;
}
.AnyTagClassName
{
color: #777700;
}
</style>
background-color css
<style>
a { background-color: #777700; }
a { background-color: rgb(119,119,0); }
div.DivClassName
{
background-color: #777700;
}
.BgClassName
{
background-color: #777700;
}
</style>
border-color css
<style>
span { border-color: #777700; }
span { border-color: rgb(119,119,0); }
td.TdClassName
{
border-color: #777700;
}
.TagClassName
{
border-color: #777700;
}
</style>