Shades of Trendy Green #747F20
Tints of Trendy Green #747F20
RGB
CMYK
RGB Variations
Color information
#747F20 (or 0x747F20) is known color: Trendy Green. HEX triplet: 74, 7F and 20. RGB value is (116,127,32). Sum of RGB (Red+Green+Blue) = 116+127+32=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 127 (50% from 255 or 46.18% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 127 - color contains mainly: green. Hex color #747F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747F20 is #8B80DF. Grayscale: #717171. Windows color (decimal): -9142496 or 2129780. OLE color: 2129780.
HSL color Cylindrical-coordinate representation of color #747F20: hue angle of 66.95º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #747F20 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 116 | 127 | 32 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.50 |
| HSL | 66.95º | 0.6% | 0.31% | - |
| HSV(B) | 66.95º | 0.75% | 0.5% | - |
| XYZ | 15.05 | 19 | 4.24 | - |
| YUV | 112.88 | 82.36 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 127 | 32 | 0.09 | 0 | 0.75 | 0.50 | 66.95 | 0.6 | 0.31 |
| Hex | 74 | 7F | 20 | 9 | 0 | 4B | 32 | 43 | 3C | 1F |
| Octal | 164 | 177 | 40 | 11 | 0 | 113 | 62 | 103 | 74 | 37 |
| Binary | 1110100 | 1111111 | 100000 | 1001 | 0 | 1001011 | 110010 | 1000011 | 111100 | 11111 |
Color Harmonies of #747F20
Complementary color
Monochromatic Colors of #747F20
Black with #747F20
Text Example
Text Example
White with #747F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747F20; }
p { color: rgb(116,127,32); }
H1.HeaderClassName
{
color: #747F20;
}
.AnyTagClassName
{
color: #747F20;
}
</style>
background-color css
<style>
a { background-color: #747F20; }
a { background-color: rgb(116,127,32); }
div.DivClassName
{
background-color: #747F20;
}
.BgClassName
{
background-color: #747F20;
}
</style>
border-color css
<style>
span { border-color: #747F20; }
span { border-color: rgb(116,127,32); }
td.TdClassName
{
border-color: #747F20;
}
.TagClassName
{
border-color: #747F20;
}
</style>