Shades of Trendy Green #7A8925
Tints of Trendy Green #7A8925
RGB
CMYK
RGB Variations
Color information
#7A8925 (or 0x7A8925) is known color: Trendy Green. HEX triplet: 7A, 89 and 25. RGB value is (122,137,37). Sum of RGB (Red+Green+Blue) = 122+137+37=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #7A8925 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7A8925 is #8576DA. Grayscale: #797979. Windows color (decimal): -8746715 or 2460026. OLE color: 2460026.
HSL color Cylindrical-coordinate representation of color #7A8925: hue angle of 69º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A8925 is Cyan = 0.11, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 122 | 137 | 37 | - |
| CMYK | 0.11 | 0 | 0.73 | 0.46 |
| HSL | 69º | 0.57% | 0.34% | - |
| HSV(B) | 69º | 0.73% | 0.54% | - |
| XYZ | 17.31 | 22.16 | 5.12 | - |
| YUV | 121.12 | 80.53 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 137 | 37 | 0.11 | 0 | 0.73 | 0.46 | 69 | 0.57 | 0.34 |
| Hex | 7A | 89 | 25 | B | 0 | 49 | 2E | 45 | 39 | 22 |
| Octal | 172 | 211 | 45 | 13 | 0 | 111 | 56 | 105 | 71 | 42 |
| Binary | 1111010 | 10001001 | 100101 | 1011 | 0 | 1001001 | 101110 | 1000101 | 111001 | 100010 |
Color Harmonies of #7A8925
Complementary color
Monochromatic Colors of #7A8925
Black with #7A8925
Text Example
Text Example
White with #7A8925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A8925; }
p { color: rgb(122,137,37); }
H1.HeaderClassName
{
color: #7A8925;
}
.AnyTagClassName
{
color: #7A8925;
}
</style>
background-color css
<style>
a { background-color: #7A8925; }
a { background-color: rgb(122,137,37); }
div.DivClassName
{
background-color: #7A8925;
}
.BgClassName
{
background-color: #7A8925;
}
</style>
border-color css
<style>
span { border-color: #7A8925; }
span { border-color: rgb(122,137,37); }
td.TdClassName
{
border-color: #7A8925;
}
.TagClassName
{
border-color: #7A8925;
}
</style>