Shades of Trendy Green #7D9110
Tints of Trendy Green #7D9110
RGB
CMYK
RGB Variations
Color information
#7D9110 (or 0x7D9110) is known color: Trendy Green. HEX triplet: 7D, 91 and 10. RGB value is (125,145,16). Sum of RGB (Red+Green+Blue) = 125+145+16=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #7D9110 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D9110 is #826EEF. Grayscale: #7C7C7C. Windows color (decimal): -8548080 or 1085821. OLE color: 1085821.
HSL color Cylindrical-coordinate representation of color #7D9110: hue angle of 69.3º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7D9110 is Cyan = 0.14, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 125 | 145 | 16 | - |
| CMYK | 0.14 | 0 | 0.89 | 0.43 |
| HSL | 69.3º | 0.8% | 0.32% | - |
| HSV(B) | 69.3º | 0.89% | 0.57% | - |
| XYZ | 18.68 | 24.65 | 4.26 | - |
| YUV | 124.31 | 66.87 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 145 | 16 | 0.14 | 0 | 0.89 | 0.43 | 69.3 | 0.8 | 0.32 |
| Hex | 7D | 91 | 10 | E | 0 | 59 | 2B | 45 | 50 | 20 |
| Octal | 175 | 221 | 20 | 16 | 0 | 131 | 53 | 105 | 120 | 40 |
| Binary | 1111101 | 10010001 | 10000 | 1110 | 0 | 1011001 | 101011 | 1000101 | 1010000 | 100000 |
Color Harmonies of #7D9110
Complementary color
Monochromatic Colors of #7D9110
Black with #7D9110
Text Example
Text Example
White with #7D9110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D9110; }
p { color: rgb(125,145,16); }
H1.HeaderClassName
{
color: #7D9110;
}
.AnyTagClassName
{
color: #7D9110;
}
</style>
background-color css
<style>
a { background-color: #7D9110; }
a { background-color: rgb(125,145,16); }
div.DivClassName
{
background-color: #7D9110;
}
.BgClassName
{
background-color: #7D9110;
}
</style>
border-color css
<style>
span { border-color: #7D9110; }
span { border-color: rgb(125,145,16); }
td.TdClassName
{
border-color: #7D9110;
}
.TagClassName
{
border-color: #7D9110;
}
</style>