Shades of Trendy Green #7A8914
Tints of Trendy Green #7A8914
RGB
CMYK
RGB Variations
Color information
#7A8914 (or 0x7A8914) is known color: Trendy Green. HEX triplet: 7A, 89 and 14. RGB value is (122,137,20). Sum of RGB (Red+Green+Blue) = 122+137+20=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 137 (53.91% from 255 or 49.10% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8914 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8914 is #8576EB. Grayscale: #777777. Windows color (decimal): -8746732 or 1345914. OLE color: 1345914.
HSL color Cylindrical-coordinate representation of color #7A8914: hue angle of 67.69º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A8914 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 137 | 20 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.46 |
| HSL | 67.69º | 0.75% | 0.31% | - |
| HSV(B) | 67.69º | 0.85% | 0.54% | - |
| XYZ | 17.1 | 22.08 | 4.02 | - |
| YUV | 119.18 | 72.03 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 20 | 0.11 | 0 | 0.85 | 0.46 | 67.69 | 0.75 | 0.31 |
| Hex | 7A | 89 | 14 | B | 0 | 55 | 2E | 44 | 4B | 1F |
| Octal | 172 | 211 | 24 | 13 | 0 | 125 | 56 | 104 | 113 | 37 |
| Binary | 1111010 | 10001001 | 10100 | 1011 | 0 | 1010101 | 101110 | 1000100 | 1001011 | 11111 |
Color Harmonies of #7A8914
Complementary color
Monochromatic Colors of #7A8914
Black with #7A8914
Text Example
Text Example
White with #7A8914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8914; }
p { color: rgb(122,137,20); }
H1.HeaderClassName
{
color: #7A8914;
}
.AnyTagClassName
{
color: #7A8914;
}
</style>
background-color css
<style>
a { background-color: #7A8914; }
a { background-color: rgb(122,137,20); }
div.DivClassName
{
background-color: #7A8914;
}
.BgClassName
{
background-color: #7A8914;
}
</style>
border-color css
<style>
span { border-color: #7A8914; }
span { border-color: rgb(122,137,20); }
td.TdClassName
{
border-color: #7A8914;
}
.TagClassName
{
border-color: #7A8914;
}
</style>