#747E26

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

Shades of Trendy Green #747E26

Tints of Trendy Green #747E26

Color information

#747E26 (or 0x747E26) is unknown color: approx Trendy Green. HEX triplet: 74, 7E and 26. RGB value is (116,126,38). Sum of RGB (Red+Green+Blue) = 116+126+38=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 126 (49.61% from 255 or 45% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 126 - color contains mainly: green. Hex color #747E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747E26 is #8B81D9. Grayscale: #717171. Windows color (decimal): -9142746 or 2522740. OLE color: 2522740.

HSL color Cylindrical-coordinate representation of color #747E26: hue angle of 66.82º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #747E26 is Cyan = 0.08, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB11612638-
CMYK0.0800.700.51
HSL66.82º53.66%32.16%-
HSV(B)66.82º69.84%49.41%-
XYZ15.0118.774.67-
YUV112.9885.69130.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.43%
GREEN value IS 126 (49.61% from 255) = 45%
BLUE value IS 38 (15.23% from 255) = 13.57%
R=41.43%
G=45%
B=13.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116126380.0800.700.5166.8253.6632.16
Hex747E26804633433620
Octal16417646100106631036640
Binary111010011111101001101000010001101100111000011110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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