COLOR #7AA197

HEX: #7AA197 RGB: (122,161,151)

Color info

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

RGB color model

#7AA197 color RGB value is (122,161,151).

RGB: (122,161,151) (48%, 63%, 59%)

RGB channels and saturation

R 122 of 255 = 48%
G 161 of 255 = 63%
B 151 of 255 = 59%

122
161
151

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

Portions of RGB colors in percentages

R + G + B = 122 + 161 + 151 = 434 (100%)
R 122 of 434 ~ 28.11%
G 161 of 434 ~ 37.1%
B 151 of 434 ~ 34.79'%

%28.11
%37.1
%34.79

CMYK color model

#7AA197 color CMYK value is (24,0,6,37).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 6.21%
  • key color value is 36.86%
CMYK: (24,0,6,37) C24M0Y6K37 (24%,0%,6%,37%) (0.24/0.00/0.06/0.37) 

CMYK percentages

%24.22
%0
%6.21
%36.86

Codes

Color #7AA197 in popluar color models

7A A1 97
RGB 122 161 151
HSL 165° 17.18% 55.49%
HSB/HSV 165° 24.22% 63.14%
CMYK 24.22% 0.00% 6.21%
36.86%

Color #7AA197 in popluar number systems.

HEX 7A A1 97
Decimal 122 161 151
Binary 1111010 10100001 10010111
Octal 172 241 227

Shades and tints

Shades of #7AA197

#7AA197
(122,161,151)
#6F938A
(111,147,138)
#64857D
(100,133,125)
#597770
(89,119,112)
#4E6963
(78,105,99)
#435B56
(67,91,86)
#384D49
(56,77,73)
#2D3F3C
(45,63,60)
#22312F
(34,49,47)
#172322
(23,35,34)
#0C1515
(12,21,21)
#000000
(0,0,0)

Tints of #7AA197

#7AA197
(122,161,151)
#86A9A0
(134,169,160)
#92B1A9
(146,177,169)
#9EB9B2
(158,185,178)
#AAC1BB
(170,193,187)
#B6C9C4
(182,201,196)
#C2D1CD
(194,209,205)
#CED9D6
(206,217,214)
#DAE1DF
(218,225,223)
#E6E9E8
(230,233,232)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA197; }

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

This text font color is #7AA197.

Background Color

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

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

This div background color is #7AA197.

Border color

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

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

This div border color is #7AA197.

Opacity

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

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

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

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

This text has shadow with #7AA197 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA197.

Preview

Color preview on black background

This text has color #7AA197 on black background.


Color preview on white background

This text has color #7AA197 on white background.


Black color preview on #7AA197 background

This text has black color on #7AA197 background.


White color preview on #7AA197 background

This text has white color on #7AA197 background.


Related colors

Complementary color

Complementary color for #hex is #855E68.


I love getcolorcode.com

Triadic colors

1 #977AA1 and #A1977A with #7AA197 are triadic colors.

2 #97A17A and #A17A97 with #7AA197 are triadic colors.