Shades of Trendy Green #747C2B
Tints of Trendy Green #747C2B
RGB
CMYK
RGB Variations
Color information
#747C2B (or 0x747C2B) is known color: Trendy Green. HEX triplet: 74, 7C and 2B. RGB value is (116,124,43). Sum of RGB (Red+Green+Blue) = 116+124+43=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #747C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747C2B is #8B83D4. Grayscale: #707070. Windows color (decimal): -9143253 or 2849908. OLE color: 2849908.
HSL color Cylindrical-coordinate representation of color #747C2B: hue angle of 65.93º degrees, saturation: 0.49, 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 #747C2B is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 43 | - |
| CMYK | 0.06 | 0 | 0.65 | 0.51 |
| HSL | 65.93º | 0.49% | 0.33% | - |
| HSV(B) | 65.93º | 0.65% | 0.49% | - |
| XYZ | 14.85 | 18.3 | 5.04 | - |
| YUV | 112.37 | 88.85 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 43 | 0.06 | 0 | 0.65 | 0.51 | 65.93 | 0.49 | 0.33 |
| Hex | 74 | 7C | 2B | 6 | 0 | 41 | 33 | 42 | 31 | 21 |
| Octal | 164 | 174 | 53 | 6 | 0 | 101 | 63 | 102 | 61 | 41 |
| Binary | 1110100 | 1111100 | 101011 | 110 | 0 | 1000001 | 110011 | 1000010 | 110001 | 100001 |
Color Harmonies of #747C2B
Complementary color
Monochromatic Colors of #747C2B
Black with #747C2B
Text Example
Text Example
White with #747C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C2B; }
p { color: rgb(116,124,43); }
H1.HeaderClassName
{
color: #747C2B;
}
.AnyTagClassName
{
color: #747C2B;
}
</style>
background-color css
<style>
a { background-color: #747C2B; }
a { background-color: rgb(116,124,43); }
div.DivClassName
{
background-color: #747C2B;
}
.BgClassName
{
background-color: #747C2B;
}
</style>
border-color css
<style>
span { border-color: #747C2B; }
span { border-color: rgb(116,124,43); }
td.TdClassName
{
border-color: #747C2B;
}
.TagClassName
{
border-color: #747C2B;
}
</style>