Shades of Trendy Green #7F882F
Tints of Trendy Green #7F882F
RGB
CMYK
RGB Variations
Color information
#7F882F (or 0x7F882F) is known color: Trendy Green. HEX triplet: 7F, 88 and 2F. RGB value is (127,136,47). Sum of RGB (Red+Green+Blue) = 127+136+47=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #7F882F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F882F is #8077D0. Grayscale: #7B7B7B. Windows color (decimal): -8419281 or 3115135. OLE color: 3115135.
HSL color Cylindrical-coordinate representation of color #7F882F: hue angle of 66.07º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F882F is Cyan = 0.07, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 136 | 47 | - |
| CMYK | 0.07 | 0 | 0.65 | 0.47 |
| HSL | 66.07º | 0.49% | 0.36% | - |
| HSV(B) | 66.07º | 0.65% | 0.53% | - |
| XYZ | 18.07 | 22.33 | 6.05 | - |
| YUV | 123.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 136 | 47 | 0.07 | 0 | 0.65 | 0.47 | 66.07 | 0.49 | 0.36 |
| Hex | 7F | 88 | 2F | 7 | 0 | 41 | 2F | 42 | 31 | 24 |
| Octal | 177 | 210 | 57 | 7 | 0 | 101 | 57 | 102 | 61 | 44 |
| Binary | 1111111 | 10001000 | 101111 | 111 | 0 | 1000001 | 101111 | 1000010 | 110001 | 100100 |
Color Harmonies of #7F882F
Complementary color
Monochromatic Colors of #7F882F
Black with #7F882F
Text Example
Text Example
White with #7F882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F882F; }
p { color: rgb(127,136,47); }
H1.HeaderClassName
{
color: #7F882F;
}
.AnyTagClassName
{
color: #7F882F;
}
</style>
background-color css
<style>
a { background-color: #7F882F; }
a { background-color: rgb(127,136,47); }
div.DivClassName
{
background-color: #7F882F;
}
.BgClassName
{
background-color: #7F882F;
}
</style>
border-color css
<style>
span { border-color: #7F882F; }
span { border-color: rgb(127,136,47); }
td.TdClassName
{
border-color: #7F882F;
}
.TagClassName
{
border-color: #7F882F;
}
</style>