Shades of Trendy Green #788714
Tints of Trendy Green #788714
RGB
CMYK
RGB Variations
Color information
#788714 (or 0x788714) is known color: Trendy Green. HEX triplet: 78, 87 and 14. RGB value is (120,135,20). Sum of RGB (Red+Green+Blue) = 120+135+20=275 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.64% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #788714 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788714 is #8778EB. Grayscale: #757575. Windows color (decimal): -8878316 or 1345400. OLE color: 1345400.
HSL color Cylindrical-coordinate representation of color #788714: hue angle of 67.83º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #788714 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 135 | 20 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.47 |
| HSL | 67.83º | 0.74% | 0.3% | - |
| HSV(B) | 67.83º | 0.85% | 0.53% | - |
| XYZ | 16.54 | 21.37 | 3.92 | - |
| YUV | 117.41 | 73.03 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 135 | 20 | 0.11 | 0 | 0.85 | 0.47 | 67.83 | 0.74 | 0.3 |
| Hex | 78 | 87 | 14 | B | 0 | 55 | 2F | 44 | 4A | 1E |
| Octal | 170 | 207 | 24 | 13 | 0 | 125 | 57 | 104 | 112 | 36 |
| Binary | 1111000 | 10000111 | 10100 | 1011 | 0 | 1010101 | 101111 | 1000100 | 1001010 | 11110 |
Color Harmonies of #788714
Complementary color
Monochromatic Colors of #788714
Black with #788714
Text Example
Text Example
White with #788714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788714; }
p { color: rgb(120,135,20); }
H1.HeaderClassName
{
color: #788714;
}
.AnyTagClassName
{
color: #788714;
}
</style>
background-color css
<style>
a { background-color: #788714; }
a { background-color: rgb(120,135,20); }
div.DivClassName
{
background-color: #788714;
}
.BgClassName
{
background-color: #788714;
}
</style>
border-color css
<style>
span { border-color: #788714; }
span { border-color: rgb(120,135,20); }
td.TdClassName
{
border-color: #788714;
}
.TagClassName
{
border-color: #788714;
}
</style>