Shades of Trendy Green #7A8116
Tints of Trendy Green #7A8116
RGB
CMYK
RGB Variations
Color information
#7A8116 (or 0x7A8116) is known color: Trendy Green. HEX triplet: 7A, 81 and 16. RGB value is (122,129,22). Sum of RGB (Red+Green+Blue) = 122+129+22=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #7A8116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8116 is #857EE9. Grayscale: #737373. Windows color (decimal): -8748778 or 1474938. OLE color: 1474938.
HSL color Cylindrical-coordinate representation of color #7A8116: hue angle of 63.93º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A8116 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 129 | 22 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.49 |
| HSL | 63.93º | 0.71% | 0.3% | - |
| HSV(B) | 63.93º | 0.83% | 0.51% | - |
| XYZ | 16.02 | 19.9 | 3.75 | - |
| YUV | 114.71 | 75.68 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 129 | 22 | 0.05 | 0 | 0.83 | 0.49 | 63.93 | 0.71 | 0.3 |
| Hex | 7A | 81 | 16 | 5 | 0 | 53 | 31 | 40 | 47 | 1E |
| Octal | 172 | 201 | 26 | 5 | 0 | 123 | 61 | 100 | 107 | 36 |
| Binary | 1111010 | 10000001 | 10110 | 101 | 0 | 1010011 | 110001 | 1000000 | 1000111 | 11110 |
Color Harmonies of #7A8116
Complementary color
Monochromatic Colors of #7A8116
Black with #7A8116
Text Example
Text Example
White with #7A8116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8116; }
p { color: rgb(122,129,22); }
H1.HeaderClassName
{
color: #7A8116;
}
.AnyTagClassName
{
color: #7A8116;
}
</style>
background-color css
<style>
a { background-color: #7A8116; }
a { background-color: rgb(122,129,22); }
div.DivClassName
{
background-color: #7A8116;
}
.BgClassName
{
background-color: #7A8116;
}
</style>
border-color css
<style>
span { border-color: #7A8116; }
span { border-color: rgb(122,129,22); }
td.TdClassName
{
border-color: #7A8116;
}
.TagClassName
{
border-color: #7A8116;
}
</style>