Shades of Trendy Green #7F9015
Tints of Trendy Green #7F9015
RGB
CMYK
RGB Variations
Color information
#7F9015 (or 0x7F9015) is known color: Trendy Green. HEX triplet: 7F, 90 and 15. RGB value is (127,144,21). Sum of RGB (Red+Green+Blue) = 127+144+21=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 21 (8.59% from 255 or 7.19% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #7F9015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9015 is #806FEA. Grayscale: #7D7D7D. Windows color (decimal): -8417259 or 1413247. OLE color: 1413247.
HSL color Cylindrical-coordinate representation of color #7F9015: hue angle of 68.29º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F9015 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 144 | 21 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.44 |
| HSL | 68.29º | 0.75% | 0.32% | - |
| HSV(B) | 68.29º | 0.85% | 0.56% | - |
| XYZ | 18.86 | 24.51 | 4.45 | - |
| YUV | 124.9 | 69.37 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 21 | 0.12 | 0 | 0.85 | 0.44 | 68.29 | 0.75 | 0.32 |
| Hex | 7F | 90 | 15 | C | 0 | 55 | 2C | 44 | 4B | 20 |
| Octal | 177 | 220 | 25 | 14 | 0 | 125 | 54 | 104 | 113 | 40 |
| Binary | 1111111 | 10010000 | 10101 | 1100 | 0 | 1010101 | 101100 | 1000100 | 1001011 | 100000 |
Color Harmonies of #7F9015
Complementary color
Monochromatic Colors of #7F9015
Black with #7F9015
Text Example
Text Example
White with #7F9015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9015; }
p { color: rgb(127,144,21); }
H1.HeaderClassName
{
color: #7F9015;
}
.AnyTagClassName
{
color: #7F9015;
}
</style>
background-color css
<style>
a { background-color: #7F9015; }
a { background-color: rgb(127,144,21); }
div.DivClassName
{
background-color: #7F9015;
}
.BgClassName
{
background-color: #7F9015;
}
</style>
border-color css
<style>
span { border-color: #7F9015; }
span { border-color: rgb(127,144,21); }
td.TdClassName
{
border-color: #7F9015;
}
.TagClassName
{
border-color: #7F9015;
}
</style>