Shades of Trendy Green #7C8515
Tints of Trendy Green #7C8515
RGB
CMYK
RGB Variations
Color information
#7C8515 (or 0x7C8515) is known color: Trendy Green. HEX triplet: 7C, 85 and 15. RGB value is (124,133,21). Sum of RGB (Red+Green+Blue) = 124+133+21=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 133 (52.34% from 255 or 47.84% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8515 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8515 is #837AEA. Grayscale: #757575. Windows color (decimal): -8616683 or 1410428. OLE color: 1410428.
HSL color Cylindrical-coordinate representation of color #7C8515: hue angle of 64.82º 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 #7C8515 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 21 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.48 |
| HSL | 64.82º | 0.73% | 0.3% | - |
| HSV(B) | 64.82º | 0.84% | 0.52% | - |
| XYZ | 16.84 | 21.11 | 3.9 | - |
| YUV | 117.54 | 73.52 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 21 | 0.07 | 0 | 0.84 | 0.48 | 64.82 | 0.73 | 0.3 |
| Hex | 7C | 85 | 15 | 7 | 0 | 54 | 30 | 41 | 49 | 1E |
| Octal | 174 | 205 | 25 | 7 | 0 | 124 | 60 | 101 | 111 | 36 |
| Binary | 1111100 | 10000101 | 10101 | 111 | 0 | 1010100 | 110000 | 1000001 | 1001001 | 11110 |
Color Harmonies of #7C8515
Complementary color
Monochromatic Colors of #7C8515
Black with #7C8515
Text Example
Text Example
White with #7C8515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8515; }
p { color: rgb(124,133,21); }
H1.HeaderClassName
{
color: #7C8515;
}
.AnyTagClassName
{
color: #7C8515;
}
</style>
background-color css
<style>
a { background-color: #7C8515; }
a { background-color: rgb(124,133,21); }
div.DivClassName
{
background-color: #7C8515;
}
.BgClassName
{
background-color: #7C8515;
}
</style>
border-color css
<style>
span { border-color: #7C8515; }
span { border-color: rgb(124,133,21); }
td.TdClassName
{
border-color: #7C8515;
}
.TagClassName
{
border-color: #7C8515;
}
</style>