COLOR #7AAC89

HEX: #7AAC89 RGB: (122,172,137)

Color info

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

RGB color model

#7AAC89 color RGB value is (122,172,137).

RGB: (122,172,137) (48%, 67%, 54%)

RGB channels and saturation

R 122 of 255 = 48%
G 172 of 255 = 67%
B 137 of 255 = 54%

122
172
137

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

Portions of RGB colors in percentages

R + G + B = 122 + 172 + 137 = 431 (100%)
R 122 of 431 ~ 28.31%
G 172 of 431 ~ 39.91%
B 137 of 431 ~ 31.79'%

%28.31
%39.91
%31.79

CMYK color model

#7AAC89 color CMYK value is (29,0,20,33).

  • cyan value is 29.07%
  • magenta value is 0.00%
  • yellow value is 20.35%
  • key color value is 32.55%
CMYK: (29,0,20,33) C29M0Y20K33 (29%,0%,20%,33%) (0.29/0.00/0.20/0.33) 

CMYK percentages

%29.07
%0
%20.35
%32.55

Codes

Color #7AAC89 in popluar color models

7A AC 89
RGB 122 172 137
HSL 138° 23.15% 57.65%
HSB/HSV 138° 29.07% 67.45%
CMYK 29.07% 0.00% 20.35%
32.55%

Color #7AAC89 in popluar number systems.

HEX 7A AC 89
Decimal 122 172 137
Binary 1111010 10101100 10001001
Octal 172 254 211

Shades and tints

Shades of #7AAC89

#7AAC89
(122,172,137)
#6F9D7D
(111,157,125)
#648E71
(100,142,113)
#597F65
(89,127,101)
#4E7059
(78,112,89)
#43614D
(67,97,77)
#385241
(56,82,65)
#2D4335
(45,67,53)
#223429
(34,52,41)
#17251D
(23,37,29)
#0C1611
(12,22,17)
#000000
(0,0,0)

Tints of #7AAC89

#7AAC89
(122,172,137)
#86B393
(134,179,147)
#92BA9D
(146,186,157)
#9EC1A7
(158,193,167)
#AAC8B1
(170,200,177)
#B6CFBB
(182,207,187)
#C2D6C5
(194,214,197)
#CEDDCF
(206,221,207)
#DAE4D9
(218,228,217)
#E6EBE3
(230,235,227)
#F2F2ED
(242,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAC89 color. Also use rgb(122,172,137) instead hex code.

Text Font Color

.myTextColor { color: #7AAC89; }

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

This text font color is #7AAC89.

Background Color

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

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

This div background color is #7AAC89.

Border color

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

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

This div border color is #7AAC89.

Opacity

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

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

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

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

This text has shadow with #7AAC89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AAC89.

Preview

Color preview on black background

This text has color #7AAC89 on black background.


Color preview on white background

This text has color #7AAC89 on white background.


Black color preview on #7AAC89 background

This text has black color on #7AAC89 background.


White color preview on #7AAC89 background

This text has white color on #7AAC89 background.


Related colors

Complementary color

Complementary color for #hex is #855376.


I love getcolorcode.com

Triadic colors

1 #897AAC and #AC897A with #7AAC89 are triadic colors.

2 #89AC7A and #AC7A89 with #7AAC89 are triadic colors.