Shades of Trendy Green #788117
Tints of Trendy Green #788117
RGB
CMYK
RGB Variations
Color information
#788117 (or 0x788117) is known color: Trendy Green. HEX triplet: 78, 81 and 17. RGB value is (120,129,23). Sum of RGB (Red+Green+Blue) = 120+129+23=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 129 - color contains mainly: green. Hex color #788117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788117 is #877EE8. Grayscale: #727272. Windows color (decimal): -8879849 or 1540472. OLE color: 1540472.
HSL color Cylindrical-coordinate representation of color #788117: hue angle of 65.09º 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 #788117 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 129 | 23 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.49 |
| HSL | 65.09º | 0.7% | 0.3% | - |
| HSV(B) | 65.09º | 0.82% | 0.51% | - |
| XYZ | 15.75 | 19.76 | 3.79 | - |
| YUV | 114.23 | 76.52 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 23 | 0.07 | 0 | 0.82 | 0.49 | 65.09 | 0.7 | 0.3 |
| Hex | 78 | 81 | 17 | 7 | 0 | 52 | 31 | 41 | 46 | 1E |
| Octal | 170 | 201 | 27 | 7 | 0 | 122 | 61 | 101 | 106 | 36 |
| Binary | 1111000 | 10000001 | 10111 | 111 | 0 | 1010010 | 110001 | 1000001 | 1000110 | 11110 |
Color Harmonies of #788117
Complementary color
Monochromatic Colors of #788117
Black with #788117
Text Example
Text Example
White with #788117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788117; }
p { color: rgb(120,129,23); }
H1.HeaderClassName
{
color: #788117;
}
.AnyTagClassName
{
color: #788117;
}
</style>
background-color css
<style>
a { background-color: #788117; }
a { background-color: rgb(120,129,23); }
div.DivClassName
{
background-color: #788117;
}
.BgClassName
{
background-color: #788117;
}
</style>
border-color css
<style>
span { border-color: #788117; }
span { border-color: rgb(120,129,23); }
td.TdClassName
{
border-color: #788117;
}
.TagClassName
{
border-color: #788117;
}
</style>