Shades of Trendy Green #7C8532
Tints of Trendy Green #7C8532
RGB
CMYK
RGB Variations
Color information
#7C8532 (or 0x7C8532) is known color: Trendy Green. HEX triplet: 7C, 85 and 32. RGB value is (124,133,50). Sum of RGB (Red+Green+Blue) = 124+133+50=307 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.39% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #7C8532 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C8532 is #837ACD. Grayscale: #797979. Windows color (decimal): -8616654 or 3310972. OLE color: 3310972.
HSL color Cylindrical-coordinate representation of color #7C8532: hue angle of 66.51º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C8532 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 124 | 133 | 50 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.48 |
| HSL | 66.51º | 0.45% | 0.36% | - |
| HSV(B) | 66.51º | 0.62% | 0.52% | - |
| XYZ | 17.28 | 21.29 | 6.22 | - |
| YUV | 120.85 | 88.02 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 133 | 50 | 0.07 | 0 | 0.62 | 0.48 | 66.51 | 0.45 | 0.36 |
| Hex | 7C | 85 | 32 | 7 | 0 | 3E | 30 | 43 | 2D | 24 |
| Octal | 174 | 205 | 62 | 7 | 0 | 76 | 60 | 103 | 55 | 44 |
| Binary | 1111100 | 10000101 | 110010 | 111 | 0 | 111110 | 110000 | 1000011 | 101101 | 100100 |
Color Harmonies of #7C8532
Complementary color
Monochromatic Colors of #7C8532
Black with #7C8532
Text Example
Text Example
White with #7C8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C8532; }
p { color: rgb(124,133,50); }
H1.HeaderClassName
{
color: #7C8532;
}
.AnyTagClassName
{
color: #7C8532;
}
</style>
background-color css
<style>
a { background-color: #7C8532; }
a { background-color: rgb(124,133,50); }
div.DivClassName
{
background-color: #7C8532;
}
.BgClassName
{
background-color: #7C8532;
}
</style>
border-color css
<style>
span { border-color: #7C8532; }
span { border-color: rgb(124,133,50); }
td.TdClassName
{
border-color: #7C8532;
}
.TagClassName
{
border-color: #7C8532;
}
</style>