Shades of Trendy Green #7C9015
Tints of Trendy Green #7C9015
RGB
CMYK
RGB Variations
Color information
#7C9015 (or 0x7C9015) is known color: Trendy Green. HEX triplet: 7C, 90 and 15. RGB value is (124,144,21). Sum of RGB (Red+Green+Blue) = 124+144+21=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 144 - color contains mainly: green. Hex color #7C9015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C9015 is #836FEA. Grayscale: #7C7C7C. Windows color (decimal): -8613867 or 1413244. OLE color: 1413244.
HSL color Cylindrical-coordinate representation of color #7C9015: hue angle of 69.76º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C9015 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 144 | 21 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.44 |
| HSL | 69.76º | 0.75% | 0.32% | - |
| HSV(B) | 69.76º | 0.85% | 0.56% | - |
| XYZ | 18.42 | 24.29 | 4.43 | - |
| YUV | 124 | 69.87 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 21 | 0.14 | 0 | 0.85 | 0.44 | 69.76 | 0.75 | 0.32 |
| Hex | 7C | 90 | 15 | E | 0 | 55 | 2C | 46 | 4B | 20 |
| Octal | 174 | 220 | 25 | 16 | 0 | 125 | 54 | 106 | 113 | 40 |
| Binary | 1111100 | 10010000 | 10101 | 1110 | 0 | 1010101 | 101100 | 1000110 | 1001011 | 100000 |
Color Harmonies of #7C9015
Complementary color
Monochromatic Colors of #7C9015
Black with #7C9015
Text Example
Text Example
White with #7C9015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9015; }
p { color: rgb(124,144,21); }
H1.HeaderClassName
{
color: #7C9015;
}
.AnyTagClassName
{
color: #7C9015;
}
</style>
background-color css
<style>
a { background-color: #7C9015; }
a { background-color: rgb(124,144,21); }
div.DivClassName
{
background-color: #7C9015;
}
.BgClassName
{
background-color: #7C9015;
}
</style>
border-color css
<style>
span { border-color: #7C9015; }
span { border-color: rgb(124,144,21); }
td.TdClassName
{
border-color: #7C9015;
}
.TagClassName
{
border-color: #7C9015;
}
</style>