Shades of Trendy Green #747E29
Tints of Trendy Green #747E29
RGB
CMYK
RGB Variations
Color information
#747E29 (or 0x747E29) is known color: Trendy Green. HEX triplet: 74, 7E and 29. RGB value is (116,126,41). Sum of RGB (Red+Green+Blue) = 116+126+41=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #747E29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747E29 is #8B81D6. Grayscale: #717171. Windows color (decimal): -9142743 or 2719348. OLE color: 2719348.
HSL color Cylindrical-coordinate representation of color #747E29: hue angle of 67.06º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #747E29 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 126 | 41 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.51 |
| HSL | 67.06º | 0.51% | 0.33% | - |
| HSV(B) | 67.06º | 0.67% | 0.49% | - |
| XYZ | 15.06 | 18.79 | 4.93 | - |
| YUV | 113.32 | 87.19 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 41 | 0.08 | 0 | 0.67 | 0.51 | 67.06 | 0.51 | 0.33 |
| Hex | 74 | 7E | 29 | 8 | 0 | 43 | 33 | 43 | 33 | 21 |
| Octal | 164 | 176 | 51 | 10 | 0 | 103 | 63 | 103 | 63 | 41 |
| Binary | 1110100 | 1111110 | 101001 | 1000 | 0 | 1000011 | 110011 | 1000011 | 110011 | 100001 |
Color Harmonies of #747E29
Complementary color
Monochromatic Colors of #747E29
Black with #747E29
Text Example
Text Example
White with #747E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747E29; }
p { color: rgb(116,126,41); }
H1.HeaderClassName
{
color: #747E29;
}
.AnyTagClassName
{
color: #747E29;
}
</style>
background-color css
<style>
a { background-color: #747E29; }
a { background-color: rgb(116,126,41); }
div.DivClassName
{
background-color: #747E29;
}
.BgClassName
{
background-color: #747E29;
}
</style>
border-color css
<style>
span { border-color: #747E29; }
span { border-color: rgb(116,126,41); }
td.TdClassName
{
border-color: #747E29;
}
.TagClassName
{
border-color: #747E29;
}
</style>