Shades of Trendy Green #777F14
Tints of Trendy Green #777F14
RGB
CMYK
RGB Variations
Color information
#777F14 (or 0x777F14) is known color: Trendy Green. HEX triplet: 77, 7F and 14. RGB value is (119,127,20). Sum of RGB (Red+Green+Blue) = 119+127+20=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #777F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777F14 is #8880EB. Grayscale: #707070. Windows color (decimal): -8945900 or 1343351. OLE color: 1343351.
HSL color Cylindrical-coordinate representation of color #777F14: hue angle of 64.49º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #777F14 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 119 | 127 | 20 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.50 |
| HSL | 64.49º | 0.73% | 0.29% | - |
| HSV(B) | 64.49º | 0.84% | 0.5% | - |
| XYZ | 15.32 | 19.15 | 3.55 | - |
| YUV | 112.41 | 75.85 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 127 | 20 | 0.06 | 0 | 0.84 | 0.50 | 64.49 | 0.73 | 0.29 |
| Hex | 77 | 7F | 14 | 6 | 0 | 54 | 32 | 40 | 49 | 1D |
| Octal | 167 | 177 | 24 | 6 | 0 | 124 | 62 | 100 | 111 | 35 |
| Binary | 1110111 | 1111111 | 10100 | 110 | 0 | 1010100 | 110010 | 1000000 | 1001001 | 11101 |
Color Harmonies of #777F14
Complementary color
Monochromatic Colors of #777F14
Black with #777F14
Text Example
Text Example
White with #777F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777F14; }
p { color: rgb(119,127,20); }
H1.HeaderClassName
{
color: #777F14;
}
.AnyTagClassName
{
color: #777F14;
}
</style>
background-color css
<style>
a { background-color: #777F14; }
a { background-color: rgb(119,127,20); }
div.DivClassName
{
background-color: #777F14;
}
.BgClassName
{
background-color: #777F14;
}
</style>
border-color css
<style>
span { border-color: #777F14; }
span { border-color: rgb(119,127,20); }
td.TdClassName
{
border-color: #777F14;
}
.TagClassName
{
border-color: #777F14;
}
</style>