Color Hex Logo

#7faa4a Color Hex

#7FAA4A
(127,170,74)
0 Favorites   0 Comments

Color spaces of #7faa4a

RGB 12717074
HSL0.240.390.48
HSV87°56°67°
CMYK 0.250.000.56   0.33
XYZ24.363233.755911.7100
Yxy33.75590.34890.4834
Hunter Lab58.0998-26.823728.7200
CIE-Lab64.7684-30.523744.1452

#7faa4a color RGB value is (127,170,74).

#7faa4a hex color red value is 127, green value is 170 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #7faa4a hue: 0.24 , saturation: 0.39 and the lightness value of 7faa4a is 0.48.

The process color (four color CMYK) of #7faa4a color hex is 0.25, 0.00, 0.56, 0.33. Web safe color of #7faa4a is #669933. Color #7faa4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 01001010
Octal 177 252 112
Decimal 127 170 74
Hex 7F AA 4A

RGB Percentages of Color #7faa4a

%34.23
%45.82
%19.95

CMYK Percentages of Color #7faa4a

%25
%0
%56
%33

Triadic Colors of #7faa4a

#7faa4a #4a7faa #aa4a7f

Analogous Colors of #7faa4a

#7faa4a #4faa4a #aaa54a

Monochromatic Colors of #7faa4a

#7faa4a

Complementary Color

#7faa4a #754aaa

#7faa4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faa4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faa4a Color CSS Codes

.mybgcolor {background-color:#7faa4a; } 
.myforecolor {color:#7faa4a; }
.mybordercolor {border:3px solid #7faa4a; }

#7faa4a Text Font Color

<p style="color:#7faa4a">Text here</p>

This sample text font color is #7faa4a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7faa4a Background Color

<div style="background-color:#7faa4a">
Div content here</div>

This div background color is #7faa4a


#7faa4a Border Color

<div style="border:3px solid #7faa4a">
Div here</div>

This div border color is #7faa4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,170,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7faa4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7faa4a;
  -webkit-box-shadow: 1px 1px 3px 2px #7faa4a;
  box-shadow:         1px 1px 3px 2px #7faa4a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,170,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7faa4a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7faa4a;
  -webkit-box-shadow: 1px 1px 3px 2px #7faa4a;
  box-shadow:         1px 1px 3px 2px #7faa4a;">
Div content here</div>

This div box has shadow with color #7faa4a


Comments

No comments written yet.

Please login to write comment.