Color Hex Logo

#7faa2f Color Hex

#7FAA2F
(127,170,47)
0 Favorites   0 Comments

Color spaces of #7faa2f

RGB 12717047
HSL0.220.570.43
HSV81°72°67°
CMYK 0.250.000.72   0.33
XYZ23.640233.46677.9031
Yxy33.46670.36360.5148
Hunter Lab57.8504-28.295332.3955
CIE-Lab64.5370-32.700155.4295

#7faa2f color RGB value is (127,170,47).

#7faa2f hex color red value is 127, green value is 170 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #7faa2f hue: 0.22 , saturation: 0.57 and the lightness value of 7faa2f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 10101010 00101111
Octal 177 252 57
Decimal 127 170 47
Hex 7F AA 2F

RGB Percentages of Color #7faa2f

%36.92
%49.42
%13.66

CMYK Percentages of Color #7faa2f

%25
%0
%72
%33

Triadic Colors of #7faa2f

#7faa2f #2f7faa #aa2f7f

Analogous Colors of #7faa2f

#7faa2f #41aa2f #aa982f

Monochromatic Colors of #7faa2f

#7faa2f

Complementary Color

#7faa2f #5a2faa

#7faa2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7faa2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7faa2f Color CSS Codes

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

#7faa2f Text Font Color

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

This sample text font color is #7faa2f
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.


#7faa2f Background Color

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

This div background color is #7faa2f


#7faa2f Border Color

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

This div border color is #7faa2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7faa2f


Comments

No comments written yet.

Please login to write comment.