Shades of Trendy Green #778217
Tints of Trendy Green #778217
RGB
CMYK
RGB Variations
Color information
#778217 (or 0x778217) is known color: Trendy Green. HEX triplet: 77, 82 and 17. RGB value is (119,130,23). Sum of RGB (Red+Green+Blue) = 119+130+23=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #778217 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #778217 is #887DE8. Grayscale: #727272. Windows color (decimal): -8945129 or 1540727. OLE color: 1540727.
HSL color Cylindrical-coordinate representation of color #778217: hue angle of 66.17º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #778217 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 130 | 23 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.49 |
| HSL | 66.17º | 0.7% | 0.3% | - |
| HSV(B) | 66.17º | 0.82% | 0.51% | - |
| XYZ | 15.75 | 19.95 | 3.83 | - |
| YUV | 114.51 | 76.36 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 130 | 23 | 0.08 | 0 | 0.82 | 0.49 | 66.17 | 0.7 | 0.3 |
| Hex | 77 | 82 | 17 | 8 | 0 | 52 | 31 | 42 | 46 | 1E |
| Octal | 167 | 202 | 27 | 10 | 0 | 122 | 61 | 102 | 106 | 36 |
| Binary | 1110111 | 10000010 | 10111 | 1000 | 0 | 1010010 | 110001 | 1000010 | 1000110 | 11110 |
Color Harmonies of #778217
Complementary color
Monochromatic Colors of #778217
Black with #778217
Text Example
Text Example
White with #778217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778217; }
p { color: rgb(119,130,23); }
H1.HeaderClassName
{
color: #778217;
}
.AnyTagClassName
{
color: #778217;
}
</style>
background-color css
<style>
a { background-color: #778217; }
a { background-color: rgb(119,130,23); }
div.DivClassName
{
background-color: #778217;
}
.BgClassName
{
background-color: #778217;
}
</style>
border-color css
<style>
span { border-color: #778217; }
span { border-color: rgb(119,130,23); }
td.TdClassName
{
border-color: #778217;
}
.TagClassName
{
border-color: #778217;
}
</style>