Shades of Trendy Green #7A7E32
Tints of Trendy Green #7A7E32
RGB
CMYK
RGB Variations
Color information
#7A7E32 (or 0x7A7E32) is known color: Trendy Green. HEX triplet: 7A, 7E and 32. RGB value is (122,126,50). Sum of RGB (Red+Green+Blue) = 122+126+50=298 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.94% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #7A7E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A7E32 is #8581CD. Grayscale: #747474. Windows color (decimal): -8749518 or 3309178. OLE color: 3309178.
HSL color Cylindrical-coordinate representation of color #7A7E32: hue angle of 63.16º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A7E32 is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 126 | 50 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.51 |
| HSL | 63.16º | 0.43% | 0.35% | - |
| HSV(B) | 63.16º | 0.6% | 0.49% | - |
| XYZ | 16.06 | 19.29 | 5.89 | - |
| YUV | 116.14 | 90.67 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 126 | 50 | 0.03 | 0 | 0.60 | 0.51 | 63.16 | 0.43 | 0.35 |
| Hex | 7A | 7E | 32 | 3 | 0 | 3C | 33 | 3F | 2B | 23 |
| Octal | 172 | 176 | 62 | 3 | 0 | 74 | 63 | 77 | 53 | 43 |
| Binary | 1111010 | 1111110 | 110010 | 11 | 0 | 111100 | 110011 | 111111 | 101011 | 100011 |
Color Harmonies of #7A7E32
Complementary color
Monochromatic Colors of #7A7E32
Black with #7A7E32
Text Example
Text Example
White with #7A7E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A7E32; }
p { color: rgb(122,126,50); }
H1.HeaderClassName
{
color: #7A7E32;
}
.AnyTagClassName
{
color: #7A7E32;
}
</style>
background-color css
<style>
a { background-color: #7A7E32; }
a { background-color: rgb(122,126,50); }
div.DivClassName
{
background-color: #7A7E32;
}
.BgClassName
{
background-color: #7A7E32;
}
</style>
border-color css
<style>
span { border-color: #7A7E32; }
span { border-color: rgb(122,126,50); }
td.TdClassName
{
border-color: #7A7E32;
}
.TagClassName
{
border-color: #7A7E32;
}
</style>