Shades of Trendy Green #7A872D
Tints of Trendy Green #7A872D
RGB
CMYK
RGB Variations
Color information
#7A872D (or 0x7A872D) is known color: Trendy Green. HEX triplet: 7A, 87 and 2D. RGB value is (122,135,45). Sum of RGB (Red+Green+Blue) = 122+135+45=302 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.40% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #7A872D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A872D is #8578D2. Grayscale: #797979. Windows color (decimal): -8747219 or 2983802. OLE color: 2983802.
HSL color Cylindrical-coordinate representation of color #7A872D: hue angle of 68.67º 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 #7A872D is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 122 | 135 | 45 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.47 |
| HSL | 68.67º | 0.5% | 0.35% | - |
| HSV(B) | 68.67º | 0.67% | 0.53% | - |
| XYZ | 17.16 | 21.65 | 5.76 | - |
| YUV | 120.85 | 85.19 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 135 | 45 | 0.10 | 0 | 0.67 | 0.47 | 68.67 | 0.5 | 0.35 |
| Hex | 7A | 87 | 2D | A | 0 | 43 | 2F | 45 | 32 | 23 |
| Octal | 172 | 207 | 55 | 12 | 0 | 103 | 57 | 105 | 62 | 43 |
| Binary | 1111010 | 10000111 | 101101 | 1010 | 0 | 1000011 | 101111 | 1000101 | 110010 | 100011 |
Color Harmonies of #7A872D
Complementary color
Monochromatic Colors of #7A872D
Black with #7A872D
Text Example
Text Example
White with #7A872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A872D; }
p { color: rgb(122,135,45); }
H1.HeaderClassName
{
color: #7A872D;
}
.AnyTagClassName
{
color: #7A872D;
}
</style>
background-color css
<style>
a { background-color: #7A872D; }
a { background-color: rgb(122,135,45); }
div.DivClassName
{
background-color: #7A872D;
}
.BgClassName
{
background-color: #7A872D;
}
</style>
border-color css
<style>
span { border-color: #7A872D; }
span { border-color: rgb(122,135,45); }
td.TdClassName
{
border-color: #7A872D;
}
.TagClassName
{
border-color: #7A872D;
}
</style>