Shades of Trendy Green #747C22
Tints of Trendy Green #747C22
RGB
CMYK
RGB Variations
Color information
#747C22 (or 0x747C22) is known color: Trendy Green. HEX triplet: 74, 7C and 22. RGB value is (116,124,34). Sum of RGB (Red+Green+Blue) = 116+124+34=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 124 - color contains mainly: green. Hex color #747C22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747C22 is #8B83DD. Grayscale: #6F6F6F. Windows color (decimal): -9143262 or 2260084. OLE color: 2260084.
HSL color Cylindrical-coordinate representation of color #747C22: hue angle of 65.33º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #747C22 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 34 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.51 |
| HSL | 65.33º | 0.57% | 0.31% | - |
| HSV(B) | 65.33º | 0.73% | 0.49% | - |
| XYZ | 14.7 | 18.24 | 4.26 | - |
| YUV | 111.35 | 84.35 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 34 | 0.06 | 0 | 0.73 | 0.51 | 65.33 | 0.57 | 0.31 |
| Hex | 74 | 7C | 22 | 6 | 0 | 49 | 33 | 41 | 39 | 1F |
| Octal | 164 | 174 | 42 | 6 | 0 | 111 | 63 | 101 | 71 | 37 |
| Binary | 1110100 | 1111100 | 100010 | 110 | 0 | 1001001 | 110011 | 1000001 | 111001 | 11111 |
Color Harmonies of #747C22
Complementary color
Monochromatic Colors of #747C22
Black with #747C22
Text Example
Text Example
White with #747C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C22; }
p { color: rgb(116,124,34); }
H1.HeaderClassName
{
color: #747C22;
}
.AnyTagClassName
{
color: #747C22;
}
</style>
background-color css
<style>
a { background-color: #747C22; }
a { background-color: rgb(116,124,34); }
div.DivClassName
{
background-color: #747C22;
}
.BgClassName
{
background-color: #747C22;
}
</style>
border-color css
<style>
span { border-color: #747C22; }
span { border-color: rgb(116,124,34); }
td.TdClassName
{
border-color: #747C22;
}
.TagClassName
{
border-color: #747C22;
}
</style>