Shades of Trendy Green #788C28
Tints of Trendy Green #788C28
RGB
CMYK
RGB Variations
Color information
#788C28 (or 0x788C28) is known color: Trendy Green. HEX triplet: 78, 8C and 28. RGB value is (120,140,40). Sum of RGB (Red+Green+Blue) = 120+140+40=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 140 (55.08% from 255 or 46.67% from 300); Blue value is 40 (16.02% from 255 or 13.33% from 300); Max value from RGB is 140 - color contains mainly: green. Hex color #788C28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788C28 is #8773D7. Grayscale: #7B7B7B. Windows color (decimal): -8877016 or 2657400. OLE color: 2657400.
HSL color Cylindrical-coordinate representation of color #788C28: hue angle of 72º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #788C28 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 140 | 40 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.45 |
| HSL | 72º | 0.56% | 0.35% | - |
| HSV(B) | 72º | 0.71% | 0.55% | - |
| XYZ | 17.51 | 22.9 | 5.51 | - |
| YUV | 122.62 | 81.37 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 40 | 0.14 | 0 | 0.71 | 0.45 | 72 | 0.56 | 0.35 |
| Hex | 78 | 8C | 28 | E | 0 | 47 | 2D | 48 | 38 | 23 |
| Octal | 170 | 214 | 50 | 16 | 0 | 107 | 55 | 110 | 70 | 43 |
| Binary | 1111000 | 10001100 | 101000 | 1110 | 0 | 1000111 | 101101 | 1001000 | 111000 | 100011 |
Color Harmonies of #788C28
Complementary color
Monochromatic Colors of #788C28
Black with #788C28
Text Example
Text Example
White with #788C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788C28; }
p { color: rgb(120,140,40); }
H1.HeaderClassName
{
color: #788C28;
}
.AnyTagClassName
{
color: #788C28;
}
</style>
background-color css
<style>
a { background-color: #788C28; }
a { background-color: rgb(120,140,40); }
div.DivClassName
{
background-color: #788C28;
}
.BgClassName
{
background-color: #788C28;
}
</style>
border-color css
<style>
span { border-color: #788C28; }
span { border-color: rgb(120,140,40); }
td.TdClassName
{
border-color: #788C28;
}
.TagClassName
{
border-color: #788C28;
}
</style>