Shades of Trendy Green #7C8720
Tints of Trendy Green #7C8720
RGB
CMYK
RGB Variations
Color information
#7C8720 (or 0x7C8720) is known color: Trendy Green. HEX triplet: 7C, 87 and 20. RGB value is (124,135,32). Sum of RGB (Red+Green+Blue) = 124+135+32=291 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.61% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #7C8720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8720 is #8378DF. Grayscale: #787878. Windows color (decimal): -8616160 or 2131836. OLE color: 2131836.
HSL color Cylindrical-coordinate representation of color #7C8720: hue angle of 66.41º degrees, saturation: 0.62, 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 #7C8720 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 124 | 135 | 32 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.47 |
| HSL | 66.41º | 0.62% | 0.33% | - |
| HSV(B) | 66.41º | 0.76% | 0.53% | - |
| XYZ | 17.24 | 21.72 | 4.65 | - |
| YUV | 119.97 | 78.36 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 135 | 32 | 0.08 | 0 | 0.76 | 0.47 | 66.41 | 0.62 | 0.33 |
| Hex | 7C | 87 | 20 | 8 | 0 | 4C | 2F | 42 | 3E | 21 |
| Octal | 174 | 207 | 40 | 10 | 0 | 114 | 57 | 102 | 76 | 41 |
| Binary | 1111100 | 10000111 | 100000 | 1000 | 0 | 1001100 | 101111 | 1000010 | 111110 | 100001 |
Color Harmonies of #7C8720
Complementary color
Monochromatic Colors of #7C8720
Black with #7C8720
Text Example
Text Example
White with #7C8720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8720; }
p { color: rgb(124,135,32); }
H1.HeaderClassName
{
color: #7C8720;
}
.AnyTagClassName
{
color: #7C8720;
}
</style>
background-color css
<style>
a { background-color: #7C8720; }
a { background-color: rgb(124,135,32); }
div.DivClassName
{
background-color: #7C8720;
}
.BgClassName
{
background-color: #7C8720;
}
</style>
border-color css
<style>
span { border-color: #7C8720; }
span { border-color: rgb(124,135,32); }
td.TdClassName
{
border-color: #7C8720;
}
.TagClassName
{
border-color: #7C8720;
}
</style>