COLOR #79AA5B

HEX: #79AA5B RGB: (121,170,91)

Color info

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

RGB color model

#79AA5B color RGB value is (121,170,91).

RGB: (121,170,91) (47%, 67%, 36%)

RGB channels and saturation

R 121 of 255 = 47%
G 170 of 255 = 67%
B 91 of 255 = 36%

121
170
91

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

Portions of RGB colors in percentages

R + G + B = 121 + 170 + 91 = 382 (100%)
R 121 of 382 ~ 31.68%
G 170 of 382 ~ 44.5%
B 91 of 382 ~ 23.82'%

%31.68
%44.5
%23.82

CMYK color model

#79AA5B color CMYK value is (29,0,46,33).

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

CMYK: (29,0,46,33)
C29M0Y46K33 (29%, 0%, 46%, 33%)
(0.29 / 0.00 / 0.46 / 0.33)

CMYK percentages

%28.82
%0
%46.47
%33.33

Codes

Color #79AA5B in popluar color models

79 AA 5B
RGB 121 170 91
HSL 97° 31.73% 51.18%
HSB/HSV 97° 46.47% 66.67%
CMYK 28.82% 0.00% 46.47%
33.33%

Color #79AA5B in popluar number systems.

HEX 79 AA 5B
Decimal 121 170 91
Binary 1111001 10101010 1011011
Octal 171 252 133

Shades and tints

Shades of #79AA5B

#79AA5B
(121,170,91)
#6E9B53
(110,155,83)
#638C4B
(99,140,75)
#587D43
(88,125,67)
#4D6E3B
(77,110,59)
#425F33
(66,95,51)
#37502B
(55,80,43)
#2C4123
(44,65,35)
#21321B
(33,50,27)
#162313
(22,35,19)
#0B140B
(11,20,11)
#000000
(0,0,0)

Tints of #79AA5B

#79AA5B
(121,170,91)
#85B169
(133,177,105)
#91B877
(145,184,119)
#9DBF85
(157,191,133)
#A9C693
(169,198,147)
#B5CDA1
(181,205,161)
#C1D4AF
(193,212,175)
#CDDBBD
(205,219,189)
#D9E2CB
(217,226,203)
#E5E9D9
(229,233,217)
#F1F0E7
(241,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AA5B; }

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

This text font color is #79AA5B.

Background Color

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

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

This div background color is #79AA5B.

Border color

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

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

This div border color is #79AA5B.

Opacity

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

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

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

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

This text has shadow with #79AA5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79AA5B.

Preview

Color preview on black background

This text has color #79AA5B on black background.


Color preview on white background

This text has color #79AA5B on white background.


Black color preview on #79AA5B background

This text has black color on #79AA5B background.


White color preview on #79AA5B background

This text has white color on #79AA5B background.


Related colors

Complementary color

Complementary color for #hex is #8655A4.


I love getcolorcode.com

Triadic colors

1 #5B79AA and #AA5B79 with #79AA5B are triadic colors.

2 #5BAA79 and #AA795B with #79AA5B are triadic colors.