Shades of Trendy Green #747C2C
Tints of Trendy Green #747C2C
RGB
CMYK
RGB Variations
Color information
#747C2C (or 0x747C2C) is known color: Trendy Green. HEX triplet: 74, 7C and 2C. RGB value is (116,124,44). Sum of RGB (Red+Green+Blue) = 116+124+44=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 124 - color contains mainly: green. Hex color #747C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747C2C is #8B83D3. Grayscale: #707070. Windows color (decimal): -9143252 or 2915444. OLE color: 2915444.
HSL color Cylindrical-coordinate representation of color #747C2C: hue angle of 66º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #747C2C is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 44 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.51 |
| HSL | 66º | 0.48% | 0.33% | - |
| HSV(B) | 66º | 0.65% | 0.49% | - |
| XYZ | 14.86 | 18.31 | 5.13 | - |
| YUV | 112.49 | 89.35 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 44 | 0.06 | 0 | 0.65 | 0.51 | 66 | 0.48 | 0.33 |
| Hex | 74 | 7C | 2C | 6 | 0 | 41 | 33 | 42 | 30 | 21 |
| Octal | 164 | 174 | 54 | 6 | 0 | 101 | 63 | 102 | 60 | 41 |
| Binary | 1110100 | 1111100 | 101100 | 110 | 0 | 1000001 | 110011 | 1000010 | 110000 | 100001 |
Color Harmonies of #747C2C
Complementary color
Monochromatic Colors of #747C2C
Black with #747C2C
Text Example
Text Example
White with #747C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C2C; }
p { color: rgb(116,124,44); }
H1.HeaderClassName
{
color: #747C2C;
}
.AnyTagClassName
{
color: #747C2C;
}
</style>
background-color css
<style>
a { background-color: #747C2C; }
a { background-color: rgb(116,124,44); }
div.DivClassName
{
background-color: #747C2C;
}
.BgClassName
{
background-color: #747C2C;
}
</style>
border-color css
<style>
span { border-color: #747C2C; }
span { border-color: rgb(116,124,44); }
td.TdClassName
{
border-color: #747C2C;
}
.TagClassName
{
border-color: #747C2C;
}
</style>