Shades of Trendy Green #777816
Tints of Trendy Green #777816
RGB
CMYK
RGB Variations
Color information
#777816 (or 0x777816) is known color: Trendy Green. HEX triplet: 77, 78 and 16. RGB value is (119,120,22). Sum of RGB (Red+Green+Blue) = 119+120+22=261 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.59% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #777816 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777816 is #8887E9. Grayscale: #6C6C6C. Windows color (decimal): -8947690 or 1472631. OLE color: 1472631.
HSL color Cylindrical-coordinate representation of color #777816: hue angle of 60.61º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #777816 is Cyan = 0.01, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 22 | - |
| CMYK | 0.01 | 0 | 0.82 | 0.53 |
| HSL | 60.61º | 0.69% | 0.28% | - |
| HSV(B) | 60.61º | 0.82% | 0.47% | - |
| XYZ | 14.47 | 17.41 | 3.36 | - |
| YUV | 108.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 22 | 0.01 | 0 | 0.82 | 0.53 | 60.61 | 0.69 | 0.28 |
| Hex | 77 | 78 | 16 | 1 | 0 | 52 | 35 | 3D | 45 | 1C |
| Octal | 167 | 170 | 26 | 1 | 0 | 122 | 65 | 75 | 105 | 34 |
| Binary | 1110111 | 1111000 | 10110 | 1 | 0 | 1010010 | 110101 | 111101 | 1000101 | 11100 |
Color Harmonies of #777816
Complementary color
Monochromatic Colors of #777816
Black with #777816
Text Example
Text Example
White with #777816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777816; }
p { color: rgb(119,120,22); }
H1.HeaderClassName
{
color: #777816;
}
.AnyTagClassName
{
color: #777816;
}
</style>
background-color css
<style>
a { background-color: #777816; }
a { background-color: rgb(119,120,22); }
div.DivClassName
{
background-color: #777816;
}
.BgClassName
{
background-color: #777816;
}
</style>
border-color css
<style>
span { border-color: #777816; }
span { border-color: rgb(119,120,22); }
td.TdClassName
{
border-color: #777816;
}
.TagClassName
{
border-color: #777816;
}
</style>