Shades of Trendy Green #7F8518
Tints of Trendy Green #7F8518
RGB
CMYK
RGB Variations
Color information
#7F8518 (or 0x7F8518) is known color: Trendy Green. HEX triplet: 7F, 85 and 18. RGB value is (127,133,24). Sum of RGB (Red+Green+Blue) = 127+133+24=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 24 (9.77% from 255 or 8.45% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #7F8518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8518 is #807AE7. Grayscale: #777777. Windows color (decimal): -8420072 or 1607039. OLE color: 1607039.
HSL color Cylindrical-coordinate representation of color #7F8518: hue angle of 63.3º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F8518 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 133 | 24 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.48 |
| HSL | 63.3º | 0.69% | 0.31% | - |
| HSV(B) | 63.3º | 0.82% | 0.52% | - |
| XYZ | 17.3 | 21.35 | 4.07 | - |
| YUV | 118.78 | 74.51 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 24 | 0.05 | 0 | 0.82 | 0.48 | 63.3 | 0.69 | 0.31 |
| Hex | 7F | 85 | 18 | 5 | 0 | 52 | 30 | 3F | 45 | 1F |
| Octal | 177 | 205 | 30 | 5 | 0 | 122 | 60 | 77 | 105 | 37 |
| Binary | 1111111 | 10000101 | 11000 | 101 | 0 | 1010010 | 110000 | 111111 | 1000101 | 11111 |
Color Harmonies of #7F8518
Complementary color
Monochromatic Colors of #7F8518
Black with #7F8518
Text Example
Text Example
White with #7F8518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8518; }
p { color: rgb(127,133,24); }
H1.HeaderClassName
{
color: #7F8518;
}
.AnyTagClassName
{
color: #7F8518;
}
</style>
background-color css
<style>
a { background-color: #7F8518; }
a { background-color: rgb(127,133,24); }
div.DivClassName
{
background-color: #7F8518;
}
.BgClassName
{
background-color: #7F8518;
}
</style>
border-color css
<style>
span { border-color: #7F8518; }
span { border-color: rgb(127,133,24); }
td.TdClassName
{
border-color: #7F8518;
}
.TagClassName
{
border-color: #7F8518;
}
</style>