Shades of Trendy Green #7E8130
Tints of Trendy Green #7E8130
RGB
CMYK
RGB Variations
Color information
#7E8130 (or 0x7E8130) is known color: Trendy Green. HEX triplet: 7E, 81 and 30. RGB value is (126,129,48). Sum of RGB (Red+Green+Blue) = 126+129+48=303 (40% of max value = 765). Red value is 126 (49.61% from 255 or 41.58% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #7E8130 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E8130 is #817ECF. Grayscale: #777777. Windows color (decimal): -8486608 or 3178878. OLE color: 3178878.
HSL color Cylindrical-coordinate representation of color #7E8130: hue angle of 62.22º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E8130 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 129 | 48 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.49 |
| HSL | 62.22º | 0.46% | 0.35% | - |
| HSV(B) | 62.22º | 0.63% | 0.51% | - |
| XYZ | 16.99 | 20.35 | 5.83 | - |
| YUV | 118.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 129 | 48 | 0.02 | 0 | 0.63 | 0.49 | 62.22 | 0.46 | 0.35 |
| Hex | 7E | 81 | 30 | 2 | 0 | 3F | 31 | 3E | 2E | 23 |
| Octal | 176 | 201 | 60 | 2 | 0 | 77 | 61 | 76 | 56 | 43 |
| Binary | 1111110 | 10000001 | 110000 | 10 | 0 | 111111 | 110001 | 111110 | 101110 | 100011 |
Color Harmonies of #7E8130
Complementary color
Monochromatic Colors of #7E8130
Black with #7E8130
Text Example
Text Example
White with #7E8130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E8130; }
p { color: rgb(126,129,48); }
H1.HeaderClassName
{
color: #7E8130;
}
.AnyTagClassName
{
color: #7E8130;
}
</style>
background-color css
<style>
a { background-color: #7E8130; }
a { background-color: rgb(126,129,48); }
div.DivClassName
{
background-color: #7E8130;
}
.BgClassName
{
background-color: #7E8130;
}
</style>
border-color css
<style>
span { border-color: #7E8130; }
span { border-color: rgb(126,129,48); }
td.TdClassName
{
border-color: #7E8130;
}
.TagClassName
{
border-color: #7E8130;
}
</style>