Shades of Trendy Green #7C8226
Tints of Trendy Green #7C8226
RGB
CMYK
RGB Variations
Color information
#7C8226 (or 0x7C8226) is known color: Trendy Green. HEX triplet: 7C, 82 and 26. RGB value is (124,130,38). Sum of RGB (Red+Green+Blue) = 124+130+38=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 38 (15.23% from 255 or 13.01% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #7C8226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8226 is #837DD9. Grayscale: #767676. Windows color (decimal): -8617434 or 2523772. OLE color: 2523772.
HSL color Cylindrical-coordinate representation of color #7C8226: hue angle of 63.91º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7C8226 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 130 | 38 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.49 |
| HSL | 63.91º | 0.55% | 0.33% | - |
| HSV(B) | 63.91º | 0.71% | 0.51% | - |
| XYZ | 16.64 | 20.39 | 4.89 | - |
| YUV | 117.72 | 83.01 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 130 | 38 | 0.05 | 0 | 0.71 | 0.49 | 63.91 | 0.55 | 0.33 |
| Hex | 7C | 82 | 26 | 5 | 0 | 47 | 31 | 40 | 37 | 21 |
| Octal | 174 | 202 | 46 | 5 | 0 | 107 | 61 | 100 | 67 | 41 |
| Binary | 1111100 | 10000010 | 100110 | 101 | 0 | 1000111 | 110001 | 1000000 | 110111 | 100001 |
Color Harmonies of #7C8226
Complementary color
Monochromatic Colors of #7C8226
Black with #7C8226
Text Example
Text Example
White with #7C8226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8226; }
p { color: rgb(124,130,38); }
H1.HeaderClassName
{
color: #7C8226;
}
.AnyTagClassName
{
color: #7C8226;
}
</style>
background-color css
<style>
a { background-color: #7C8226; }
a { background-color: rgb(124,130,38); }
div.DivClassName
{
background-color: #7C8226;
}
.BgClassName
{
background-color: #7C8226;
}
</style>
border-color css
<style>
span { border-color: #7C8226; }
span { border-color: rgb(124,130,38); }
td.TdClassName
{
border-color: #7C8226;
}
.TagClassName
{
border-color: #7C8226;
}
</style>