Shades of Trendy Green #7C9111
Tints of Trendy Green #7C9111
RGB
CMYK
RGB Variations
Color information
#7C9111 (or 0x7C9111) is known color: Trendy Green. HEX triplet: 7C, 91 and 11. RGB value is (124,145,17). Sum of RGB (Red+Green+Blue) = 124+145+17=286 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.36% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #7C9111 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9111 is #836EEE. Grayscale: #7C7C7C. Windows color (decimal): -8613615 or 1151356. OLE color: 1151356.
HSL color Cylindrical-coordinate representation of color #7C9111: hue angle of 69.84º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C9111 is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 124 | 145 | 17 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.43 |
| HSL | 69.84º | 0.79% | 0.32% | - |
| HSV(B) | 69.84º | 0.88% | 0.57% | - |
| XYZ | 18.54 | 24.58 | 4.3 | - |
| YUV | 124.13 | 67.54 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 145 | 17 | 0.14 | 0 | 0.88 | 0.43 | 69.84 | 0.79 | 0.32 |
| Hex | 7C | 91 | 11 | E | 0 | 58 | 2B | 46 | 4F | 20 |
| Octal | 174 | 221 | 21 | 16 | 0 | 130 | 53 | 106 | 117 | 40 |
| Binary | 1111100 | 10010001 | 10001 | 1110 | 0 | 1011000 | 101011 | 1000110 | 1001111 | 100000 |
Color Harmonies of #7C9111
Complementary color
Monochromatic Colors of #7C9111
Black with #7C9111
Text Example
Text Example
White with #7C9111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9111; }
p { color: rgb(124,145,17); }
H1.HeaderClassName
{
color: #7C9111;
}
.AnyTagClassName
{
color: #7C9111;
}
</style>
background-color css
<style>
a { background-color: #7C9111; }
a { background-color: rgb(124,145,17); }
div.DivClassName
{
background-color: #7C9111;
}
.BgClassName
{
background-color: #7C9111;
}
</style>
border-color css
<style>
span { border-color: #7C9111; }
span { border-color: rgb(124,145,17); }
td.TdClassName
{
border-color: #7C9111;
}
.TagClassName
{
border-color: #7C9111;
}
</style>