COLOR #7AAD6E

HEX: #7AAD6E RGB: (122,173,110)

Color info

#7AAD6E contains mainly red and green colors. Web safe color of #7AAD6E is #669966 (or #696).

RGB color model

#7AAD6E color RGB value is (122,173,110).

RGB: (122,173,110) (48%, 68%, 43%)

RGB channels and saturation

R 122 of 255 = 48%
G 173 of 255 = 68%
B 110 of 255 = 43%

122
173
110

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

Portions of RGB colors in percentages

R + G + B = 122 + 173 + 110 = 405 (100%)
R 122 of 405 ~ 30.12%
G 173 of 405 ~ 42.72%
B 110 of 405 ~ 27.16'%

%30.12
%42.72
%27.16

CMYK color model

#7AAD6E color CMYK value is (29,0,36,32).

  • cyan value is 29.48%
  • magenta value is 0.00%
  • yellow value is 36.42%
  • key color value is 32.16%

CMYK: (29,0,36,32)
C29M0Y36K32 (29%, 0%, 36%, 32%)
(0.29 / 0.00 / 0.36 / 0.32)

CMYK percentages

%29.48
%0
%36.42
%32.16

Codes

Color #7AAD6E in popluar color models

7A AD 6E
RGB 122 173 110
HSL 109° 27.75% 55.49%
HSB/HSV 109° 36.42% 67.84%
CMYK 29.48% 0.00% 36.42%
32.16%

Color #7AAD6E in popluar number systems.

HEX 7A AD 6E
Decimal 122 173 110
Binary 1111010 10101101 1101110
Octal 172 255 156

Shades and tints

Shades of #7AAD6E

#7AAD6E
(122,173,110)
#6F9E64
(111,158,100)
#648F5A
(100,143,90)
#598050
(89,128,80)
#4E7146
(78,113,70)
#43623C
(67,98,60)
#385332
(56,83,50)
#2D4428
(45,68,40)
#22351E
(34,53,30)
#172614
(23,38,20)
#0C170A
(12,23,10)
#000000
(0,0,0)

Tints of #7AAD6E

#7AAD6E
(122,173,110)
#86B47B
(134,180,123)
#92BB88
(146,187,136)
#9EC295
(158,194,149)
#AAC9A2
(170,201,162)
#B6D0AF
(182,208,175)
#C2D7BC
(194,215,188)
#CEDEC9
(206,222,201)
#DAE5D6
(218,229,214)
#E6ECE3
(230,236,227)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AAD6E color. Also use rgb(122,173,110) instead hex code.

Text Font Color

.myTextColor { color: #7AAD6E; }

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

This text font color is #7AAD6E.

Background Color

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

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

This div background color is #7AAD6E.

Border color

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

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

This div border color is #7AAD6E.

Opacity

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

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

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

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

This text has shadow with #7AAD6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AAD6E.

Preview

Color preview on black background

This text has color #7AAD6E on black background.


Color preview on white background

This text has color #7AAD6E on white background.


Black color preview on #7AAD6E background

This text has black color on #7AAD6E background.


White color preview on #7AAD6E background

This text has white color on #7AAD6E background.


Related colors

Complementary color

Complementary color for #hex is #855291.


I love getcolorcode.com

Triadic colors

1 #6E7AAD and #AD6E7A with #7AAD6E are triadic colors.

2 #6EAD7A and #AD7A6E with #7AAD6E are triadic colors.