Shades of Trendy Green #788334
Tints of Trendy Green #788334
RGB
CMYK
RGB Variations
Color information
#788334 (or 0x788334) is known color: Trendy Green. HEX triplet: 78, 83 and 34. RGB value is (120,131,52). Sum of RGB (Red+Green+Blue) = 120+131+52=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 131 - color contains mainly: green. Hex color #788334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788334 is #877CCB. Grayscale: #777777. Windows color (decimal): -8879308 or 3441528. OLE color: 3441528.
HSL color Cylindrical-coordinate representation of color #788334: hue angle of 68.35º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #788334 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 120 | 131 | 52 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.49 |
| HSL | 68.35º | 0.43% | 0.36% | - |
| HSV(B) | 68.35º | 0.6% | 0.51% | - |
| XYZ | 16.48 | 20.47 | 6.33 | - |
| YUV | 118.71 | 90.36 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 131 | 52 | 0.08 | 0 | 0.60 | 0.49 | 68.35 | 0.43 | 0.36 |
| Hex | 78 | 83 | 34 | 8 | 0 | 3C | 31 | 44 | 2B | 24 |
| Octal | 170 | 203 | 64 | 10 | 0 | 74 | 61 | 104 | 53 | 44 |
| Binary | 1111000 | 10000011 | 110100 | 1000 | 0 | 111100 | 110001 | 1000100 | 101011 | 100100 |
Color Harmonies of #788334
Complementary color
Monochromatic Colors of #788334
Black with #788334
Text Example
Text Example
White with #788334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788334; }
p { color: rgb(120,131,52); }
H1.HeaderClassName
{
color: #788334;
}
.AnyTagClassName
{
color: #788334;
}
</style>
background-color css
<style>
a { background-color: #788334; }
a { background-color: rgb(120,131,52); }
div.DivClassName
{
background-color: #788334;
}
.BgClassName
{
background-color: #788334;
}
</style>
border-color css
<style>
span { border-color: #788334; }
span { border-color: rgb(120,131,52); }
td.TdClassName
{
border-color: #788334;
}
.TagClassName
{
border-color: #788334;
}
</style>