Shades of Trendy Green #7A7E2F
Tints of Trendy Green #7A7E2F
RGB
CMYK
RGB Variations
Color information
#7A7E2F (or 0x7A7E2F) is known color: Trendy Green. HEX triplet: 7A, 7E and 2F. RGB value is (122,126,47). Sum of RGB (Red+Green+Blue) = 122+126+47=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7E2F is #8581D0. Grayscale: #747474. Windows color (decimal): -8749521 or 3112570. OLE color: 3112570.
HSL color Cylindrical-coordinate representation of color #7A7E2F: hue angle of 63.04º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7A7E2F is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 126 | 47 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.51 |
| HSL | 63.04º | 0.46% | 0.34% | - |
| HSV(B) | 63.04º | 0.63% | 0.49% | - |
| XYZ | 16 | 19.26 | 5.56 | - |
| YUV | 115.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 47 | 0.03 | 0 | 0.63 | 0.51 | 63.04 | 0.46 | 0.34 |
| Hex | 7A | 7E | 2F | 3 | 0 | 3F | 33 | 3F | 2E | 22 |
| Octal | 172 | 176 | 57 | 3 | 0 | 77 | 63 | 77 | 56 | 42 |
| Binary | 1111010 | 1111110 | 101111 | 11 | 0 | 111111 | 110011 | 111111 | 101110 | 100010 |
Color Harmonies of #7A7E2F
Complementary color
Monochromatic Colors of #7A7E2F
Black with #7A7E2F
Text Example
Text Example
White with #7A7E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7E2F; }
p { color: rgb(122,126,47); }
H1.HeaderClassName
{
color: #7A7E2F;
}
.AnyTagClassName
{
color: #7A7E2F;
}
</style>
background-color css
<style>
a { background-color: #7A7E2F; }
a { background-color: rgb(122,126,47); }
div.DivClassName
{
background-color: #7A7E2F;
}
.BgClassName
{
background-color: #7A7E2F;
}
</style>
border-color css
<style>
span { border-color: #7A7E2F; }
span { border-color: rgb(122,126,47); }
td.TdClassName
{
border-color: #7A7E2F;
}
.TagClassName
{
border-color: #7A7E2F;
}
</style>