Shades of Trendy Green #7C9322
Tints of Trendy Green #7C9322
RGB
CMYK
RGB Variations
Color information
#7C9322 (or 0x7C9322) is known color: Trendy Green. HEX triplet: 7C, 93 and 22. RGB value is (124,147,34). Sum of RGB (Red+Green+Blue) = 124+147+34=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 147 (57.81% from 255 or 48.20% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7C9322 is #836CDD. Grayscale: #7F7F7F. Windows color (decimal): -8613086 or 2265980. OLE color: 2265980.
HSL color Cylindrical-coordinate representation of color #7C9322: hue angle of 72.21º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C9322 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 147 | 34 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.42 |
| HSL | 72.21º | 0.62% | 0.35% | - |
| HSV(B) | 72.21º | 0.77% | 0.58% | - |
| XYZ | 19.03 | 25.27 | 5.39 | - |
| YUV | 127.24 | 75.38 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 34 | 0.16 | 0 | 0.77 | 0.42 | 72.21 | 0.62 | 0.35 |
| Hex | 7C | 93 | 22 | 10 | 0 | 4D | 2A | 48 | 3E | 23 |
| Octal | 174 | 223 | 42 | 20 | 0 | 115 | 52 | 110 | 76 | 43 |
| Binary | 1111100 | 10010011 | 100010 | 10000 | 0 | 1001101 | 101010 | 1001000 | 111110 | 100011 |
Color Harmonies of #7C9322
Complementary color
Monochromatic Colors of #7C9322
Black with #7C9322
Text Example
Text Example
White with #7C9322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9322; }
p { color: rgb(124,147,34); }
H1.HeaderClassName
{
color: #7C9322;
}
.AnyTagClassName
{
color: #7C9322;
}
</style>
background-color css
<style>
a { background-color: #7C9322; }
a { background-color: rgb(124,147,34); }
div.DivClassName
{
background-color: #7C9322;
}
.BgClassName
{
background-color: #7C9322;
}
</style>
border-color css
<style>
span { border-color: #7C9322; }
span { border-color: rgb(124,147,34); }
td.TdClassName
{
border-color: #7C9322;
}
.TagClassName
{
border-color: #7C9322;
}
</style>