Shades of Trendy Green #7D9116
Tints of Trendy Green #7D9116
RGB
CMYK
RGB Variations
Color information
#7D9116 (or 0x7D9116) is known color: Trendy Green. HEX triplet: 7D, 91 and 16. RGB value is (125,145,22). Sum of RGB (Red+Green+Blue) = 125+145+22=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 145 (57.03% from 255 or 49.66% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9116 is #826EE9. Grayscale: #7D7D7D. Windows color (decimal): -8548074 or 1479037. OLE color: 1479037.
HSL color Cylindrical-coordinate representation of color #7D9116: hue angle of 69.76º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D9116 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 145 | 22 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.43 |
| HSL | 69.76º | 0.74% | 0.33% | - |
| HSV(B) | 69.76º | 0.85% | 0.57% | - |
| XYZ | 18.73 | 24.67 | 4.53 | - |
| YUV | 125 | 69.87 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 22 | 0.14 | 0 | 0.85 | 0.43 | 69.76 | 0.74 | 0.33 |
| Hex | 7D | 91 | 16 | E | 0 | 55 | 2B | 46 | 4A | 21 |
| Octal | 175 | 221 | 26 | 16 | 0 | 125 | 53 | 106 | 112 | 41 |
| Binary | 1111101 | 10010001 | 10110 | 1110 | 0 | 1010101 | 101011 | 1000110 | 1001010 | 100001 |
Color Harmonies of #7D9116
Complementary color
Monochromatic Colors of #7D9116
Black with #7D9116
Text Example
Text Example
White with #7D9116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9116; }
p { color: rgb(125,145,22); }
H1.HeaderClassName
{
color: #7D9116;
}
.AnyTagClassName
{
color: #7D9116;
}
</style>
background-color css
<style>
a { background-color: #7D9116; }
a { background-color: rgb(125,145,22); }
div.DivClassName
{
background-color: #7D9116;
}
.BgClassName
{
background-color: #7D9116;
}
</style>
border-color css
<style>
span { border-color: #7D9116; }
span { border-color: rgb(125,145,22); }
td.TdClassName
{
border-color: #7D9116;
}
.TagClassName
{
border-color: #7D9116;
}
</style>