Shades of Trendy Green #7F7915
Tints of Trendy Green #7F7915
RGB
CMYK
RGB Variations
Color information
#7F7915 (or 0x7F7915) is known color: Trendy Green. HEX triplet: 7F, 79 and 15. RGB value is (127,121,21). Sum of RGB (Red+Green+Blue) = 127+121+21=269 (35% of max value = 765). Red value is 127 (50% from 255 or 47.21% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7915 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7915 is #8086EA. Grayscale: #6F6F6F. Windows color (decimal): -8423147 or 1407359. OLE color: 1407359.
HSL color Cylindrical-coordinate representation of color #7F7915: hue angle of 56.6º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F7915 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 121 | 21 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.50 |
| HSL | 56.6º | 0.72% | 0.29% | - |
| HSV(B) | 56.6º | 0.83% | 0.5% | - |
| XYZ | 15.73 | 18.24 | 3.4 | - |
| YUV | 111.39 | 76.99 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 21 | 0 | 0.05 | 0.83 | 0.50 | 56.6 | 0.72 | 0.29 |
| Hex | 7F | 79 | 15 | 0 | 5 | 53 | 32 | 39 | 48 | 1D |
| Octal | 177 | 171 | 25 | 0 | 5 | 123 | 62 | 71 | 110 | 35 |
| Binary | 1111111 | 1111001 | 10101 | 0 | 101 | 1010011 | 110010 | 111001 | 1001000 | 11101 |
Color Harmonies of #7F7915
Complementary color
Monochromatic Colors of #7F7915
Black with #7F7915
Text Example
Text Example
White with #7F7915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7915; }
p { color: rgb(127,121,21); }
H1.HeaderClassName
{
color: #7F7915;
}
.AnyTagClassName
{
color: #7F7915;
}
</style>
background-color css
<style>
a { background-color: #7F7915; }
a { background-color: rgb(127,121,21); }
div.DivClassName
{
background-color: #7F7915;
}
.BgClassName
{
background-color: #7F7915;
}
</style>
border-color css
<style>
span { border-color: #7F7915; }
span { border-color: rgb(127,121,21); }
td.TdClassName
{
border-color: #7F7915;
}
.TagClassName
{
border-color: #7F7915;
}
</style>