Color Hex Logo

#7aaa7e Color Hex

#7AAA7E
(122,170,126)
0 Favorites   0 Comments

Color spaces of #7aaa7e

RGB 122170126
HSL0.350.220.57
HSV125°28°67°
CMYK 0.280.000.26   0.33
XYZ26.166734.393424.9981
Yxy34.39340.30580.4020
Hunter Lab58.6459-22.986915.7795
CIE-Lab65.2736-25.050317.6619

#7aaa7e color RGB value is (122,170,126).

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

The process color (four color CMYK) of #7aaa7e color hex is 0.28, 0.00, 0.26, 0.33. Web safe color of #7aaa7e is #669966. Color #7aaa7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101010 01111110
Octal 172 252 176
Decimal 122 170 126
Hex 7A AA 7E

RGB Percentages of Color #7aaa7e

%29.19
%40.67
%30.14

CMYK Percentages of Color #7aaa7e

%28
%0
%26
%33

Triadic Colors of #7aaa7e

#7aaa7e #7e7aaa #aa7e7a

Analogous Colors of #7aaa7e

#7aaa7e #7aaa96 #8eaa7a

Monochromatic Colors of #7aaa7e

#7aaa7e

Complementary Color

#7aaa7e #aa7aa6

#7aaa7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aaa7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aaa7e Color CSS Codes

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

#7aaa7e Text Font Color

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

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


#7aaa7e Background Color

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

This div background color is #7aaa7e


#7aaa7e Border Color

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

This div border color is #7aaa7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aaa7e


Comments

No comments written yet.

Please login to write comment.