Shades of Trendy Green #7A9017
Tints of Trendy Green #7A9017
RGB
CMYK
RGB Variations
Color information
#7A9017 (or 0x7A9017) is known color: Trendy Green. HEX triplet: 7A, 90 and 17. RGB value is (122,144,23). Sum of RGB (Red+Green+Blue) = 122+144+23=289 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.21% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 23 (9.38% from 255 or 7.96% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #7A9017 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A9017 is #856FE8. Grayscale: #7C7C7C. Windows color (decimal): -8744937 or 1544314. OLE color: 1544314.
HSL color Cylindrical-coordinate representation of color #7A9017: hue angle of 70.91º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A9017 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 122 | 144 | 23 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.44 |
| HSL | 70.91º | 0.72% | 0.33% | - |
| HSV(B) | 70.91º | 0.84% | 0.56% | - |
| XYZ | 18.15 | 24.15 | 4.51 | - |
| YUV | 123.63 | 71.21 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 144 | 23 | 0.15 | 0 | 0.84 | 0.44 | 70.91 | 0.72 | 0.33 |
| Hex | 7A | 90 | 17 | F | 0 | 54 | 2C | 47 | 48 | 21 |
| Octal | 172 | 220 | 27 | 17 | 0 | 124 | 54 | 107 | 110 | 41 |
| Binary | 1111010 | 10010000 | 10111 | 1111 | 0 | 1010100 | 101100 | 1000111 | 1001000 | 100001 |
Color Harmonies of #7A9017
Complementary color
Monochromatic Colors of #7A9017
Black with #7A9017
Text Example
Text Example
White with #7A9017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9017; }
p { color: rgb(122,144,23); }
H1.HeaderClassName
{
color: #7A9017;
}
.AnyTagClassName
{
color: #7A9017;
}
</style>
background-color css
<style>
a { background-color: #7A9017; }
a { background-color: rgb(122,144,23); }
div.DivClassName
{
background-color: #7A9017;
}
.BgClassName
{
background-color: #7A9017;
}
</style>
border-color css
<style>
span { border-color: #7A9017; }
span { border-color: rgb(122,144,23); }
td.TdClassName
{
border-color: #7A9017;
}
.TagClassName
{
border-color: #7A9017;
}
</style>