COLOR #7AAD7D

HEX: #7AAD7D RGB: (122,173,125)

Color info

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

RGB color model

#7AAD7D color RGB value is (122,173,125).

RGB: (122,173,125) (48%, 68%, 49%)

RGB channels and saturation

R 122 of 255 = 48%
G 173 of 255 = 68%
B 125 of 255 = 49%

122
173
125

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

Portions of RGB colors in percentages

R + G + B = 122 + 173 + 125 = 420 (100%)
R 122 of 420 ~ 29.05%
G 173 of 420 ~ 41.19%
B 125 of 420 ~ 29.76'%

%29.05
%41.19
%29.76

CMYK color model

#7AAD7D color CMYK value is (29,0,28,32).

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

CMYK: (29,0,28,32)
C29M0Y28K32 (29%, 0%, 28%, 32%)
(0.29 / 0.00 / 0.28 / 0.32)

CMYK percentages

%29.48
%0
%27.75
%32.16

Codes

Color #7AAD7D in popluar color models

7A AD 7D
RGB 122 173 125
HSL 124° 23.72% 57.84%
HSB/HSV 124° 29.48% 67.84%
CMYK 29.48% 0.00% 27.75%
32.16%

Color #7AAD7D in popluar number systems.

HEX 7A AD 7D
Decimal 122 173 125
Binary 1111010 10101101 1111101
Octal 172 255 175

Shades and tints

Shades of #7AAD7D

#7AAD7D
(122,173,125)
#6F9E72
(111,158,114)
#648F67
(100,143,103)
#59805C
(89,128,92)
#4E7151
(78,113,81)
#436246
(67,98,70)
#38533B
(56,83,59)
#2D4430
(45,68,48)
#223525
(34,53,37)
#17261A
(23,38,26)
#0C170F
(12,23,15)
#000000
(0,0,0)

Tints of #7AAD7D

#7AAD7D
(122,173,125)
#86B488
(134,180,136)
#92BB93
(146,187,147)
#9EC29E
(158,194,158)
#AAC9A9
(170,201,169)
#B6D0B4
(182,208,180)
#C2D7BF
(194,215,191)
#CEDECA
(206,222,202)
#DAE5D5
(218,229,213)
#E6ECE0
(230,236,224)
#F2F3EB
(242,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AAD7D; }

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

This text font color is #7AAD7D.

Background Color

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

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

This div background color is #7AAD7D.

Border color

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

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

This div border color is #7AAD7D.

Opacity

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

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

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

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

This text has shadow with #7AAD7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AAD7D.

Preview

Color preview on black background

This text has color #7AAD7D on black background.


Color preview on white background

This text has color #7AAD7D on white background.


Black color preview on #7AAD7D background

This text has black color on #7AAD7D background.


White color preview on #7AAD7D background

This text has white color on #7AAD7D background.


Related colors

Complementary color

Complementary color for #hex is #855282.


I love getcolorcode.com

Triadic colors

1 #7D7AAD and #AD7D7A with #7AAD7D are triadic colors.

2 #7DAD7A and #AD7A7D with #7AAD7D are triadic colors.