Shades of Trendy Green #7C8518
Tints of Trendy Green #7C8518
RGB
CMYK
RGB Variations
Color information
#7C8518 (or 0x7C8518) is known color: Trendy Green. HEX triplet: 7C, 85 and 18. RGB value is (124,133,24). Sum of RGB (Red+Green+Blue) = 124+133+24=281 (37% of max value = 765). Red value is 124 (48.83% from 255 or 44.13% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7C8518 is #837AE7. Grayscale: #767676. Windows color (decimal): -8616680 or 1607036. OLE color: 1607036.
HSL color Cylindrical-coordinate representation of color #7C8518: hue angle of 64.95º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C8518 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 24 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.48 |
| HSL | 64.95º | 0.69% | 0.31% | - |
| HSV(B) | 64.95º | 0.82% | 0.52% | - |
| XYZ | 16.86 | 21.13 | 4.05 | - |
| YUV | 117.88 | 75.02 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 24 | 0.07 | 0 | 0.82 | 0.48 | 64.95 | 0.69 | 0.31 |
| Hex | 7C | 85 | 18 | 7 | 0 | 52 | 30 | 41 | 45 | 1F |
| Octal | 174 | 205 | 30 | 7 | 0 | 122 | 60 | 101 | 105 | 37 |
| Binary | 1111100 | 10000101 | 11000 | 111 | 0 | 1010010 | 110000 | 1000001 | 1000101 | 11111 |
Color Harmonies of #7C8518
Complementary color
Monochromatic Colors of #7C8518
Black with #7C8518
Text Example
Text Example
White with #7C8518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8518; }
p { color: rgb(124,133,24); }
H1.HeaderClassName
{
color: #7C8518;
}
.AnyTagClassName
{
color: #7C8518;
}
</style>
background-color css
<style>
a { background-color: #7C8518; }
a { background-color: rgb(124,133,24); }
div.DivClassName
{
background-color: #7C8518;
}
.BgClassName
{
background-color: #7C8518;
}
</style>
border-color css
<style>
span { border-color: #7C8518; }
span { border-color: rgb(124,133,24); }
td.TdClassName
{
border-color: #7C8518;
}
.TagClassName
{
border-color: #7C8518;
}
</style>