Shades of Trendy Green #788028
Tints of Trendy Green #788028
RGB
CMYK
RGB Variations
Color information
#788028 (or 0x788028) is known color: Trendy Green. HEX triplet: 78, 80 and 28. RGB value is (120,128,40). Sum of RGB (Red+Green+Blue) = 120+128+40=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 128 - color contains mainly: green. Hex color #788028 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788028 is #877FD7. Grayscale: #737373. Windows color (decimal): -8880088 or 2654328. OLE color: 2654328.
HSL color Cylindrical-coordinate representation of color #788028: hue angle of 65.45º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #788028 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 120 | 128 | 40 | - |
| CMYK | 0.06 | 0 | 0.69 | 0.50 |
| HSL | 65.45º | 0.52% | 0.33% | - |
| HSV(B) | 65.45º | 0.69% | 0.5% | - |
| XYZ | 15.85 | 19.58 | 4.95 | - |
| YUV | 115.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 128 | 40 | 0.06 | 0 | 0.69 | 0.50 | 65.45 | 0.52 | 0.33 |
| Hex | 78 | 80 | 28 | 6 | 0 | 45 | 32 | 41 | 34 | 21 |
| Octal | 170 | 200 | 50 | 6 | 0 | 105 | 62 | 101 | 64 | 41 |
| Binary | 1111000 | 10000000 | 101000 | 110 | 0 | 1000101 | 110010 | 1000001 | 110100 | 100001 |
Color Harmonies of #788028
Complementary color
Monochromatic Colors of #788028
Black with #788028
Text Example
Text Example
White with #788028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788028; }
p { color: rgb(120,128,40); }
H1.HeaderClassName
{
color: #788028;
}
.AnyTagClassName
{
color: #788028;
}
</style>
background-color css
<style>
a { background-color: #788028; }
a { background-color: rgb(120,128,40); }
div.DivClassName
{
background-color: #788028;
}
.BgClassName
{
background-color: #788028;
}
</style>
border-color css
<style>
span { border-color: #788028; }
span { border-color: rgb(120,128,40); }
td.TdClassName
{
border-color: #788028;
}
.TagClassName
{
border-color: #788028;
}
</style>