COLOR #7AA295

HEX: #7AA295 RGB: (122,162,149)

Color info

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

RGB color model

#7AA295 color RGB value is (122,162,149).

RGB: (122,162,149) (48%, 64%, 58%)

RGB channels and saturation

R 122 of 255 = 48%
G 162 of 255 = 64%
B 149 of 255 = 58%

122
162
149

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

Portions of RGB colors in percentages

R + G + B = 122 + 162 + 149 = 433 (100%)
R 122 of 433 ~ 28.18%
G 162 of 433 ~ 37.41%
B 149 of 433 ~ 34.41'%

%28.18
%37.41
%34.41

CMYK color model

#7AA295 color CMYK value is (25,0,8,36).

  • cyan value is 24.69%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 36.47%

CMYK: (25,0,8,36)
C25M0Y8K36 (25%, 0%, 8%, 36%)
(0.25 / 0.00 / 0.08 / 0.36)

CMYK percentages

%24.69
%0
%8.02
%36.47

Codes

Color #7AA295 in popluar color models

7A A2 95
RGB 122 162 149
HSL 161° 17.70% 55.69%
HSB/HSV 161° 24.69% 63.53%
CMYK 24.69% 0.00% 8.02%
36.47%

Color #7AA295 in popluar number systems.

HEX 7A A2 95
Decimal 122 162 149
Binary 1111010 10100010 10010101
Octal 172 242 225

Shades and tints

Shades of #7AA295

#7AA295
(122,162,149)
#6F9488
(111,148,136)
#64867B
(100,134,123)
#59786E
(89,120,110)
#4E6A61
(78,106,97)
#435C54
(67,92,84)
#384E47
(56,78,71)
#2D403A
(45,64,58)
#22322D
(34,50,45)
#172420
(23,36,32)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #7AA295

#7AA295
(122,162,149)
#86AA9E
(134,170,158)
#92B2A7
(146,178,167)
#9EBAB0
(158,186,176)
#AAC2B9
(170,194,185)
#B6CAC2
(182,202,194)
#C2D2CB
(194,210,203)
#CEDAD4
(206,218,212)
#DAE2DD
(218,226,221)
#E6EAE6
(230,234,230)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AA295; }

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

This text font color is #7AA295.

Background Color

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

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

This div background color is #7AA295.

Border color

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

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

This div border color is #7AA295.

Opacity

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

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

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

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

This text has shadow with #7AA295 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA295.

Preview

Color preview on black background

This text has color #7AA295 on black background.


Color preview on white background

This text has color #7AA295 on white background.


Black color preview on #7AA295 background

This text has black color on #7AA295 background.


White color preview on #7AA295 background

This text has white color on #7AA295 background.


Related colors

Complementary color

Complementary color for #hex is #855D6A.


I love getcolorcode.com

Triadic colors

1 #957AA2 and #A2957A with #7AA295 are triadic colors.

2 #95A27A and #A27A95 with #7AA295 are triadic colors.