Shades of Trendy Green #747E28
Tints of Trendy Green #747E28
RGB
CMYK
RGB Variations
Color information
#747E28 (or 0x747E28) is known color: Trendy Green. HEX triplet: 74, 7E and 28. RGB value is (116,126,40). Sum of RGB (Red+Green+Blue) = 116+126+40=282 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.13% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 40 (16.02% from 255 or 14.18% from 282); Max value from RGB is 126 - color contains mainly: green. Hex color #747E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747E28 is #8B81D7. Grayscale: #717171. Windows color (decimal): -9142744 or 2653812. OLE color: 2653812.
HSL color Cylindrical-coordinate representation of color #747E28: hue angle of 66.98º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #747E28 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 126 | 40 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.51 |
| HSL | 66.98º | 0.52% | 0.33% | - |
| HSV(B) | 66.98º | 0.68% | 0.49% | - |
| XYZ | 15.05 | 18.79 | 4.84 | - |
| YUV | 113.21 | 86.69 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 40 | 0.08 | 0 | 0.68 | 0.51 | 66.98 | 0.52 | 0.33 |
| Hex | 74 | 7E | 28 | 8 | 0 | 44 | 33 | 43 | 34 | 21 |
| Octal | 164 | 176 | 50 | 10 | 0 | 104 | 63 | 103 | 64 | 41 |
| Binary | 1110100 | 1111110 | 101000 | 1000 | 0 | 1000100 | 110011 | 1000011 | 110100 | 100001 |
Color Harmonies of #747E28
Complementary color
Monochromatic Colors of #747E28
Black with #747E28
Text Example
Text Example
White with #747E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747E28; }
p { color: rgb(116,126,40); }
H1.HeaderClassName
{
color: #747E28;
}
.AnyTagClassName
{
color: #747E28;
}
</style>
background-color css
<style>
a { background-color: #747E28; }
a { background-color: rgb(116,126,40); }
div.DivClassName
{
background-color: #747E28;
}
.BgClassName
{
background-color: #747E28;
}
</style>
border-color css
<style>
span { border-color: #747E28; }
span { border-color: rgb(116,126,40); }
td.TdClassName
{
border-color: #747E28;
}
.TagClassName
{
border-color: #747E28;
}
</style>