Shades of Trendy Green #7A882D
Tints of Trendy Green #7A882D
RGB
CMYK
RGB Variations
Color information
#7A882D (or 0x7A882D) is known color: Trendy Green. HEX triplet: 7A, 88 and 2D. RGB value is (122,136,45). Sum of RGB (Red+Green+Blue) = 122+136+45=303 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.26% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 45 (17.97% from 255 or 14.85% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #7A882D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A882D is #8577D2. Grayscale: #797979. Windows color (decimal): -8746963 or 2984058. OLE color: 2984058.
HSL color Cylindrical-coordinate representation of color #7A882D: hue angle of 69.23º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7A882D is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 136 | 45 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.47 |
| HSL | 69.23º | 0.5% | 0.35% | - |
| HSV(B) | 69.23º | 0.67% | 0.53% | - |
| XYZ | 17.3 | 21.94 | 5.8 | - |
| YUV | 121.44 | 84.86 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 136 | 45 | 0.10 | 0 | 0.67 | 0.47 | 69.23 | 0.5 | 0.35 |
| Hex | 7A | 88 | 2D | A | 0 | 43 | 2F | 45 | 32 | 23 |
| Octal | 172 | 210 | 55 | 12 | 0 | 103 | 57 | 105 | 62 | 43 |
| Binary | 1111010 | 10001000 | 101101 | 1010 | 0 | 1000011 | 101111 | 1000101 | 110010 | 100011 |
Color Harmonies of #7A882D
Complementary color
Monochromatic Colors of #7A882D
Black with #7A882D
Text Example
Text Example
White with #7A882D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A882D; }
p { color: rgb(122,136,45); }
H1.HeaderClassName
{
color: #7A882D;
}
.AnyTagClassName
{
color: #7A882D;
}
</style>
background-color css
<style>
a { background-color: #7A882D; }
a { background-color: rgb(122,136,45); }
div.DivClassName
{
background-color: #7A882D;
}
.BgClassName
{
background-color: #7A882D;
}
</style>
border-color css
<style>
span { border-color: #7A882D; }
span { border-color: rgb(122,136,45); }
td.TdClassName
{
border-color: #7A882D;
}
.TagClassName
{
border-color: #7A882D;
}
</style>