Shades of Trendy Green #7F8516
Tints of Trendy Green #7F8516
RGB
CMYK
RGB Variations
Color information
#7F8516 (or 0x7F8516) is known color: Trendy Green. HEX triplet: 7F, 85 and 16. RGB value is (127,133,22). Sum of RGB (Red+Green+Blue) = 127+133+22=282 (37% of max value = 765). Red value is 127 (50% from 255 or 45.04% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8516 is #807AE9. Grayscale: #767676. Windows color (decimal): -8420074 or 1475967. OLE color: 1475967.
HSL color Cylindrical-coordinate representation of color #7F8516: hue angle of 63.24º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F8516 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 133 | 22 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.48 |
| HSL | 63.24º | 0.72% | 0.3% | - |
| HSV(B) | 63.24º | 0.83% | 0.52% | - |
| XYZ | 17.28 | 21.35 | 3.97 | - |
| YUV | 118.55 | 73.51 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 22 | 0.05 | 0 | 0.83 | 0.48 | 63.24 | 0.72 | 0.3 |
| Hex | 7F | 85 | 16 | 5 | 0 | 53 | 30 | 3F | 48 | 1E |
| Octal | 177 | 205 | 26 | 5 | 0 | 123 | 60 | 77 | 110 | 36 |
| Binary | 1111111 | 10000101 | 10110 | 101 | 0 | 1010011 | 110000 | 111111 | 1001000 | 11110 |
Color Harmonies of #7F8516
Complementary color
Monochromatic Colors of #7F8516
Black with #7F8516
Text Example
Text Example
White with #7F8516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8516; }
p { color: rgb(127,133,22); }
H1.HeaderClassName
{
color: #7F8516;
}
.AnyTagClassName
{
color: #7F8516;
}
</style>
background-color css
<style>
a { background-color: #7F8516; }
a { background-color: rgb(127,133,22); }
div.DivClassName
{
background-color: #7F8516;
}
.BgClassName
{
background-color: #7F8516;
}
</style>
border-color css
<style>
span { border-color: #7F8516; }
span { border-color: rgb(127,133,22); }
td.TdClassName
{
border-color: #7F8516;
}
.TagClassName
{
border-color: #7F8516;
}
</style>