Shades of Trendy Green #788628
Tints of Trendy Green #788628
RGB
CMYK
RGB Variations
Color information
#788628 (or 0x788628) is known color: Trendy Green. HEX triplet: 78, 86 and 28. RGB value is (120,134,40). Sum of RGB (Red+Green+Blue) = 120+134+40=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #788628 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788628 is #8779D7. Grayscale: #777777. Windows color (decimal): -8878552 or 2655864. OLE color: 2655864.
HSL color Cylindrical-coordinate representation of color #788628: hue angle of 68.94º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #788628 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 120 | 134 | 40 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.47 |
| HSL | 68.94º | 0.54% | 0.34% | - |
| HSV(B) | 68.94º | 0.7% | 0.53% | - |
| XYZ | 16.65 | 21.2 | 5.22 | - |
| YUV | 119.1 | 83.36 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 134 | 40 | 0.10 | 0 | 0.70 | 0.47 | 68.94 | 0.54 | 0.34 |
| Hex | 78 | 86 | 28 | A | 0 | 46 | 2F | 45 | 36 | 22 |
| Octal | 170 | 206 | 50 | 12 | 0 | 106 | 57 | 105 | 66 | 42 |
| Binary | 1111000 | 10000110 | 101000 | 1010 | 0 | 1000110 | 101111 | 1000101 | 110110 | 100010 |
Color Harmonies of #788628
Complementary color
Monochromatic Colors of #788628
Black with #788628
Text Example
Text Example
White with #788628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788628; }
p { color: rgb(120,134,40); }
H1.HeaderClassName
{
color: #788628;
}
.AnyTagClassName
{
color: #788628;
}
</style>
background-color css
<style>
a { background-color: #788628; }
a { background-color: rgb(120,134,40); }
div.DivClassName
{
background-color: #788628;
}
.BgClassName
{
background-color: #788628;
}
</style>
border-color css
<style>
span { border-color: #788628; }
span { border-color: rgb(120,134,40); }
td.TdClassName
{
border-color: #788628;
}
.TagClassName
{
border-color: #788628;
}
</style>