Shades of Trendy Green #788C19
Tints of Trendy Green #788C19
RGB
CMYK
RGB Variations
Color information
#788C19 (or 0x788C19) is known color: Trendy Green. HEX triplet: 78, 8C and 19. RGB value is (120,140,25). Sum of RGB (Red+Green+Blue) = 120+140+25=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 140 (55.08% from 255 or 49.12% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 140 - color contains mainly: green. Hex color #788C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788C19 is #8773E6. Grayscale: #797979. Windows color (decimal): -8877031 or 1674360. OLE color: 1674360.
HSL color Cylindrical-coordinate representation of color #788C19: hue angle of 70.43º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #788C19 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 140 | 25 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.45 |
| HSL | 70.43º | 0.7% | 0.32% | - |
| HSV(B) | 70.43º | 0.82% | 0.55% | - |
| XYZ | 17.3 | 22.82 | 4.41 | - |
| YUV | 120.91 | 73.87 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 25 | 0.14 | 0 | 0.82 | 0.45 | 70.43 | 0.7 | 0.32 |
| Hex | 78 | 8C | 19 | E | 0 | 52 | 2D | 46 | 46 | 20 |
| Octal | 170 | 214 | 31 | 16 | 0 | 122 | 55 | 106 | 106 | 40 |
| Binary | 1111000 | 10001100 | 11001 | 1110 | 0 | 1010010 | 101101 | 1000110 | 1000110 | 100000 |
Color Harmonies of #788C19
Complementary color
Monochromatic Colors of #788C19
Black with #788C19
Text Example
Text Example
White with #788C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788C19; }
p { color: rgb(120,140,25); }
H1.HeaderClassName
{
color: #788C19;
}
.AnyTagClassName
{
color: #788C19;
}
</style>
background-color css
<style>
a { background-color: #788C19; }
a { background-color: rgb(120,140,25); }
div.DivClassName
{
background-color: #788C19;
}
.BgClassName
{
background-color: #788C19;
}
</style>
border-color css
<style>
span { border-color: #788C19; }
span { border-color: rgb(120,140,25); }
td.TdClassName
{
border-color: #788C19;
}
.TagClassName
{
border-color: #788C19;
}
</style>