Shades of Trendy Green #788131
Tints of Trendy Green #788131
RGB
CMYK
RGB Variations
Color information
#788131 (or 0x788131) is known color: Trendy Green. HEX triplet: 78, 81 and 31. RGB value is (120,129,49). Sum of RGB (Red+Green+Blue) = 120+129+49=298 (39% of max value = 765). Red value is 120 (47.27% from 255 or 40.27% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #788131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788131 is #877ECE. Grayscale: #757575. Windows color (decimal): -8879823 or 3244408. OLE color: 3244408.
HSL color Cylindrical-coordinate representation of color #788131: hue angle of 66.75º degrees, saturation: 0.45, 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 #788131 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 129 | 49 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.49 |
| HSL | 66.75º | 0.45% | 0.35% | - |
| HSV(B) | 66.75º | 0.62% | 0.51% | - |
| XYZ | 16.15 | 19.92 | 5.9 | - |
| YUV | 117.19 | 89.52 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 129 | 49 | 0.07 | 0 | 0.62 | 0.49 | 66.75 | 0.45 | 0.35 |
| Hex | 78 | 81 | 31 | 7 | 0 | 3E | 31 | 43 | 2D | 23 |
| Octal | 170 | 201 | 61 | 7 | 0 | 76 | 61 | 103 | 55 | 43 |
| Binary | 1111000 | 10000001 | 110001 | 111 | 0 | 111110 | 110001 | 1000011 | 101101 | 100011 |
Color Harmonies of #788131
Complementary color
Monochromatic Colors of #788131
Black with #788131
Text Example
Text Example
White with #788131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788131; }
p { color: rgb(120,129,49); }
H1.HeaderClassName
{
color: #788131;
}
.AnyTagClassName
{
color: #788131;
}
</style>
background-color css
<style>
a { background-color: #788131; }
a { background-color: rgb(120,129,49); }
div.DivClassName
{
background-color: #788131;
}
.BgClassName
{
background-color: #788131;
}
</style>
border-color css
<style>
span { border-color: #788131; }
span { border-color: rgb(120,129,49); }
td.TdClassName
{
border-color: #788131;
}
.TagClassName
{
border-color: #788131;
}
</style>