Shades of Trendy Green #7C8116
Tints of Trendy Green #7C8116
RGB
CMYK
RGB Variations
Color information
#7C8116 (or 0x7C8116) is known color: Trendy Green. HEX triplet: 7C, 81 and 16. RGB value is (124,129,22). Sum of RGB (Red+Green+Blue) = 124+129+22=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 129 (50.78% from 255 or 46.91% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 129 - color contains mainly: green. Hex color #7C8116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8116 is #837EE9. Grayscale: #737373. Windows color (decimal): -8617706 or 1474940. OLE color: 1474940.
HSL color Cylindrical-coordinate representation of color #7C8116: hue angle of 62.8º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7C8116 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 129 | 22 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.49 |
| HSL | 62.8º | 0.71% | 0.3% | - |
| HSV(B) | 62.8º | 0.83% | 0.51% | - |
| XYZ | 16.31 | 20.04 | 3.77 | - |
| YUV | 115.31 | 75.34 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 129 | 22 | 0.04 | 0 | 0.83 | 0.49 | 62.8 | 0.71 | 0.3 |
| Hex | 7C | 81 | 16 | 4 | 0 | 53 | 31 | 3F | 47 | 1E |
| Octal | 174 | 201 | 26 | 4 | 0 | 123 | 61 | 77 | 107 | 36 |
| Binary | 1111100 | 10000001 | 10110 | 100 | 0 | 1010011 | 110001 | 111111 | 1000111 | 11110 |
Color Harmonies of #7C8116
Complementary color
Monochromatic Colors of #7C8116
Black with #7C8116
Text Example
Text Example
White with #7C8116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8116; }
p { color: rgb(124,129,22); }
H1.HeaderClassName
{
color: #7C8116;
}
.AnyTagClassName
{
color: #7C8116;
}
</style>
background-color css
<style>
a { background-color: #7C8116; }
a { background-color: rgb(124,129,22); }
div.DivClassName
{
background-color: #7C8116;
}
.BgClassName
{
background-color: #7C8116;
}
</style>
border-color css
<style>
span { border-color: #7C8116; }
span { border-color: rgb(124,129,22); }
td.TdClassName
{
border-color: #7C8116;
}
.TagClassName
{
border-color: #7C8116;
}
</style>