Shades of Trendy Green #788232
Tints of Trendy Green #788232
RGB
CMYK
RGB Variations
Color information
#788232 (or 0x788232) is known color: Trendy Green. HEX triplet: 78, 82 and 32. RGB value is (120,130,50). Sum of RGB (Red+Green+Blue) = 120+130+50=300 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #788232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788232 is #877DCD. Grayscale: #767676. Windows color (decimal): -8879566 or 3310200. OLE color: 3310200.
HSL color Cylindrical-coordinate representation of color #788232: hue angle of 67.5º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #788232 is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 130 | 50 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.49 |
| HSL | 67.5º | 0.44% | 0.35% | - |
| HSV(B) | 67.5º | 0.62% | 0.51% | - |
| XYZ | 16.3 | 20.19 | 6.06 | - |
| YUV | 117.89 | 89.69 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 130 | 50 | 0.08 | 0 | 0.62 | 0.49 | 67.5 | 0.44 | 0.35 |
| Hex | 78 | 82 | 32 | 8 | 0 | 3E | 31 | 44 | 2C | 23 |
| Octal | 170 | 202 | 62 | 10 | 0 | 76 | 61 | 104 | 54 | 43 |
| Binary | 1111000 | 10000010 | 110010 | 1000 | 0 | 111110 | 110001 | 1000100 | 101100 | 100011 |
Color Harmonies of #788232
Complementary color
Monochromatic Colors of #788232
Black with #788232
Text Example
Text Example
White with #788232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788232; }
p { color: rgb(120,130,50); }
H1.HeaderClassName
{
color: #788232;
}
.AnyTagClassName
{
color: #788232;
}
</style>
background-color css
<style>
a { background-color: #788232; }
a { background-color: rgb(120,130,50); }
div.DivClassName
{
background-color: #788232;
}
.BgClassName
{
background-color: #788232;
}
</style>
border-color css
<style>
span { border-color: #788232; }
span { border-color: rgb(120,130,50); }
td.TdClassName
{
border-color: #788232;
}
.TagClassName
{
border-color: #788232;
}
</style>