Shades of Trendy Green #747B29
Tints of Trendy Green #747B29
RGB
CMYK
RGB Variations
Color information
#747B29 (or 0x747B29) is known color: Trendy Green. HEX triplet: 74, 7B and 29. RGB value is (116,123,41). Sum of RGB (Red+Green+Blue) = 116+123+41=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 41 (16.41% from 255 or 14.64% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #747B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747B29 is #8B84D6. Grayscale: #6F6F6F. Windows color (decimal): -9143511 or 2718580. OLE color: 2718580.
HSL color Cylindrical-coordinate representation of color #747B29: hue angle of 65.12º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #747B29 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 116 | 123 | 41 | - |
| CMYK | 0.06 | 0 | 0.67 | 0.52 |
| HSL | 65.12º | 0.5% | 0.32% | - |
| HSV(B) | 65.12º | 0.67% | 0.48% | - |
| XYZ | 14.69 | 18.04 | 4.81 | - |
| YUV | 111.56 | 88.18 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 123 | 41 | 0.06 | 0 | 0.67 | 0.52 | 65.12 | 0.5 | 0.32 |
| Hex | 74 | 7B | 29 | 6 | 0 | 43 | 34 | 41 | 32 | 20 |
| Octal | 164 | 173 | 51 | 6 | 0 | 103 | 64 | 101 | 62 | 40 |
| Binary | 1110100 | 1111011 | 101001 | 110 | 0 | 1000011 | 110100 | 1000001 | 110010 | 100000 |
Color Harmonies of #747B29
Complementary color
Monochromatic Colors of #747B29
Black with #747B29
Text Example
Text Example
White with #747B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747B29; }
p { color: rgb(116,123,41); }
H1.HeaderClassName
{
color: #747B29;
}
.AnyTagClassName
{
color: #747B29;
}
</style>
background-color css
<style>
a { background-color: #747B29; }
a { background-color: rgb(116,123,41); }
div.DivClassName
{
background-color: #747B29;
}
.BgClassName
{
background-color: #747B29;
}
</style>
border-color css
<style>
span { border-color: #747B29; }
span { border-color: rgb(116,123,41); }
td.TdClassName
{
border-color: #747B29;
}
.TagClassName
{
border-color: #747B29;
}
</style>