Shades of Trendy Green #7D901E
Tints of Trendy Green #7D901E
RGB
CMYK
RGB Variations
Color information
#7D901E (or 0x7D901E) is known color: Trendy Green. HEX triplet: 7D, 90 and 1E. RGB value is (125,144,30). Sum of RGB (Red+Green+Blue) = 125+144+30=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #7D901E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D901E is #826FE1. Grayscale: #7D7D7D. Windows color (decimal): -8548322 or 2003069. OLE color: 2003069.
HSL color Cylindrical-coordinate representation of color #7D901E: hue angle of 70º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7D901E is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 125 | 144 | 30 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.44 |
| HSL | 70º | 0.66% | 0.34% | - |
| HSV(B) | 70º | 0.79% | 0.56% | - |
| XYZ | 18.67 | 24.4 | 4.95 | - |
| YUV | 125.32 | 74.21 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 144 | 30 | 0.13 | 0 | 0.79 | 0.44 | 70 | 0.66 | 0.34 |
| Hex | 7D | 90 | 1E | D | 0 | 4F | 2C | 46 | 42 | 22 |
| Octal | 175 | 220 | 36 | 15 | 0 | 117 | 54 | 106 | 102 | 42 |
| Binary | 1111101 | 10010000 | 11110 | 1101 | 0 | 1001111 | 101100 | 1000110 | 1000010 | 100010 |
Color Harmonies of #7D901E
Complementary color
Monochromatic Colors of #7D901E
Black with #7D901E
Text Example
Text Example
White with #7D901E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D901E; }
p { color: rgb(125,144,30); }
H1.HeaderClassName
{
color: #7D901E;
}
.AnyTagClassName
{
color: #7D901E;
}
</style>
background-color css
<style>
a { background-color: #7D901E; }
a { background-color: rgb(125,144,30); }
div.DivClassName
{
background-color: #7D901E;
}
.BgClassName
{
background-color: #7D901E;
}
</style>
border-color css
<style>
span { border-color: #7D901E; }
span { border-color: rgb(125,144,30); }
td.TdClassName
{
border-color: #7D901E;
}
.TagClassName
{
border-color: #7D901E;
}
</style>