Shades of Trendy Green #7C8821
Tints of Trendy Green #7C8821
RGB
CMYK
RGB Variations
Color information
#7C8821 (or 0x7C8821) is known color: Trendy Green. HEX triplet: 7C, 88 and 21. RGB value is (124,136,33). Sum of RGB (Red+Green+Blue) = 124+136+33=293 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.32% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #7C8821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8821 is #8377DE. Grayscale: #797979. Windows color (decimal): -8615903 or 2197628. OLE color: 2197628.
HSL color Cylindrical-coordinate representation of color #7C8821: hue angle of 66.99º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C8821 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 136 | 33 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.47 |
| HSL | 66.99º | 0.61% | 0.33% | - |
| HSV(B) | 66.99º | 0.76% | 0.53% | - |
| XYZ | 17.39 | 22 | 4.77 | - |
| YUV | 120.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 136 | 33 | 0.09 | 0 | 0.76 | 0.47 | 66.99 | 0.61 | 0.33 |
| Hex | 7C | 88 | 21 | 9 | 0 | 4C | 2F | 43 | 3D | 21 |
| Octal | 174 | 210 | 41 | 11 | 0 | 114 | 57 | 103 | 75 | 41 |
| Binary | 1111100 | 10001000 | 100001 | 1001 | 0 | 1001100 | 101111 | 1000011 | 111101 | 100001 |
Color Harmonies of #7C8821
Complementary color
Monochromatic Colors of #7C8821
Black with #7C8821
Text Example
Text Example
White with #7C8821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8821; }
p { color: rgb(124,136,33); }
H1.HeaderClassName
{
color: #7C8821;
}
.AnyTagClassName
{
color: #7C8821;
}
</style>
background-color css
<style>
a { background-color: #7C8821; }
a { background-color: rgb(124,136,33); }
div.DivClassName
{
background-color: #7C8821;
}
.BgClassName
{
background-color: #7C8821;
}
</style>
border-color css
<style>
span { border-color: #7C8821; }
span { border-color: rgb(124,136,33); }
td.TdClassName
{
border-color: #7C8821;
}
.TagClassName
{
border-color: #7C8821;
}
</style>