COLOR #7AA99E

HEX: #7AA99E RGB: (122,169,158)

Color info

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

RGB color model

#7AA99E color RGB value is (122,169,158).

RGB: (122,169,158) (48%, 66%, 62%)

RGB channels and saturation

R 122 of 255 = 48%
G 169 of 255 = 66%
B 158 of 255 = 62%

122
169
158

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

Portions of RGB colors in percentages

R + G + B = 122 + 169 + 158 = 449 (100%)
R 122 of 449 ~ 27.17%
G 169 of 449 ~ 37.64%
B 158 of 449 ~ 35.19'%

%27.17
%37.64
%35.19

CMYK color model

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

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

CMYK: (28,0,7,34)
C28M0Y7K34 (28%, 0%, 7%, 34%)
(0.28 / 0.00 / 0.07 / 0.34)

CMYK percentages

%27.81
%0
%6.51
%33.73

Codes

Color #7AA99E in popluar color models

7A A9 9E
RGB 122 169 158
HSL 166° 21.46% 57.06%
HSB/HSV 166° 27.81% 66.27%
CMYK 27.81% 0.00% 6.51%
33.73%

Color #7AA99E in popluar number systems.

HEX 7A A9 9E
Decimal 122 169 158
Binary 1111010 10101001 10011110
Octal 172 251 236

Shades and tints

Shades of #7AA99E

#7AA99E
(122,169,158)
#6F9A90
(111,154,144)
#648B82
(100,139,130)
#597C74
(89,124,116)
#4E6D66
(78,109,102)
#435E58
(67,94,88)
#384F4A
(56,79,74)
#2D403C
(45,64,60)
#22312E
(34,49,46)
#172220
(23,34,32)
#0C1312
(12,19,18)
#000000
(0,0,0)

Tints of #7AA99E

#7AA99E
(122,169,158)
#86B0A6
(134,176,166)
#92B7AE
(146,183,174)
#9EBEB6
(158,190,182)
#AAC5BE
(170,197,190)
#B6CCC6
(182,204,198)
#C2D3CE
(194,211,206)
#CEDAD6
(206,218,214)
#DAE1DE
(218,225,222)
#E6E8E6
(230,232,230)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA99E; }

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

This text font color is #7AA99E.

Background Color

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

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

This div background color is #7AA99E.

Border color

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

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

This div border color is #7AA99E.

Opacity

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

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

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

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

This text has shadow with #7AA99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA99E.

Preview

Color preview on black background

This text has color #7AA99E on black background.


Color preview on white background

This text has color #7AA99E on white background.


Black color preview on #7AA99E background

This text has black color on #7AA99E background.


White color preview on #7AA99E background

This text has white color on #7AA99E background.


Related colors

Complementary color

Complementary color for #hex is #855661.


I love getcolorcode.com

Triadic colors

1 #9E7AA9 and #A99E7A with #7AA99E are triadic colors.

2 #9EA97A and #A97A9E with #7AA99E are triadic colors.