COLOR #7AA990

HEX: #7AA990 RGB: (122,169,144)

Color info

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

RGB color model

#7AA990 color RGB value is (122,169,144).

RGB: (122,169,144) (48%, 66%, 56%)

RGB channels and saturation

R 122 of 255 = 48%
G 169 of 255 = 66%
B 144 of 255 = 56%

122
169
144

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

Portions of RGB colors in percentages

R + G + B = 122 + 169 + 144 = 435 (100%)
R 122 of 435 ~ 28.05%
G 169 of 435 ~ 38.85%
B 144 of 435 ~ 33.1'%

%28.05
%38.85
%33.1

CMYK color model

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

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

CMYK: (28,0,15,34)
C28M0Y15K34 (28%, 0%, 15%, 34%)
(0.28 / 0.00 / 0.15 / 0.34)

CMYK percentages

%27.81
%0
%14.79
%33.73

Codes

Color #7AA990 in popluar color models

7A A9 90
RGB 122 169 144
HSL 148° 21.46% 57.06%
HSB/HSV 148° 27.81% 66.27%
CMYK 27.81% 0.00% 14.79%
33.73%

Color #7AA990 in popluar number systems.

HEX 7A A9 90
Decimal 122 169 144
Binary 1111010 10101001 10010000
Octal 172 251 220

Shades and tints

Shades of #7AA990

#7AA990
(122,169,144)
#6F9A83
(111,154,131)
#648B76
(100,139,118)
#597C69
(89,124,105)
#4E6D5C
(78,109,92)
#435E4F
(67,94,79)
#384F42
(56,79,66)
#2D4035
(45,64,53)
#223128
(34,49,40)
#17221B
(23,34,27)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #7AA990

#7AA990
(122,169,144)
#86B09A
(134,176,154)
#92B7A4
(146,183,164)
#9EBEAE
(158,190,174)
#AAC5B8
(170,197,184)
#B6CCC2
(182,204,194)
#C2D3CC
(194,211,204)
#CEDAD6
(206,218,214)
#DAE1E0
(218,225,224)
#E6E8EA
(230,232,234)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA990; }

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

This text font color is #7AA990.

Background Color

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

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

This div background color is #7AA990.

Border color

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

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

This div border color is #7AA990.

Opacity

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

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

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

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

This text has shadow with #7AA990 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA990.

Preview

Color preview on black background

This text has color #7AA990 on black background.


Color preview on white background

This text has color #7AA990 on white background.


Black color preview on #7AA990 background

This text has black color on #7AA990 background.


White color preview on #7AA990 background

This text has white color on #7AA990 background.


Related colors

Complementary color

Complementary color for #hex is #85566F.


I love getcolorcode.com

Triadic colors

1 #907AA9 and #A9907A with #7AA990 are triadic colors.

2 #90A97A and #A97A90 with #7AA990 are triadic colors.