#747E16

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

Shades of Trendy Green #747E16

Tints of Trendy Green #747E16

Color information

#747E16 (or 0x747E16) is unknown color: approx Trendy Green. HEX triplet: 74, 7E and 16. RGB value is (116,126,22). Sum of RGB (Red+Green+Blue) = 116+126+22=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 126 (49.61% from 255 or 47.73% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 126 - color contains mainly: green. Hex color #747E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747E16 is #8B81E9. Grayscale: #6F6F6F. Windows color (decimal): -9142762 or 1474164. OLE color: 1474164.

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

Color convert

RGB11612622-
CMYK0.0800.830.51
HSL65.77º70.27%29.02%-
HSV(B)65.77º82.54%49.41%-
XYZ14.8118.693.59-
YUV111.1577.69131.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 126 (49.61% from 255) = 47.73%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=43.94%
G=47.73%
B=8.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal116126220.0800.830.5165.7770.2729.02
Hex747E1680533342461d
Octal164176261001236310210635
Binary11101001111110101101000010100111100111000010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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