Shades of Trendy Green #7F901F
Tints of Trendy Green #7F901F
RGB
CMYK
RGB Variations
Color information
#7F901F (or 0x7F901F) is known color: Trendy Green. HEX triplet: 7F, 90 and 1F. RGB value is (127,144,31). Sum of RGB (Red+Green+Blue) = 127+144+31=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 144 (56.64% from 255 or 47.68% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 144 - color contains mainly: green. Hex color #7F901F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F901F is #806FE0. Grayscale: #7E7E7E. Windows color (decimal): -8417249 or 2068607. OLE color: 2068607.
HSL color Cylindrical-coordinate representation of color #7F901F: hue angle of 69.03º 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 #7F901F is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 144 | 31 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.44 |
| HSL | 69.03º | 0.65% | 0.34% | - |
| HSV(B) | 69.03º | 0.78% | 0.56% | - |
| XYZ | 18.97 | 24.56 | 5.04 | - |
| YUV | 126.04 | 74.37 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 31 | 0.12 | 0 | 0.78 | 0.44 | 69.03 | 0.65 | 0.34 |
| Hex | 7F | 90 | 1F | C | 0 | 4E | 2C | 45 | 41 | 22 |
| Octal | 177 | 220 | 37 | 14 | 0 | 116 | 54 | 105 | 101 | 42 |
| Binary | 1111111 | 10010000 | 11111 | 1100 | 0 | 1001110 | 101100 | 1000101 | 1000001 | 100010 |
Color Harmonies of #7F901F
Complementary color
Monochromatic Colors of #7F901F
Black with #7F901F
Text Example
Text Example
White with #7F901F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F901F; }
p { color: rgb(127,144,31); }
H1.HeaderClassName
{
color: #7F901F;
}
.AnyTagClassName
{
color: #7F901F;
}
</style>
background-color css
<style>
a { background-color: #7F901F; }
a { background-color: rgb(127,144,31); }
div.DivClassName
{
background-color: #7F901F;
}
.BgClassName
{
background-color: #7F901F;
}
</style>
border-color css
<style>
span { border-color: #7F901F; }
span { border-color: rgb(127,144,31); }
td.TdClassName
{
border-color: #7F901F;
}
.TagClassName
{
border-color: #7F901F;
}
</style>