Shades of Trendy Green #788C2A
Tints of Trendy Green #788C2A
RGB
CMYK
RGB Variations
Color information
#788C2A (or 0x788C2A) is known color: Trendy Green. HEX triplet: 78, 8C and 2A. RGB value is (120,140,42). Sum of RGB (Red+Green+Blue) = 120+140+42=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 42 (16.80% from 255 or 13.91% from 302); Max value from RGB is 140 - color contains mainly: green. Hex color #788C2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788C2A is #8773D5. Grayscale: #7B7B7B. Windows color (decimal): -8877014 or 2788472. OLE color: 2788472.
HSL color Cylindrical-coordinate representation of color #788C2A: hue angle of 72.24º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #788C2A is Cyan = 0.14, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 120 | 140 | 42 | - |
| CMYK | 0.14 | 0 | 0.7 | 0.45 |
| HSL | 72.24º | 0.54% | 0.36% | - |
| HSV(B) | 72.24º | 0.7% | 0.55% | - |
| XYZ | 17.54 | 22.92 | 5.69 | - |
| YUV | 122.85 | 82.37 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 140 | 42 | 0.14 | 0 | 0.7 | 0.45 | 72.24 | 0.54 | 0.36 |
| Hex | 78 | 8C | 2A | E | 0 | 46 | 2D | 48 | 36 | 24 |
| Octal | 170 | 214 | 52 | 16 | 0 | 106 | 55 | 110 | 66 | 44 |
| Binary | 1111000 | 10001100 | 101010 | 1110 | 0 | 1000110 | 101101 | 1001000 | 110110 | 100100 |
Color Harmonies of #788C2A
Complementary color
Monochromatic Colors of #788C2A
Black with #788C2A
Text Example
Text Example
White with #788C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788C2A; }
p { color: rgb(120,140,42); }
H1.HeaderClassName
{
color: #788C2A;
}
.AnyTagClassName
{
color: #788C2A;
}
</style>
background-color css
<style>
a { background-color: #788C2A; }
a { background-color: rgb(120,140,42); }
div.DivClassName
{
background-color: #788C2A;
}
.BgClassName
{
background-color: #788C2A;
}
</style>
border-color css
<style>
span { border-color: #788C2A; }
span { border-color: rgb(120,140,42); }
td.TdClassName
{
border-color: #788C2A;
}
.TagClassName
{
border-color: #788C2A;
}
</style>