Shades of Trendy Green #747D34
Tints of Trendy Green #747D34
RGB
CMYK
RGB Variations
Color information
#747D34 (or 0x747D34) is known color: Trendy Green. HEX triplet: 74, 7D and 34. RGB value is (116,125,52). Sum of RGB (Red+Green+Blue) = 116+125+52=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #747D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747D34 is #8B82CB. Grayscale: #727272. Windows color (decimal): -9142988 or 3439988. OLE color: 3439988.
HSL color Cylindrical-coordinate representation of color #747D34: hue angle of 67.4º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #747D34 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 125 | 52 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.51 |
| HSL | 67.4º | 0.41% | 0.35% | - |
| HSV(B) | 67.4º | 0.58% | 0.49% | - |
| XYZ | 15.16 | 18.63 | 6.05 | - |
| YUV | 113.99 | 93.02 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 125 | 52 | 0.07 | 0 | 0.58 | 0.51 | 67.4 | 0.41 | 0.35 |
| Hex | 74 | 7D | 34 | 7 | 0 | 3A | 33 | 43 | 29 | 23 |
| Octal | 164 | 175 | 64 | 7 | 0 | 72 | 63 | 103 | 51 | 43 |
| Binary | 1110100 | 1111101 | 110100 | 111 | 0 | 111010 | 110011 | 1000011 | 101001 | 100011 |
Color Harmonies of #747D34
Complementary color
Monochromatic Colors of #747D34
Black with #747D34
Text Example
Text Example
White with #747D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747D34; }
p { color: rgb(116,125,52); }
H1.HeaderClassName
{
color: #747D34;
}
.AnyTagClassName
{
color: #747D34;
}
</style>
background-color css
<style>
a { background-color: #747D34; }
a { background-color: rgb(116,125,52); }
div.DivClassName
{
background-color: #747D34;
}
.BgClassName
{
background-color: #747D34;
}
</style>
border-color css
<style>
span { border-color: #747D34; }
span { border-color: rgb(116,125,52); }
td.TdClassName
{
border-color: #747D34;
}
.TagClassName
{
border-color: #747D34;
}
</style>