Shades of Trendy Green #787E30
Tints of Trendy Green #787E30
RGB
CMYK
RGB Variations
Color information
#787E30 (or 0x787E30) is known color: Trendy Green. HEX triplet: 78, 7E and 30. RGB value is (120,126,48). Sum of RGB (Red+Green+Blue) = 120+126+48=294 (38% of max value = 765). Red value is 120 (47.27% from 255 or 40.82% from 294); Green value is 126 (49.61% from 255 or 42.86% from 294); Blue value is 48 (19.14% from 255 or 16.33% from 294); Max value from RGB is 126 - color contains mainly: green. Hex color #787E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #787E30 is #8781CF. Grayscale: #737373. Windows color (decimal): -8880592 or 3178104. OLE color: 3178104.
HSL color Cylindrical-coordinate representation of color #787E30: hue angle of 64.62º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #787E30 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 126 | 48 | - |
| CMYK | 0.05 | 0 | 0.62 | 0.51 |
| HSL | 64.62º | 0.45% | 0.34% | - |
| HSV(B) | 64.62º | 0.62% | 0.49% | - |
| XYZ | 15.74 | 19.13 | 5.66 | - |
| YUV | 115.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 48 | 0.05 | 0 | 0.62 | 0.51 | 64.62 | 0.45 | 0.34 |
| Hex | 78 | 7E | 30 | 5 | 0 | 3E | 33 | 41 | 2D | 22 |
| Octal | 170 | 176 | 60 | 5 | 0 | 76 | 63 | 101 | 55 | 42 |
| Binary | 1111000 | 1111110 | 110000 | 101 | 0 | 111110 | 110011 | 1000001 | 101101 | 100010 |
Color Harmonies of #787E30
Complementary color
Monochromatic Colors of #787E30
Black with #787E30
Text Example
Text Example
White with #787E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787E30; }
p { color: rgb(120,126,48); }
H1.HeaderClassName
{
color: #787E30;
}
.AnyTagClassName
{
color: #787E30;
}
</style>
background-color css
<style>
a { background-color: #787E30; }
a { background-color: rgb(120,126,48); }
div.DivClassName
{
background-color: #787E30;
}
.BgClassName
{
background-color: #787E30;
}
</style>
border-color css
<style>
span { border-color: #787E30; }
span { border-color: rgb(120,126,48); }
td.TdClassName
{
border-color: #787E30;
}
.TagClassName
{
border-color: #787E30;
}
</style>