Shades of Trendy Green #7C8516
Tints of Trendy Green #7C8516
RGB
CMYK
RGB Variations
Color information
#7C8516 (or 0x7C8516) is known color: Trendy Green. HEX triplet: 7C, 85 and 16. RGB value is (124,133,22). Sum of RGB (Red+Green+Blue) = 124+133+22=279 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.44% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8516 is #837AE9. Grayscale: #767676. Windows color (decimal): -8616682 or 1475964. OLE color: 1475964.
HSL color Cylindrical-coordinate representation of color #7C8516: hue angle of 64.86º 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 #7C8516 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 22 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.48 |
| HSL | 64.86º | 0.72% | 0.3% | - |
| HSV(B) | 64.86º | 0.83% | 0.52% | - |
| XYZ | 16.84 | 21.12 | 3.95 | - |
| YUV | 117.66 | 74.02 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 22 | 0.07 | 0 | 0.83 | 0.48 | 64.86 | 0.72 | 0.3 |
| Hex | 7C | 85 | 16 | 7 | 0 | 53 | 30 | 41 | 48 | 1E |
| Octal | 174 | 205 | 26 | 7 | 0 | 123 | 60 | 101 | 110 | 36 |
| Binary | 1111100 | 10000101 | 10110 | 111 | 0 | 1010011 | 110000 | 1000001 | 1001000 | 11110 |
Color Harmonies of #7C8516
Complementary color
Monochromatic Colors of #7C8516
Black with #7C8516
Text Example
Text Example
White with #7C8516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8516; }
p { color: rgb(124,133,22); }
H1.HeaderClassName
{
color: #7C8516;
}
.AnyTagClassName
{
color: #7C8516;
}
</style>
background-color css
<style>
a { background-color: #7C8516; }
a { background-color: rgb(124,133,22); }
div.DivClassName
{
background-color: #7C8516;
}
.BgClassName
{
background-color: #7C8516;
}
</style>
border-color css
<style>
span { border-color: #7C8516; }
span { border-color: rgb(124,133,22); }
td.TdClassName
{
border-color: #7C8516;
}
.TagClassName
{
border-color: #7C8516;
}
</style>