Shades of Olive #777000
Tints of Olive #777000
RGB
CMYK
RGB Variations
Color information
#777000 (or 0x777000) is known color: Olive. HEX triplet: 77, 70 and 00. RGB value is (119,112,0). Sum of RGB (Red+Green+Blue) = 119+112+0=231 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.52% from 231); Green value is 112 (44.14% from 255 or 48.48% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 119 - color contains mainly: red. Hex color #777000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777000 is #888FFF. Grayscale: #656565. Windows color (decimal): -8949760 or 28791. OLE color: 28791.
HSL color Cylindrical-coordinate representation of color #777000: hue angle of 56.47º 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 #777000 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 112 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.53 |
| HSL | 56.47º | 1% | 0.23% | - |
| HSV(B) | 56.47º | 1% | 0.47% | - |
| XYZ | 13.4 | 15.51 | 2.29 | - |
| YUV | 101.33 | 70.82 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 112 | 0 | 0 | 0.06 | 1 | 0.53 | 56.47 | 1 | 0.23 |
| Hex | 77 | 70 | 0 | 0 | 6 | 64 | 35 | 38 | 64 | 17 |
| Octal | 167 | 160 | 0 | 0 | 6 | 144 | 65 | 70 | 144 | 27 |
| Binary | 1110111 | 1110000 | 0 | 0 | 110 | 1100100 | 110101 | 111000 | 1100100 | 10111 |
Color Harmonies of #777000
Complementary color
Monochromatic Colors of #777000
Black with #777000
Text Example
Text Example
White with #777000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777000; }
p { color: rgb(119,112,0); }
H1.HeaderClassName
{
color: #777000;
}
.AnyTagClassName
{
color: #777000;
}
</style>
background-color css
<style>
a { background-color: #777000; }
a { background-color: rgb(119,112,0); }
div.DivClassName
{
background-color: #777000;
}
.BgClassName
{
background-color: #777000;
}
</style>
border-color css
<style>
span { border-color: #777000; }
span { border-color: rgb(119,112,0); }
td.TdClassName
{
border-color: #777000;
}
.TagClassName
{
border-color: #777000;
}
</style>