COLOR #7AA991

HEX: #7AA991 RGB: (122,169,145)

Color info

#7AA991 contains red, green and blue colors in about the same proportion. Web safe color of #7AA991 is #669999 (or #699).

RGB color model

#7AA991 color RGB value is (122,169,145).

RGB: (122,169,145) (48%, 66%, 57%)

RGB channels and saturation

R 122 of 255 = 48%
G 169 of 255 = 66%
B 145 of 255 = 57%

122
169
145

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

Portions of RGB colors in percentages

R + G + B = 122 + 169 + 145 = 436 (100%)
R 122 of 436 ~ 27.98%
G 169 of 436 ~ 38.76%
B 145 of 436 ~ 33.26'%

%27.98
%38.76
%33.26

CMYK color model

#7AA991 color CMYK value is (28,0,14,34).

  • cyan value is 27.81%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 33.73%

CMYK: (28,0,14,34)
C28M0Y14K34 (28%, 0%, 14%, 34%)
(0.28 / 0.00 / 0.14 / 0.34)

CMYK percentages

%27.81
%0
%14.2
%33.73

Codes

Color #7AA991 in popluar color models

7A A9 91
RGB 122 169 145
HSL 149° 21.46% 57.06%
HSB/HSV 149° 27.81% 66.27%
CMYK 27.81% 0.00% 14.20%
33.73%

Color #7AA991 in popluar number systems.

HEX 7A A9 91
Decimal 122 169 145
Binary 1111010 10101001 10010001
Octal 172 251 221

Shades and tints

Shades of #7AA991

#7AA991
(122,169,145)
#6F9A84
(111,154,132)
#648B77
(100,139,119)
#597C6A
(89,124,106)
#4E6D5D
(78,109,93)
#435E50
(67,94,80)
#384F43
(56,79,67)
#2D4036
(45,64,54)
#223129
(34,49,41)
#17221C
(23,34,28)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #7AA991

#7AA991
(122,169,145)
#86B09B
(134,176,155)
#92B7A5
(146,183,165)
#9EBEAF
(158,190,175)
#AAC5B9
(170,197,185)
#B6CCC3
(182,204,195)
#C2D3CD
(194,211,205)
#CEDAD7
(206,218,215)
#DAE1E1
(218,225,225)
#E6E8EB
(230,232,235)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA991 color. Also use rgb(122,169,145) instead hex code.

Text Font Color

.myTextColor { color: #7AA991; }

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

This text font color is #7AA991.

Background Color

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

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

This div background color is #7AA991.

Border color

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

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

This div border color is #7AA991.

Opacity

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

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

Text with #7AA991 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 #7AA991;}

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

This text has shadow with #7AA991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA991.

Preview

Color preview on black background

This text has color #7AA991 on black background.


Color preview on white background

This text has color #7AA991 on white background.


Black color preview on #7AA991 background

This text has black color on #7AA991 background.


White color preview on #7AA991 background

This text has white color on #7AA991 background.


Related colors

Complementary color

Complementary color for #hex is #85566E.


I love getcolorcode.com

Triadic colors

1 #917AA9 and #A9917A with #7AA991 are triadic colors.

2 #91A97A and #A97A91 with #7AA991 are triadic colors.