Shades of Trendy Green #7A8134
Tints of Trendy Green #7A8134
RGB
CMYK
RGB Variations
Color information
#7A8134 (or 0x7A8134) is known color: Trendy Green. HEX triplet: 7A, 81 and 34. RGB value is (122,129,52). Sum of RGB (Red+Green+Blue) = 122+129+52=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 129 - color contains mainly: green. Hex color #7A8134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8134 is #857ECB. Grayscale: #767676. Windows color (decimal): -8748748 or 3441018. OLE color: 3441018.
HSL color Cylindrical-coordinate representation of color #7A8134: hue angle of 65.45º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7A8134 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 129 | 52 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.49 |
| HSL | 65.45º | 0.43% | 0.35% | - |
| HSV(B) | 65.45º | 0.6% | 0.51% | - |
| XYZ | 16.5 | 20.09 | 6.26 | - |
| YUV | 118.13 | 90.68 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 52 | 0.05 | 0 | 0.60 | 0.49 | 65.45 | 0.43 | 0.35 |
| Hex | 7A | 81 | 34 | 5 | 0 | 3C | 31 | 41 | 2B | 23 |
| Octal | 172 | 201 | 64 | 5 | 0 | 74 | 61 | 101 | 53 | 43 |
| Binary | 1111010 | 10000001 | 110100 | 101 | 0 | 111100 | 110001 | 1000001 | 101011 | 100011 |
Color Harmonies of #7A8134
Complementary color
Monochromatic Colors of #7A8134
Black with #7A8134
Text Example
Text Example
White with #7A8134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8134; }
p { color: rgb(122,129,52); }
H1.HeaderClassName
{
color: #7A8134;
}
.AnyTagClassName
{
color: #7A8134;
}
</style>
background-color css
<style>
a { background-color: #7A8134; }
a { background-color: rgb(122,129,52); }
div.DivClassName
{
background-color: #7A8134;
}
.BgClassName
{
background-color: #7A8134;
}
</style>
border-color css
<style>
span { border-color: #7A8134; }
span { border-color: rgb(122,129,52); }
td.TdClassName
{
border-color: #7A8134;
}
.TagClassName
{
border-color: #7A8134;
}
</style>