Shades of Trendy Green #7C852C
Tints of Trendy Green #7C852C
RGB
CMYK
RGB Variations
Color information
#7C852C (or 0x7C852C) is known color: Trendy Green. HEX triplet: 7C, 85 and 2C. RGB value is (124,133,44). Sum of RGB (Red+Green+Blue) = 124+133+44=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #7C852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C852C is #837AD3. Grayscale: #787878. Windows color (decimal): -8616660 or 2917756. OLE color: 2917756.
HSL color Cylindrical-coordinate representation of color #7C852C: hue angle of 66.07º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C852C is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 44 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.48 |
| HSL | 66.07º | 0.5% | 0.35% | - |
| HSV(B) | 66.07º | 0.67% | 0.52% | - |
| XYZ | 17.15 | 21.24 | 5.58 | - |
| YUV | 120.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 44 | 0.07 | 0 | 0.67 | 0.48 | 66.07 | 0.5 | 0.35 |
| Hex | 7C | 85 | 2C | 7 | 0 | 43 | 30 | 42 | 32 | 23 |
| Octal | 174 | 205 | 54 | 7 | 0 | 103 | 60 | 102 | 62 | 43 |
| Binary | 1111100 | 10000101 | 101100 | 111 | 0 | 1000011 | 110000 | 1000010 | 110010 | 100011 |
Color Harmonies of #7C852C
Complementary color
Monochromatic Colors of #7C852C
Black with #7C852C
Text Example
Text Example
White with #7C852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C852C; }
p { color: rgb(124,133,44); }
H1.HeaderClassName
{
color: #7C852C;
}
.AnyTagClassName
{
color: #7C852C;
}
</style>
background-color css
<style>
a { background-color: #7C852C; }
a { background-color: rgb(124,133,44); }
div.DivClassName
{
background-color: #7C852C;
}
.BgClassName
{
background-color: #7C852C;
}
</style>
border-color css
<style>
span { border-color: #7C852C; }
span { border-color: rgb(124,133,44); }
td.TdClassName
{
border-color: #7C852C;
}
.TagClassName
{
border-color: #7C852C;
}
</style>