Shades of Trendy Green #7A8014
Tints of Trendy Green #7A8014
RGB
CMYK
RGB Variations
Color information
#7A8014 (or 0x7A8014) is known color: Trendy Green. HEX triplet: 7A, 80 and 14. RGB value is (122,128,20). Sum of RGB (Red+Green+Blue) = 122+128+20=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #7A8014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8014 is #857FEB. Grayscale: #727272. Windows color (decimal): -8749036 or 1343610. OLE color: 1343610.
HSL color Cylindrical-coordinate representation of color #7A8014: hue angle of 63.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A8014 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 122 | 128 | 20 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.50 |
| HSL | 63.33º | 0.73% | 0.29% | - |
| HSV(B) | 63.33º | 0.84% | 0.5% | - |
| XYZ | 15.87 | 19.63 | 3.61 | - |
| YUV | 113.89 | 75.01 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 128 | 20 | 0.05 | 0 | 0.84 | 0.50 | 63.33 | 0.73 | 0.29 |
| Hex | 7A | 80 | 14 | 5 | 0 | 54 | 32 | 3F | 49 | 1D |
| Octal | 172 | 200 | 24 | 5 | 0 | 124 | 62 | 77 | 111 | 35 |
| Binary | 1111010 | 10000000 | 10100 | 101 | 0 | 1010100 | 110010 | 111111 | 1001001 | 11101 |
Color Harmonies of #7A8014
Complementary color
Monochromatic Colors of #7A8014
Black with #7A8014
Text Example
Text Example
White with #7A8014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8014; }
p { color: rgb(122,128,20); }
H1.HeaderClassName
{
color: #7A8014;
}
.AnyTagClassName
{
color: #7A8014;
}
</style>
background-color css
<style>
a { background-color: #7A8014; }
a { background-color: rgb(122,128,20); }
div.DivClassName
{
background-color: #7A8014;
}
.BgClassName
{
background-color: #7A8014;
}
</style>
border-color css
<style>
span { border-color: #7A8014; }
span { border-color: rgb(122,128,20); }
td.TdClassName
{
border-color: #7A8014;
}
.TagClassName
{
border-color: #7A8014;
}
</style>