Shades of Trendy Green #788C26
Tints of Trendy Green #788C26
RGB
CMYK
RGB Variations
Color information
#788C26 (or 0x788C26) is known color: Trendy Green. HEX triplet: 78, 8C and 26. RGB value is (120,140,38). Sum of RGB (Red+Green+Blue) = 120+140+38=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 140 (55.08% from 255 or 46.98% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 140 - color contains mainly: green. Hex color #788C26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788C26 is #8773D9. Grayscale: #7A7A7A. Windows color (decimal): -8877018 or 2526328. OLE color: 2526328.
HSL color Cylindrical-coordinate representation of color #788C26: hue angle of 71.76º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #788C26 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 140 | 38 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.45 |
| HSL | 71.76º | 0.57% | 0.35% | - |
| HSV(B) | 71.76º | 0.73% | 0.55% | - |
| XYZ | 17.47 | 22.89 | 5.33 | - |
| YUV | 122.39 | 80.37 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 38 | 0.14 | 0 | 0.73 | 0.45 | 71.76 | 0.57 | 0.35 |
| Hex | 78 | 8C | 26 | E | 0 | 49 | 2D | 48 | 39 | 23 |
| Octal | 170 | 214 | 46 | 16 | 0 | 111 | 55 | 110 | 71 | 43 |
| Binary | 1111000 | 10001100 | 100110 | 1110 | 0 | 1001001 | 101101 | 1001000 | 111001 | 100011 |
Color Harmonies of #788C26
Complementary color
Monochromatic Colors of #788C26
Black with #788C26
Text Example
Text Example
White with #788C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788C26; }
p { color: rgb(120,140,38); }
H1.HeaderClassName
{
color: #788C26;
}
.AnyTagClassName
{
color: #788C26;
}
</style>
background-color css
<style>
a { background-color: #788C26; }
a { background-color: rgb(120,140,38); }
div.DivClassName
{
background-color: #788C26;
}
.BgClassName
{
background-color: #788C26;
}
</style>
border-color css
<style>
span { border-color: #788C26; }
span { border-color: rgb(120,140,38); }
td.TdClassName
{
border-color: #788C26;
}
.TagClassName
{
border-color: #788C26;
}
</style>