Shades of Trendy Green #7A8D19
Tints of Trendy Green #7A8D19
RGB
CMYK
RGB Variations
Color information
#7A8D19 (or 0x7A8D19) is known color: Trendy Green. HEX triplet: 7A, 8D and 19. RGB value is (122,141,25). Sum of RGB (Red+Green+Blue) = 122+141+25=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 141 (55.47% from 255 or 48.96% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 141 - color contains mainly: green. Hex color #7A8D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7A8D19 is #8572E6. Grayscale: #7A7A7A. Windows color (decimal): -8745703 or 1674618. OLE color: 1674618.
HSL color Cylindrical-coordinate representation of color #7A8D19: hue angle of 69.83º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A8D19 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 122 | 141 | 25 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.45 |
| HSL | 69.83º | 0.7% | 0.33% | - |
| HSV(B) | 69.83º | 0.82% | 0.55% | - |
| XYZ | 17.73 | 23.26 | 4.47 | - |
| YUV | 122.1 | 73.21 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 141 | 25 | 0.13 | 0 | 0.82 | 0.45 | 69.83 | 0.7 | 0.33 |
| Hex | 7A | 8D | 19 | D | 0 | 52 | 2D | 46 | 46 | 21 |
| Octal | 172 | 215 | 31 | 15 | 0 | 122 | 55 | 106 | 106 | 41 |
| Binary | 1111010 | 10001101 | 11001 | 1101 | 0 | 1010010 | 101101 | 1000110 | 1000110 | 100001 |
Color Harmonies of #7A8D19
Complementary color
Monochromatic Colors of #7A8D19
Black with #7A8D19
Text Example
Text Example
White with #7A8D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8D19; }
p { color: rgb(122,141,25); }
H1.HeaderClassName
{
color: #7A8D19;
}
.AnyTagClassName
{
color: #7A8D19;
}
</style>
background-color css
<style>
a { background-color: #7A8D19; }
a { background-color: rgb(122,141,25); }
div.DivClassName
{
background-color: #7A8D19;
}
.BgClassName
{
background-color: #7A8D19;
}
</style>
border-color css
<style>
span { border-color: #7A8D19; }
span { border-color: rgb(122,141,25); }
td.TdClassName
{
border-color: #7A8D19;
}
.TagClassName
{
border-color: #7A8D19;
}
</style>