COLOR #7AAE7F

HEX: #7AAE7F
RGB: (122,174,127)

Color info

#7AAE7F contains red, green and blue colors in about the same proportion. Web safe color of #7AAE7F is #669966 (or #696).

RGB color model

#7AAE7F color RGB value is (122,174,127).

  • red value is 122;
  • green value is 174;
  • blue value is 127.
RGB:
(122,174,127)
(48%,68%,50%)

RGB channels and saturation

R 122 of 255 = 48%
G 174 of 255 = 68%
B 127 of 255 = 50%

122
174
127

R + G + B ~ 55%. #7AAE7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
122 + 174 + 127 = 423 (100%)
R 122 of 423 ~ 28.84%
G 174 of 423 ~ 41.13%
B 127 of 423 ~ 30.02%

%28.84
%41.13
%30.02

CMYK color model

#7AAE7F color CMYK value is (30,0,27,32).

  • cyan value is 29.89%
  • magenta value is 0.00%
  • yellow value is 27.01%
  • key color value is 31.76%
CMYK:
(30,0,27,32)
C30M0Y27K32 
(30%,0%,27%,32%)
(0.30/0.00/0.27/0.32)	

CMYK percentages

%29.89
%0
%27.01
%31.76

Codes

Color #7AAE7F in popluar color models

7AAE7F
RGB122174127
HSL126°24.30%58.04%
HSB/HSV126°29.89%68.24%
CMYK29.89%0.00%27.01%
31.76%

Color #7AAE7F in popluar number systems.

HEX7AAE7F
Decimal122174127
Binary1111010101011101111111
Octal172256177

Shades and tints

Shades of #7AAE7F

#7AAE7F
(122,174,127)
#6F9F74
(111,159,116)
#649069
(100,144,105)
#59815E
(89,129,94)
#4E7253
(78,114,83)
#436348
(67,99,72)
#38543D
(56,84,61)
#2D4532
(45,69,50)
#223627
(34,54,39)
#17271C
(23,39,28)
#0C1811
(12,24,17)
#000000
(0,0,0)

Tints of #7AAE7F

#7AAE7F
(122,174,127)
#86B58A
(134,181,138)
#92BC95
(146,188,149)
#9EC3A0
(158,195,160)
#AACAAB
(170,202,171)
#B6D1B6
(182,209,182)
#C2D8C1
(194,216,193)
#CEDFCC
(206,223,204)
#DAE6D7
(218,230,215)
#E6EDE2
(230,237,226)
#F2F4ED
(242,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAE7F color. Also use rgb(122,174,127) instead hex code.

Text Font Color

.myTextColor { color: #7AAE7F; }

<p style="color:#7AAE7F">This sample text font color is #7AAE7F.</p>

This text font color is #7AAE7F.


Background Color

.myBgColor { background-color: #7AAE7F; }

<div style="background-color:#7AAE7F">Inner text</div>

This div background color is #7AAE7F.


Border color

.myBorderColor { border: 1px solid #7AAE7F; }

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

This div border color is #7AAE7F.


Opacity

.myOpacity80 { color: #7AAE7F; opacity: 0.8; }

<p style="color:#7AAE7F;opacity:0.8;">80%</p>

Text with #7AAE7F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7AAE7F;}

<p style="text-shadow: 3px 3px 1px #7AAE7F">Text here.</p>

This text has shadow with #7AAE7F color.

.textShadow {text-shadow: 3px 3px 1px #7AAE7F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7AAE7F, 5px 5px 20px red">Text here.</p>

This text has shadow with #7AAE7F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7AAE7F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7AAE7F, Direction=45, Strength=4)">Text</p>

This text has shadow with #7AAE7F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7AAE7F;
  -webkit-box-shadow:	1px 1px 3px 2px #7AAE7F;
  box-shadow:		1px 1px 3px 2px #7AAE7F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7AAE7F;
-webkit-box-shadow: 1px 1px 3px 2px #7AAE7F;
box-shadow:1px 1px 3px 2px #7AAE7F;">
Div content here</div>
This div box has shadow with color #7AAE7F.

Preview

Color preview on black background

This text has color #7AAE7F on black background.


Color preview on white background

This text has color #7AAE7F on white background.



Black color preview on #7AAE7F background

This text has black color on #7AAE7F background.


White color preview on #7AAE7F background

This text has white color on #7AAE7F background.