COLOR #7AA189

HEX: #7AA189 RGB: (122,161,137)

Color info

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

RGB color model

#7AA189 color RGB value is (122,161,137).

RGB: (122,161,137) (48%, 63%, 54%)

RGB channels and saturation

R 122 of 255 = 48%
G 161 of 255 = 63%
B 137 of 255 = 54%

122
161
137

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

Portions of RGB colors in percentages

R + G + B = 122 + 161 + 137 = 420 (100%)
R 122 of 420 ~ 29.05%
G 161 of 420 ~ 38.33%
B 137 of 420 ~ 32.62'%

%29.05
%38.33
%32.62

CMYK color model

#7AA189 color CMYK value is (24,0,15,37).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 14.91%
  • key color value is 36.86%
CMYK: (24,0,15,37) C24M0Y15K37 (24%,0%,15%,37%) (0.24/0.00/0.15/0.37) 

CMYK percentages

%24.22
%0
%14.91
%36.86

Codes

Color #7AA189 in popluar color models

7A A1 89
RGB 122 161 137
HSL 143° 17.18% 55.49%
HSB/HSV 143° 24.22% 63.14%
CMYK 24.22% 0.00% 14.91%
36.86%

Color #7AA189 in popluar number systems.

HEX 7A A1 89
Decimal 122 161 137
Binary 1111010 10100001 10001001
Octal 172 241 211

Shades and tints

Shades of #7AA189

#7AA189
(122,161,137)
#6F937D
(111,147,125)
#648571
(100,133,113)
#597765
(89,119,101)
#4E6959
(78,105,89)
#435B4D
(67,91,77)
#384D41
(56,77,65)
#2D3F35
(45,63,53)
#223129
(34,49,41)
#17231D
(23,35,29)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #7AA189

#7AA189
(122,161,137)
#86A993
(134,169,147)
#92B19D
(146,177,157)
#9EB9A7
(158,185,167)
#AAC1B1
(170,193,177)
#B6C9BB
(182,201,187)
#C2D1C5
(194,209,197)
#CED9CF
(206,217,207)
#DAE1D9
(218,225,217)
#E6E9E3
(230,233,227)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA189; }

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

This text font color is #7AA189.

Background Color

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

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

This div background color is #7AA189.

Border color

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

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

This div border color is #7AA189.

Opacity

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

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

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

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

This text has shadow with #7AA189 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA189.

Preview

Color preview on black background

This text has color #7AA189 on black background.


Color preview on white background

This text has color #7AA189 on white background.


Black color preview on #7AA189 background

This text has black color on #7AA189 background.


White color preview on #7AA189 background

This text has white color on #7AA189 background.


Related colors

Complementary color

Complementary color for #hex is #855E76.


I love getcolorcode.com

Triadic colors

1 #897AA1 and #A1897A with #7AA189 are triadic colors.

2 #89A17A and #A17A89 with #7AA189 are triadic colors.