Shades of Trendy Green #778B13
Tints of Trendy Green #778B13
RGB
CMYK
RGB Variations
Color information
#778B13 (or 0x778B13) is known color: Trendy Green. HEX triplet: 77, 8B and 13. RGB value is (119,139,19). Sum of RGB (Red+Green+Blue) = 119+139+19=277 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.96% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 19 (7.81% from 255 or 6.86% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #778B13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778B13 is #8874EC. Grayscale: #777777. Windows color (decimal): -8942829 or 1280887. OLE color: 1280887.
HSL color Cylindrical-coordinate representation of color #778B13: hue angle of 70º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #778B13 is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 139 | 19 | - |
| CMYK | 0.14 | 0 | 0.86 | 0.45 |
| HSL | 70º | 0.76% | 0.31% | - |
| HSV(B) | 70º | 0.86% | 0.55% | - |
| XYZ | 16.96 | 22.43 | 4.05 | - |
| YUV | 119.34 | 71.37 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 19 | 0.14 | 0 | 0.86 | 0.45 | 70 | 0.76 | 0.31 |
| Hex | 77 | 8B | 13 | E | 0 | 56 | 2D | 46 | 4C | 1F |
| Octal | 167 | 213 | 23 | 16 | 0 | 126 | 55 | 106 | 114 | 37 |
| Binary | 1110111 | 10001011 | 10011 | 1110 | 0 | 1010110 | 101101 | 1000110 | 1001100 | 11111 |
Color Harmonies of #778B13
Complementary color
Monochromatic Colors of #778B13
Black with #778B13
Text Example
Text Example
White with #778B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778B13; }
p { color: rgb(119,139,19); }
H1.HeaderClassName
{
color: #778B13;
}
.AnyTagClassName
{
color: #778B13;
}
</style>
background-color css
<style>
a { background-color: #778B13; }
a { background-color: rgb(119,139,19); }
div.DivClassName
{
background-color: #778B13;
}
.BgClassName
{
background-color: #778B13;
}
</style>
border-color css
<style>
span { border-color: #778B13; }
span { border-color: rgb(119,139,19); }
td.TdClassName
{
border-color: #778B13;
}
.TagClassName
{
border-color: #778B13;
}
</style>