Shades of Trendy Green #788013
Tints of Trendy Green #788013
RGB
CMYK
RGB Variations
Color information
#788013 (or 0x788013) is known color: Trendy Green. HEX triplet: 78, 80 and 13. RGB value is (120,128,19). Sum of RGB (Red+Green+Blue) = 120+128+19=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #788013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788013 is #877FEC. Grayscale: #717171. Windows color (decimal): -8880109 or 1278072. OLE color: 1278072.
HSL color Cylindrical-coordinate representation of color #788013: hue angle of 64.4º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #788013 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 128 | 19 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.50 |
| HSL | 64.4º | 0.74% | 0.29% | - |
| HSV(B) | 64.4º | 0.85% | 0.5% | - |
| XYZ | 15.58 | 19.48 | 3.55 | - |
| YUV | 113.18 | 74.85 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 19 | 0.06 | 0 | 0.85 | 0.50 | 64.4 | 0.74 | 0.29 |
| Hex | 78 | 80 | 13 | 6 | 0 | 55 | 32 | 40 | 4A | 1D |
| Octal | 170 | 200 | 23 | 6 | 0 | 125 | 62 | 100 | 112 | 35 |
| Binary | 1111000 | 10000000 | 10011 | 110 | 0 | 1010101 | 110010 | 1000000 | 1001010 | 11101 |
Color Harmonies of #788013
Complementary color
Monochromatic Colors of #788013
Black with #788013
Text Example
Text Example
White with #788013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788013; }
p { color: rgb(120,128,19); }
H1.HeaderClassName
{
color: #788013;
}
.AnyTagClassName
{
color: #788013;
}
</style>
background-color css
<style>
a { background-color: #788013; }
a { background-color: rgb(120,128,19); }
div.DivClassName
{
background-color: #788013;
}
.BgClassName
{
background-color: #788013;
}
</style>
border-color css
<style>
span { border-color: #788013; }
span { border-color: rgb(120,128,19); }
td.TdClassName
{
border-color: #788013;
}
.TagClassName
{
border-color: #788013;
}
</style>