Shades of Trendy Green #7A882C
Tints of Trendy Green #7A882C
RGB
CMYK
RGB Variations
Color information
#7A882C (or 0x7A882C) is known color: Trendy Green. HEX triplet: 7A, 88 and 2C. RGB value is (122,136,44). Sum of RGB (Red+Green+Blue) = 122+136+44=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #7A882C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A882C is #8577D3. Grayscale: #797979. Windows color (decimal): -8746964 or 2918522. OLE color: 2918522.
HSL color Cylindrical-coordinate representation of color #7A882C: hue angle of 69.13º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7A882C is Cyan = 0.10, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 44 | - |
| CMYK | 0.10 | 0 | 0.68 | 0.47 |
| HSL | 69.13º | 0.51% | 0.35% | - |
| HSV(B) | 69.13º | 0.68% | 0.53% | - |
| XYZ | 17.28 | 21.93 | 5.7 | - |
| YUV | 121.33 | 84.36 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 44 | 0.10 | 0 | 0.68 | 0.47 | 69.13 | 0.51 | 0.35 |
| Hex | 7A | 88 | 2C | A | 0 | 44 | 2F | 45 | 33 | 23 |
| Octal | 172 | 210 | 54 | 12 | 0 | 104 | 57 | 105 | 63 | 43 |
| Binary | 1111010 | 10001000 | 101100 | 1010 | 0 | 1000100 | 101111 | 1000101 | 110011 | 100011 |
Color Harmonies of #7A882C
Complementary color
Monochromatic Colors of #7A882C
Black with #7A882C
Text Example
Text Example
White with #7A882C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A882C; }
p { color: rgb(122,136,44); }
H1.HeaderClassName
{
color: #7A882C;
}
.AnyTagClassName
{
color: #7A882C;
}
</style>
background-color css
<style>
a { background-color: #7A882C; }
a { background-color: rgb(122,136,44); }
div.DivClassName
{
background-color: #7A882C;
}
.BgClassName
{
background-color: #7A882C;
}
</style>
border-color css
<style>
span { border-color: #7A882C; }
span { border-color: rgb(122,136,44); }
td.TdClassName
{
border-color: #7A882C;
}
.TagClassName
{
border-color: #7A882C;
}
</style>