Shades of Trendy Green #747F28
Tints of Trendy Green #747F28
RGB
CMYK
RGB Variations
Color information
#747F28 (or 0x747F28) is known color: Trendy Green. HEX triplet: 74, 7F and 28. RGB value is (116,127,40). Sum of RGB (Red+Green+Blue) = 116+127+40=283 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.99% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #747F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747F28 is #8B80D7. Grayscale: #727272. Windows color (decimal): -9142488 or 2654068. OLE color: 2654068.
HSL color Cylindrical-coordinate representation of color #747F28: hue angle of 67.59º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #747F28 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 40 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.50 |
| HSL | 67.59º | 0.52% | 0.33% | - |
| HSV(B) | 67.59º | 0.69% | 0.5% | - |
| XYZ | 15.17 | 19.04 | 4.88 | - |
| YUV | 113.79 | 86.36 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 40 | 0.09 | 0 | 0.69 | 0.50 | 67.59 | 0.52 | 0.33 |
| Hex | 74 | 7F | 28 | 9 | 0 | 45 | 32 | 44 | 34 | 21 |
| Octal | 164 | 177 | 50 | 11 | 0 | 105 | 62 | 104 | 64 | 41 |
| Binary | 1110100 | 1111111 | 101000 | 1001 | 0 | 1000101 | 110010 | 1000100 | 110100 | 100001 |
Color Harmonies of #747F28
Complementary color
Monochromatic Colors of #747F28
Black with #747F28
Text Example
Text Example
White with #747F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F28; }
p { color: rgb(116,127,40); }
H1.HeaderClassName
{
color: #747F28;
}
.AnyTagClassName
{
color: #747F28;
}
</style>
background-color css
<style>
a { background-color: #747F28; }
a { background-color: rgb(116,127,40); }
div.DivClassName
{
background-color: #747F28;
}
.BgClassName
{
background-color: #747F28;
}
</style>
border-color css
<style>
span { border-color: #747F28; }
span { border-color: rgb(116,127,40); }
td.TdClassName
{
border-color: #747F28;
}
.TagClassName
{
border-color: #747F28;
}
</style>