Shades of Trendy Green #7F9021
Tints of Trendy Green #7F9021
RGB
CMYK
RGB Variations
Color information
#7F9021 (or 0x7F9021) is known color: Trendy Green. HEX triplet: 7F, 90 and 21. RGB value is (127,144,33). Sum of RGB (Red+Green+Blue) = 127+144+33=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 144 (56.64% from 255 or 47.37% from 304); Blue value is 33 (13.28% from 255 or 10.86% from 304); Max value from RGB is 144 - color contains mainly: green. Hex color #7F9021 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9021 is #806FDE. Grayscale: #7E7E7E. Windows color (decimal): -8417247 or 2199679. OLE color: 2199679.
HSL color Cylindrical-coordinate representation of color #7F9021: hue angle of 69.19º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F9021 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 127 | 144 | 33 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.44 |
| HSL | 69.19º | 0.63% | 0.35% | - |
| HSV(B) | 69.19º | 0.77% | 0.56% | - |
| XYZ | 19 | 24.57 | 5.18 | - |
| YUV | 126.26 | 75.37 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 144 | 33 | 0.12 | 0 | 0.77 | 0.44 | 69.19 | 0.63 | 0.35 |
| Hex | 7F | 90 | 21 | C | 0 | 4D | 2C | 45 | 3F | 23 |
| Octal | 177 | 220 | 41 | 14 | 0 | 115 | 54 | 105 | 77 | 43 |
| Binary | 1111111 | 10010000 | 100001 | 1100 | 0 | 1001101 | 101100 | 1000101 | 111111 | 100011 |
Color Harmonies of #7F9021
Complementary color
Monochromatic Colors of #7F9021
Black with #7F9021
Text Example
Text Example
White with #7F9021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9021; }
p { color: rgb(127,144,33); }
H1.HeaderClassName
{
color: #7F9021;
}
.AnyTagClassName
{
color: #7F9021;
}
</style>
background-color css
<style>
a { background-color: #7F9021; }
a { background-color: rgb(127,144,33); }
div.DivClassName
{
background-color: #7F9021;
}
.BgClassName
{
background-color: #7F9021;
}
</style>
border-color css
<style>
span { border-color: #7F9021; }
span { border-color: rgb(127,144,33); }
td.TdClassName
{
border-color: #7F9021;
}
.TagClassName
{
border-color: #7F9021;
}
</style>