Shades of Trendy Green #7F9120
Tints of Trendy Green #7F9120
RGB
CMYK
RGB Variations
Color information
#7F9120 (or 0x7F9120) is known color: Trendy Green. HEX triplet: 7F, 91 and 20. RGB value is (127,145,32). Sum of RGB (Red+Green+Blue) = 127+145+32=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 32 (12.89% from 255 or 10.53% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #7F9120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9120 is #806EDF. Grayscale: #7F7F7F. Windows color (decimal): -8416992 or 2134399. OLE color: 2134399.
HSL color Cylindrical-coordinate representation of color #7F9120: hue angle of 69.56º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F9120 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 145 | 32 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.43 |
| HSL | 69.56º | 0.64% | 0.35% | - |
| HSV(B) | 69.56º | 0.78% | 0.57% | - |
| XYZ | 19.14 | 24.87 | 5.16 | - |
| YUV | 126.74 | 74.54 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 145 | 32 | 0.12 | 0 | 0.78 | 0.43 | 69.56 | 0.64 | 0.35 |
| Hex | 7F | 91 | 20 | C | 0 | 4E | 2B | 46 | 40 | 23 |
| Octal | 177 | 221 | 40 | 14 | 0 | 116 | 53 | 106 | 100 | 43 |
| Binary | 1111111 | 10010001 | 100000 | 1100 | 0 | 1001110 | 101011 | 1000110 | 1000000 | 100011 |
Color Harmonies of #7F9120
Complementary color
Monochromatic Colors of #7F9120
Black with #7F9120
Text Example
Text Example
White with #7F9120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9120; }
p { color: rgb(127,145,32); }
H1.HeaderClassName
{
color: #7F9120;
}
.AnyTagClassName
{
color: #7F9120;
}
</style>
background-color css
<style>
a { background-color: #7F9120; }
a { background-color: rgb(127,145,32); }
div.DivClassName
{
background-color: #7F9120;
}
.BgClassName
{
background-color: #7F9120;
}
</style>
border-color css
<style>
span { border-color: #7F9120; }
span { border-color: rgb(127,145,32); }
td.TdClassName
{
border-color: #7F9120;
}
.TagClassName
{
border-color: #7F9120;
}
</style>