COLOR #7AA195

HEX: #7AA195
RGB: (122,161,149)

Color info

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

RGB color model

#7AA195 color RGB value is (122,161,149).

  • red value is 122;
  • green value is 161;
  • blue value is 149.
RGB:
(122,161,149)
(48%,63%,58%)

RGB channels and saturation

R 122 of 255 = 48%
G 161 of 255 = 63%
B 149 of 255 = 58%

122
161
149

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

Portions of RGB colors in percentages

R + G + B =
122 + 161 + 149 = 432 (100%)
R 122 of 432 ~ 28.24%
G 161 of 432 ~ 37.27%
B 149 of 432 ~ 34.49%

%28.24
%37.27
%34.49

CMYK color model

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

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 7.45%
  • key color value is 36.86%
CMYK:
(24,0,7,37)
C24M0Y7K37 
(24%,0%,7%,37%)
(0.24/0.00/0.07/0.37)	

CMYK percentages

%24.22
%0
%7.45
%36.86

Codes

Color #7AA195 in popluar color models

7AA195
RGB122161149
HSL162°17.18%55.49%
HSB/HSV162°24.22%63.14%
CMYK24.22%0.00%7.45%
36.86%

Color #7AA195 in popluar number systems.

HEX7AA195
Decimal122161149
Binary11110101010000110010101
Octal172241225

Shades and tints

Shades of #7AA195

#7AA195
(122,161,149)
#6F9388
(111,147,136)
#64857B
(100,133,123)
#59776E
(89,119,110)
#4E6961
(78,105,97)
#435B54
(67,91,84)
#384D47
(56,77,71)
#2D3F3A
(45,63,58)
#22312D
(34,49,45)
#172320
(23,35,32)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #7AA195

#7AA195
(122,161,149)
#86A99E
(134,169,158)
#92B1A7
(146,177,167)
#9EB9B0
(158,185,176)
#AAC1B9
(170,193,185)
#B6C9C2
(182,201,194)
#C2D1CB
(194,209,203)
#CED9D4
(206,217,212)
#DAE1DD
(218,225,221)
#E6E9E6
(230,233,230)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA195; }

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

This text font color is #7AA195.


Background Color

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

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

This div background color is #7AA195.


Border color

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

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

This div border color is #7AA195.


Opacity

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

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

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

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

This text has shadow with #7AA195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA195 on black background.


Color preview on white background

This text has color #7AA195 on white background.



Black color preview on #7AA195 background

This text has black color on #7AA195 background.


White color preview on #7AA195 background

This text has white color on #7AA195 background.