COLOR #79AA7D

HEX: #79AA7D RGB: (121,170,125)

Color info

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

RGB color model

#79AA7D color RGB value is (121,170,125).

RGB: (121,170,125) (47%, 67%, 49%)

RGB channels and saturation

R 121 of 255 = 47%
G 170 of 255 = 67%
B 125 of 255 = 49%

121
170
125

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

Portions of RGB colors in percentages

R + G + B = 121 + 170 + 125 = 416 (100%)
R 121 of 416 ~ 29.09%
G 170 of 416 ~ 40.87%
B 125 of 416 ~ 30.05'%

%29.09
%40.87
%30.05

CMYK color model

#79AA7D color CMYK value is (29,0,26,33).

  • cyan value is 28.82%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 33.33%

CMYK: (29,0,26,33)
C29M0Y26K33 (29%, 0%, 26%, 33%)
(0.29 / 0.00 / 0.26 / 0.33)

CMYK percentages

%28.82
%0
%26.47
%33.33

Codes

Color #79AA7D in popluar color models

79 AA 7D
RGB 121 170 125
HSL 125° 22.37% 57.06%
HSB/HSV 125° 28.82% 66.67%
CMYK 28.82% 0.00% 26.47%
33.33%

Color #79AA7D in popluar number systems.

HEX 79 AA 7D
Decimal 121 170 125
Binary 1111001 10101010 1111101
Octal 171 252 175

Shades and tints

Shades of #79AA7D

#79AA7D
(121,170,125)
#6E9B72
(110,155,114)
#638C67
(99,140,103)
#587D5C
(88,125,92)
#4D6E51
(77,110,81)
#425F46
(66,95,70)
#37503B
(55,80,59)
#2C4130
(44,65,48)
#213225
(33,50,37)
#16231A
(22,35,26)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #79AA7D

#79AA7D
(121,170,125)
#85B188
(133,177,136)
#91B893
(145,184,147)
#9DBF9E
(157,191,158)
#A9C6A9
(169,198,169)
#B5CDB4
(181,205,180)
#C1D4BF
(193,212,191)
#CDDBCA
(205,219,202)
#D9E2D5
(217,226,213)
#E5E9E0
(229,233,224)
#F1F0EB
(241,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79AA7D color. Also use rgb(121,170,125) instead hex code.

Text Font Color

.myTextColor { color: #79AA7D; }

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

This text font color is #79AA7D.

Background Color

.myBgColor { background-color: #79AA7D; }

<div style="background-color:#79AA7D">Inner text</div>

This div background color is #79AA7D.

Border color

.myBorderColor { border: 1px solid #79AA7D; }

<div style="border:3px solid #79AA7D">Div</div>

This div border color is #79AA7D.

Opacity

.myOpacity80 { color: #79AA7D; opacity: 0.8; }

<p style="color:#79AA7D;opacity:0.8;">80%</p>

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

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

This text has shadow with #79AA7D color.


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

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

This text has shadow with #79AA7D primary color and red secondary color.


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

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

This text has shadow with #79AA7D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #79AA7D.

Preview

Color preview on black background

This text has color #79AA7D on black background.


Color preview on white background

This text has color #79AA7D on white background.


Black color preview on #79AA7D background

This text has black color on #79AA7D background.


White color preview on #79AA7D background

This text has white color on #79AA7D background.


Related colors

Complementary color

Complementary color for #hex is #865582.


I love getcolorcode.com

Triadic colors

1 #7D79AA and #AA7D79 with #79AA7D are triadic colors.

2 #7DAA79 and #AA797D with #79AA7D are triadic colors.