COLOR #7AA37E

HEX: #7AA37E RGB: (122,163,126)

Color info

#7AA37E contains red, green and blue colors in about the same proportion. Web safe color of #7AA37E is #669966 (or #696).

RGB color model

#7AA37E color RGB value is (122,163,126).

RGB: (122,163,126) (48%, 64%, 49%)

RGB channels and saturation

R 122 of 255 = 48%
G 163 of 255 = 64%
B 126 of 255 = 49%

122
163
126

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

Portions of RGB colors in percentages

R + G + B = 122 + 163 + 126 = 411 (100%)
R 122 of 411 ~ 29.68%
G 163 of 411 ~ 39.66%
B 126 of 411 ~ 30.66'%

%29.68
%39.66
%30.66

CMYK color model

#7AA37E color CMYK value is (25,0,23,36).

  • cyan value is 25.15%
  • magenta value is 0.00%
  • yellow value is 22.70%
  • key color value is 36.08%

CMYK: (25,0,23,36)
C25M0Y23K36 (25%, 0%, 23%, 36%)
(0.25 / 0.00 / 0.23 / 0.36)

CMYK percentages

%25.15
%0
%22.7
%36.08

Codes

Color #7AA37E in popluar color models

7A A3 7E
RGB 122 163 126
HSL 126° 18.22% 55.88%
HSB/HSV 126° 25.15% 63.92%
CMYK 25.15% 0.00% 22.70%
36.08%

Color #7AA37E in popluar number systems.

HEX 7A A3 7E
Decimal 122 163 126
Binary 1111010 10100011 1111110
Octal 172 243 176

Shades and tints

Shades of #7AA37E

#7AA37E
(122,163,126)
#6F9573
(111,149,115)
#648768
(100,135,104)
#59795D
(89,121,93)
#4E6B52
(78,107,82)
#435D47
(67,93,71)
#384F3C
(56,79,60)
#2D4131
(45,65,49)
#223326
(34,51,38)
#17251B
(23,37,27)
#0C1710
(12,23,16)
#000000
(0,0,0)

Tints of #7AA37E

#7AA37E
(122,163,126)
#86AB89
(134,171,137)
#92B394
(146,179,148)
#9EBB9F
(158,187,159)
#AAC3AA
(170,195,170)
#B6CBB5
(182,203,181)
#C2D3C0
(194,211,192)
#CEDBCB
(206,219,203)
#DAE3D6
(218,227,214)
#E6EBE1
(230,235,225)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA37E color. Also use rgb(122,163,126) instead hex code.

Text Font Color

.myTextColor { color: #7AA37E; }

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

This text font color is #7AA37E.

Background Color

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

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

This div background color is #7AA37E.

Border color

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

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

This div border color is #7AA37E.

Opacity

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

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

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

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

This text has shadow with #7AA37E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AA37E.

Preview

Color preview on black background

This text has color #7AA37E on black background.


Color preview on white background

This text has color #7AA37E on white background.


Black color preview on #7AA37E background

This text has black color on #7AA37E background.


White color preview on #7AA37E background

This text has white color on #7AA37E background.


Related colors

Complementary color

Complementary color for #hex is #855C81.


I love getcolorcode.com

Triadic colors

1 #7E7AA3 and #A37E7A with #7AA37E are triadic colors.

2 #7EA37A and #A37A7E with #7AA37E are triadic colors.