Shades of Trendy Green #7F842F
Tints of Trendy Green #7F842F
RGB
CMYK
RGB Variations
Color information
#7F842F (or 0x7F842F) is known color: Trendy Green. HEX triplet: 7F, 84 and 2F. RGB value is (127,132,47). Sum of RGB (Red+Green+Blue) = 127+132+47=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #7F842F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F842F is #807BD0. Grayscale: #797979. Windows color (decimal): -8420305 or 3114111. OLE color: 3114111.
HSL color Cylindrical-coordinate representation of color #7F842F: hue angle of 63.53º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F842F is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 132 | 47 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.48 |
| HSL | 63.53º | 0.47% | 0.35% | - |
| HSV(B) | 63.53º | 0.64% | 0.52% | - |
| XYZ | 17.52 | 21.22 | 5.86 | - |
| YUV | 120.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 132 | 47 | 0.04 | 0 | 0.64 | 0.48 | 63.53 | 0.47 | 0.35 |
| Hex | 7F | 84 | 2F | 4 | 0 | 40 | 30 | 40 | 2F | 23 |
| Octal | 177 | 204 | 57 | 4 | 0 | 100 | 60 | 100 | 57 | 43 |
| Binary | 1111111 | 10000100 | 101111 | 100 | 0 | 1000000 | 110000 | 1000000 | 101111 | 100011 |
Color Harmonies of #7F842F
Complementary color
Monochromatic Colors of #7F842F
Black with #7F842F
Text Example
Text Example
White with #7F842F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F842F; }
p { color: rgb(127,132,47); }
H1.HeaderClassName
{
color: #7F842F;
}
.AnyTagClassName
{
color: #7F842F;
}
</style>
background-color css
<style>
a { background-color: #7F842F; }
a { background-color: rgb(127,132,47); }
div.DivClassName
{
background-color: #7F842F;
}
.BgClassName
{
background-color: #7F842F;
}
</style>
border-color css
<style>
span { border-color: #7F842F; }
span { border-color: rgb(127,132,47); }
td.TdClassName
{
border-color: #7F842F;
}
.TagClassName
{
border-color: #7F842F;
}
</style>