COLOR #79AA76

HEX: #79AA76
RGB: (121,170,118)

Color info

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

RGB color model

#79AA76 color RGB value is (121,170,118).

  • red value is 121;
  • green value is 170;
  • blue value is 118.
RGB:
(121,170,118)
(47%,67%,46%)

RGB channels and saturation

R 121 of 255 = 47%
G 170 of 255 = 67%
B 118 of 255 = 46%

121
170
118

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

Portions of RGB colors in percentages

R + G + B =
121 + 170 + 118 = 409 (100%)
R 121 of 409 ~ 29.58%
G 170 of 409 ~ 41.56%
B 118 of 409 ~ 28.85%

%29.58
%41.56
%28.85

CMYK color model

#79AA76 color CMYK value is (29,0,31,33).

  • cyan value is 28.82%
  • magenta value is 0.00%
  • yellow value is 30.59%
  • key color value is 33.33%
CMYK:
(29,0,31,33)
C29M0Y31K33 
(29%,0%,31%,33%)
(0.29/0.00/0.31/0.33)	

CMYK percentages

%28.82
%0
%30.59
%33.33

Codes

Color #79AA76 in popluar color models

79AA76
RGB121170118
HSL117°23.42%56.47%
HSB/HSV117°30.59%66.67%
CMYK28.82%0.00%30.59%
33.33%

Color #79AA76 in popluar number systems.

HEX79AA76
Decimal121170118
Binary1111001101010101110110
Octal171252166

Shades and tints

Shades of #79AA76

#79AA76
(121,170,118)
#6E9B6C
(110,155,108)
#638C62
(99,140,98)
#587D58
(88,125,88)
#4D6E4E
(77,110,78)
#425F44
(66,95,68)
#37503A
(55,80,58)
#2C4130
(44,65,48)
#213226
(33,50,38)
#16231C
(22,35,28)
#0B1412
(11,20,18)
#000000
(0,0,0)

Tints of #79AA76

#79AA76
(121,170,118)
#85B182
(133,177,130)
#91B88E
(145,184,142)
#9DBF9A
(157,191,154)
#A9C6A6
(169,198,166)
#B5CDB2
(181,205,178)
#C1D4BE
(193,212,190)
#CDDBCA
(205,219,202)
#D9E2D6
(217,226,214)
#E5E9E2
(229,233,226)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79AA76; }

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

This text font color is #79AA76.


Background Color

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

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

This div background color is #79AA76.


Border color

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

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

This div border color is #79AA76.


Opacity

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

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

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

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

This text has shadow with #79AA76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AA76 on black background.


Color preview on white background

This text has color #79AA76 on white background.



Black color preview on #79AA76 background

This text has black color on #79AA76 background.


White color preview on #79AA76 background

This text has white color on #79AA76 background.