Shades of Trendy Green #7F9226
Tints of Trendy Green #7F9226
RGB
CMYK
RGB Variations
Color information
#7F9226 (or 0x7F9226) is known color: Trendy Green. HEX triplet: 7F, 92 and 26. RGB value is (127,146,38). Sum of RGB (Red+Green+Blue) = 127+146+38=311 (41% of max value = 765). Red value is 127 (50% from 255 or 40.84% from 311); Green value is 146 (57.42% from 255 or 46.95% from 311); Blue value is 38 (15.23% from 255 or 12.22% from 311); Max value from RGB is 146 - color contains mainly: green. Hex color #7F9226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F9226 is #806DD9. Grayscale: #808080. Windows color (decimal): -8416730 or 2527871. OLE color: 2527871.
HSL color Cylindrical-coordinate representation of color #7F9226: hue angle of 70.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7F9226 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 38 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.43 |
| HSL | 70.56º | 0.59% | 0.36% | - |
| HSV(B) | 70.56º | 0.74% | 0.57% | - |
| XYZ | 19.38 | 25.21 | 5.68 | - |
| YUV | 128.01 | 77.21 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 38 | 0.13 | 0 | 0.74 | 0.43 | 70.56 | 0.59 | 0.36 |
| Hex | 7F | 92 | 26 | D | 0 | 4A | 2B | 47 | 3B | 24 |
| Octal | 177 | 222 | 46 | 15 | 0 | 112 | 53 | 107 | 73 | 44 |
| Binary | 1111111 | 10010010 | 100110 | 1101 | 0 | 1001010 | 101011 | 1000111 | 111011 | 100100 |
Color Harmonies of #7F9226
Complementary color
Monochromatic Colors of #7F9226
Black with #7F9226
Text Example
Text Example
White with #7F9226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9226; }
p { color: rgb(127,146,38); }
H1.HeaderClassName
{
color: #7F9226;
}
.AnyTagClassName
{
color: #7F9226;
}
</style>
background-color css
<style>
a { background-color: #7F9226; }
a { background-color: rgb(127,146,38); }
div.DivClassName
{
background-color: #7F9226;
}
.BgClassName
{
background-color: #7F9226;
}
</style>
border-color css
<style>
span { border-color: #7F9226; }
span { border-color: rgb(127,146,38); }
td.TdClassName
{
border-color: #7F9226;
}
.TagClassName
{
border-color: #7F9226;
}
</style>