#747E20

Color #747E20 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #747E20

Tints of Trendy Green #747E20

Color information

#747E20 (or 0x747E20) is unknown color: approx Trendy Green. HEX triplet: 74, 7E and 20. RGB value is (116,126,32). Sum of RGB (Red+Green+Blue) = 116+126+32=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 126 - color contains mainly: green. Hex color #747E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747E20 is #8B81DF. Grayscale: #707070. Windows color (decimal): -9142752 or 2129524. OLE color: 2129524.

HSL color Cylindrical-coordinate representation of color #747E20: hue angle of 66.38º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #747E20 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB11612632-
CMYK0.0800.750.51
HSL66.38º59.49%30.98%-
HSV(B)66.38º74.6%49.41%-
XYZ14.9218.744.2-
YUV112.2982.69130.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 42.34%
GREEN value IS 126 (49.61% from 255) = 45.99%
BLUE value IS 32 (12.89% from 255) = 11.68%
R=42.34%
G=45.99%
B=11.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116126320.0800.750.5166.3859.4930.98
Hex747E20804B33423b1f
Octal16417640100113631027337
Binary11101001111110100000100001001011110011100001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747E20; }

 p { color: rgb(116,126,32); }

 H1.HeaderClassName
 {
   color: #747E20;
 }
 .AnyTagClassName
 {
   color: #747E20;
 }
</style>
background-color css

<style>
 a { background-color: #747E20; }

 a { background-color: rgb(116,126,32); }

 div.DivClassName
 {
   background-color: #747E20;
 }
 .BgClassName
 {
   background-color: #747E20;
 }
</style>
border-color css

<style>
 span { border-color: #747E20; }

 span { border-color: rgb(116,126,32); }

 td.TdClassName
 {
   border-color: #747E20;
 }
 .TagClassName
 {
   border-color: #747E20;
 }
</style>