Shades of Trendy Green #777914
Tints of Trendy Green #777914
RGB
CMYK
RGB Variations
Color information
#777914 (or 0x777914) is known color: Trendy Green. HEX triplet: 77, 79 and 14. RGB value is (119,121,20). Sum of RGB (Red+Green+Blue) = 119+121+20=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 121 (47.66% from 255 or 46.54% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 121 - color contains mainly: green. Hex color #777914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777914 is #8886EB. Grayscale: #6D6D6D. Windows color (decimal): -8947436 or 1341815. OLE color: 1341815.
HSL color Cylindrical-coordinate representation of color #777914: hue angle of 61.19º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #777914 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 121 | 20 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.53 |
| HSL | 61.19º | 0.72% | 0.28% | - |
| HSV(B) | 61.19º | 0.83% | 0.47% | - |
| XYZ | 14.57 | 17.65 | 3.3 | - |
| YUV | 108.89 | 77.84 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 121 | 20 | 0.02 | 0 | 0.83 | 0.53 | 61.19 | 0.72 | 0.28 |
| Hex | 77 | 79 | 14 | 2 | 0 | 53 | 35 | 3D | 48 | 1C |
| Octal | 167 | 171 | 24 | 2 | 0 | 123 | 65 | 75 | 110 | 34 |
| Binary | 1110111 | 1111001 | 10100 | 10 | 0 | 1010011 | 110101 | 111101 | 1001000 | 11100 |
Color Harmonies of #777914
Complementary color
Monochromatic Colors of #777914
Black with #777914
Text Example
Text Example
White with #777914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777914; }
p { color: rgb(119,121,20); }
H1.HeaderClassName
{
color: #777914;
}
.AnyTagClassName
{
color: #777914;
}
</style>
background-color css
<style>
a { background-color: #777914; }
a { background-color: rgb(119,121,20); }
div.DivClassName
{
background-color: #777914;
}
.BgClassName
{
background-color: #777914;
}
</style>
border-color css
<style>
span { border-color: #777914; }
span { border-color: rgb(119,121,20); }
td.TdClassName
{
border-color: #777914;
}
.TagClassName
{
border-color: #777914;
}
</style>