Shades of Trendy Green #7C802D
Tints of Trendy Green #7C802D
RGB
CMYK
RGB Variations
Color information
#7C802D (or 0x7C802D) is known color: Trendy Green. HEX triplet: 7C, 80 and 2D. RGB value is (124,128,45). Sum of RGB (Red+Green+Blue) = 124+128+45=297 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.75% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 128 - color contains mainly: green. Hex color #7C802D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C802D is #837FD2. Grayscale: #757575. Windows color (decimal): -8617939 or 2982012. OLE color: 2982012.
HSL color Cylindrical-coordinate representation of color #7C802D: hue angle of 62.89º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C802D is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 124 | 128 | 45 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.50 |
| HSL | 62.89º | 0.48% | 0.34% | - |
| HSV(B) | 62.89º | 0.65% | 0.5% | - |
| XYZ | 16.51 | 19.91 | 5.46 | - |
| YUV | 117.34 | 87.17 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 128 | 45 | 0.03 | 0 | 0.65 | 0.50 | 62.89 | 0.48 | 0.34 |
| Hex | 7C | 80 | 2D | 3 | 0 | 41 | 32 | 3F | 30 | 22 |
| Octal | 174 | 200 | 55 | 3 | 0 | 101 | 62 | 77 | 60 | 42 |
| Binary | 1111100 | 10000000 | 101101 | 11 | 0 | 1000001 | 110010 | 111111 | 110000 | 100010 |
Color Harmonies of #7C802D
Complementary color
Monochromatic Colors of #7C802D
Black with #7C802D
Text Example
Text Example
White with #7C802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C802D; }
p { color: rgb(124,128,45); }
H1.HeaderClassName
{
color: #7C802D;
}
.AnyTagClassName
{
color: #7C802D;
}
</style>
background-color css
<style>
a { background-color: #7C802D; }
a { background-color: rgb(124,128,45); }
div.DivClassName
{
background-color: #7C802D;
}
.BgClassName
{
background-color: #7C802D;
}
</style>
border-color css
<style>
span { border-color: #7C802D; }
span { border-color: rgb(124,128,45); }
td.TdClassName
{
border-color: #7C802D;
}
.TagClassName
{
border-color: #7C802D;
}
</style>