Shades of Trendy Green #7A8133
Tints of Trendy Green #7A8133
RGB
CMYK
RGB Variations
Color information
#7A8133 (or 0x7A8133) is known color: Trendy Green. HEX triplet: 7A, 81 and 33. RGB value is (122,129,51). Sum of RGB (Red+Green+Blue) = 122+129+51=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 129 - color contains mainly: green. Hex color #7A8133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8133 is #857ECC. Grayscale: #767676. Windows color (decimal): -8748749 or 3375482. OLE color: 3375482.
HSL color Cylindrical-coordinate representation of color #7A8133: hue angle of 65.38º 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 #7A8133 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 129 | 51 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.49 |
| HSL | 65.38º | 0.43% | 0.35% | - |
| HSV(B) | 65.38º | 0.6% | 0.51% | - |
| XYZ | 16.47 | 20.08 | 6.14 | - |
| YUV | 118.02 | 90.18 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 51 | 0.05 | 0 | 0.60 | 0.49 | 65.38 | 0.43 | 0.35 |
| Hex | 7A | 81 | 33 | 5 | 0 | 3C | 31 | 41 | 2B | 23 |
| Octal | 172 | 201 | 63 | 5 | 0 | 74 | 61 | 101 | 53 | 43 |
| Binary | 1111010 | 10000001 | 110011 | 101 | 0 | 111100 | 110001 | 1000001 | 101011 | 100011 |
Color Harmonies of #7A8133
Complementary color
Monochromatic Colors of #7A8133
Black with #7A8133
Text Example
Text Example
White with #7A8133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8133; }
p { color: rgb(122,129,51); }
H1.HeaderClassName
{
color: #7A8133;
}
.AnyTagClassName
{
color: #7A8133;
}
</style>
background-color css
<style>
a { background-color: #7A8133; }
a { background-color: rgb(122,129,51); }
div.DivClassName
{
background-color: #7A8133;
}
.BgClassName
{
background-color: #7A8133;
}
</style>
border-color css
<style>
span { border-color: #7A8133; }
span { border-color: rgb(122,129,51); }
td.TdClassName
{
border-color: #7A8133;
}
.TagClassName
{
border-color: #7A8133;
}
</style>