Color Hex Logo

#7aa95e Color Hex

#7AA95E
(122,169,94)
0 Favorites   0 Comments

Color spaces of #7aa95e

RGB 12216994
HSL0.270.300.52
HSV98°44°66°
CMYK 0.280.000.44   0.34
XYZ24.234433.321715.7441
Yxy33.32170.33060.4546
Hunter Lab57.7250-26.079824.2365
CIE-Lab64.4206-29.585333.6819

#7aa95e color RGB value is (122,169,94).

#7aa95e hex color red value is 122, green value is 169 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #7aa95e hue: 0.27 , saturation: 0.30 and the lightness value of 7aa95e is 0.52.

The process color (four color CMYK) of #7aa95e color hex is 0.28, 0.00, 0.44, 0.34. Web safe color of #7aa95e is #669966. Color #7aa95e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101001 01011110
Octal 172 251 136
Decimal 122 169 94
Hex 7A A9 5E

RGB Percentages of Color #7aa95e

%31.69
%43.90
%24.42

CMYK Percentages of Color #7aa95e

%28
%0
%44
%34

Triadic Colors of #7aa95e

#7aa95e #5e7aa9 #a95e7a

Analogous Colors of #7aa95e

#7aa95e #5ea968 #a0a95e

Monochromatic Colors of #7aa95e

#7aa95e

Complementary Color

#7aa95e #8d5ea9

#7aa95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aa95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aa95e Color CSS Codes

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

#7aa95e Text Font Color

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

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


#7aa95e Background Color

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

This div background color is #7aa95e


#7aa95e Border Color

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

This div border color is #7aa95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aa95e


Comments

No comments written yet.

Please login to write comment.