Shades of Trendy Green #7C901F
Tints of Trendy Green #7C901F
RGB
CMYK
RGB Variations
Color information
#7C901F (or 0x7C901F) is known color: Trendy Green. HEX triplet: 7C, 90 and 1F. RGB value is (124,144,31). Sum of RGB (Red+Green+Blue) = 124+144+31=299 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.47% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #7C901F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C901F is #836FE0. Grayscale: #7D7D7D. Windows color (decimal): -8613857 or 2068604. OLE color: 2068604.
HSL color Cylindrical-coordinate representation of color #7C901F: hue angle of 70.62º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C901F is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 144 | 31 | - |
| CMYK | 0.14 | 0 | 0.78 | 0.44 |
| HSL | 70.62º | 0.65% | 0.34% | - |
| HSV(B) | 70.62º | 0.78% | 0.56% | - |
| XYZ | 18.53 | 24.33 | 5.02 | - |
| YUV | 125.14 | 74.87 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 31 | 0.14 | 0 | 0.78 | 0.44 | 70.62 | 0.65 | 0.34 |
| Hex | 7C | 90 | 1F | E | 0 | 4E | 2C | 47 | 41 | 22 |
| Octal | 174 | 220 | 37 | 16 | 0 | 116 | 54 | 107 | 101 | 42 |
| Binary | 1111100 | 10010000 | 11111 | 1110 | 0 | 1001110 | 101100 | 1000111 | 1000001 | 100010 |
Color Harmonies of #7C901F
Complementary color
Monochromatic Colors of #7C901F
Black with #7C901F
Text Example
Text Example
White with #7C901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C901F; }
p { color: rgb(124,144,31); }
H1.HeaderClassName
{
color: #7C901F;
}
.AnyTagClassName
{
color: #7C901F;
}
</style>
background-color css
<style>
a { background-color: #7C901F; }
a { background-color: rgb(124,144,31); }
div.DivClassName
{
background-color: #7C901F;
}
.BgClassName
{
background-color: #7C901F;
}
</style>
border-color css
<style>
span { border-color: #7C901F; }
span { border-color: rgb(124,144,31); }
td.TdClassName
{
border-color: #7C901F;
}
.TagClassName
{
border-color: #7C901F;
}
</style>