Shades of Trendy Green #7C8415
Tints of Trendy Green #7C8415
RGB
CMYK
RGB Variations
Color information
#7C8415 (or 0x7C8415) is known color: Trendy Green. HEX triplet: 7C, 84 and 15. RGB value is (124,132,21). Sum of RGB (Red+Green+Blue) = 124+132+21=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #7C8415 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8415 is #837BEA. Grayscale: #757575. Windows color (decimal): -8616939 or 1410172. OLE color: 1410172.
HSL color Cylindrical-coordinate representation of color #7C8415: hue angle of 64.32º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C8415 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 132 | 21 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.48 |
| HSL | 64.32º | 0.73% | 0.3% | - |
| HSV(B) | 64.32º | 0.84% | 0.52% | - |
| XYZ | 16.7 | 20.84 | 3.85 | - |
| YUV | 116.95 | 73.85 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 132 | 21 | 0.06 | 0 | 0.84 | 0.48 | 64.32 | 0.73 | 0.3 |
| Hex | 7C | 84 | 15 | 6 | 0 | 54 | 30 | 40 | 49 | 1E |
| Octal | 174 | 204 | 25 | 6 | 0 | 124 | 60 | 100 | 111 | 36 |
| Binary | 1111100 | 10000100 | 10101 | 110 | 0 | 1010100 | 110000 | 1000000 | 1001001 | 11110 |
Color Harmonies of #7C8415
Complementary color
Monochromatic Colors of #7C8415
Black with #7C8415
Text Example
Text Example
White with #7C8415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8415; }
p { color: rgb(124,132,21); }
H1.HeaderClassName
{
color: #7C8415;
}
.AnyTagClassName
{
color: #7C8415;
}
</style>
background-color css
<style>
a { background-color: #7C8415; }
a { background-color: rgb(124,132,21); }
div.DivClassName
{
background-color: #7C8415;
}
.BgClassName
{
background-color: #7C8415;
}
</style>
border-color css
<style>
span { border-color: #7C8415; }
span { border-color: rgb(124,132,21); }
td.TdClassName
{
border-color: #7C8415;
}
.TagClassName
{
border-color: #7C8415;
}
</style>