Shades of Trendy Green #778713
Tints of Trendy Green #778713
RGB
CMYK
RGB Variations
Color information
#778713 (or 0x778713) is known color: Trendy Green. HEX triplet: 77, 87 and 13. RGB value is (119,135,19). Sum of RGB (Red+Green+Blue) = 119+135+19=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #778713 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778713 is #8878EC. Grayscale: #757575. Windows color (decimal): -8943853 or 1279863. OLE color: 1279863.
HSL color Cylindrical-coordinate representation of color #778713: hue angle of 68.28º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #778713 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 19 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.47 |
| HSL | 68.28º | 0.75% | 0.3% | - |
| HSV(B) | 68.28º | 0.86% | 0.53% | - |
| XYZ | 16.39 | 21.3 | 3.86 | - |
| YUV | 116.99 | 72.7 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 19 | 0.12 | 0 | 0.86 | 0.47 | 68.28 | 0.75 | 0.3 |
| Hex | 77 | 87 | 13 | C | 0 | 56 | 2F | 44 | 4B | 1E |
| Octal | 167 | 207 | 23 | 14 | 0 | 126 | 57 | 104 | 113 | 36 |
| Binary | 1110111 | 10000111 | 10011 | 1100 | 0 | 1010110 | 101111 | 1000100 | 1001011 | 11110 |
Color Harmonies of #778713
Complementary color
Monochromatic Colors of #778713
Black with #778713
Text Example
Text Example
White with #778713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778713; }
p { color: rgb(119,135,19); }
H1.HeaderClassName
{
color: #778713;
}
.AnyTagClassName
{
color: #778713;
}
</style>
background-color css
<style>
a { background-color: #778713; }
a { background-color: rgb(119,135,19); }
div.DivClassName
{
background-color: #778713;
}
.BgClassName
{
background-color: #778713;
}
</style>
border-color css
<style>
span { border-color: #778713; }
span { border-color: rgb(119,135,19); }
td.TdClassName
{
border-color: #778713;
}
.TagClassName
{
border-color: #778713;
}
</style>