Shades of Trendy Green #7C8235
Tints of Trendy Green #7C8235
RGB
CMYK
RGB Variations
Color information
#7C8235 (or 0x7C8235) is known color: Trendy Green. HEX triplet: 7C, 82 and 35. RGB value is (124,130,53). Sum of RGB (Red+Green+Blue) = 124+130+53=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #7C8235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8235 is #837DCA. Grayscale: #777777. Windows color (decimal): -8617419 or 3506812. OLE color: 3506812.
HSL color Cylindrical-coordinate representation of color #7C8235: hue angle of 64.68º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C8235 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 124 | 130 | 53 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.49 |
| HSL | 64.68º | 0.42% | 0.36% | - |
| HSV(B) | 64.68º | 0.59% | 0.51% | - |
| XYZ | 16.94 | 20.51 | 6.43 | - |
| YUV | 119.43 | 90.51 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 130 | 53 | 0.05 | 0 | 0.59 | 0.49 | 64.68 | 0.42 | 0.36 |
| Hex | 7C | 82 | 35 | 5 | 0 | 3B | 31 | 41 | 2A | 24 |
| Octal | 174 | 202 | 65 | 5 | 0 | 73 | 61 | 101 | 52 | 44 |
| Binary | 1111100 | 10000010 | 110101 | 101 | 0 | 111011 | 110001 | 1000001 | 101010 | 100100 |
Color Harmonies of #7C8235
Complementary color
Monochromatic Colors of #7C8235
Black with #7C8235
Text Example
Text Example
White with #7C8235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8235; }
p { color: rgb(124,130,53); }
H1.HeaderClassName
{
color: #7C8235;
}
.AnyTagClassName
{
color: #7C8235;
}
</style>
background-color css
<style>
a { background-color: #7C8235; }
a { background-color: rgb(124,130,53); }
div.DivClassName
{
background-color: #7C8235;
}
.BgClassName
{
background-color: #7C8235;
}
</style>
border-color css
<style>
span { border-color: #7C8235; }
span { border-color: rgb(124,130,53); }
td.TdClassName
{
border-color: #7C8235;
}
.TagClassName
{
border-color: #7C8235;
}
</style>