COLOR #79A472

HEX: #79A472
RGB: (121,164,114)

Color info

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

RGB color model

#79A472 color RGB value is (121,164,114).

  • red value is 121;
  • green value is 164;
  • blue value is 114.
RGB:
(121,164,114)
(47%,64%,45%)

RGB channels and saturation

R 121 of 255 = 47%
G 164 of 255 = 64%
B 114 of 255 = 45%

121
164
114

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

Portions of RGB colors in percentages

R + G + B =
121 + 164 + 114 = 399 (100%)
R 121 of 399 ~ 30.33%
G 164 of 399 ~ 41.1%
B 114 of 399 ~ 28.57%

%30.33
%41.1
%28.57

CMYK color model

#79A472 color CMYK value is (26,0,30,36).

  • cyan value is 26.22%
  • magenta value is 0.00%
  • yellow value is 30.49%
  • key color value is 35.69%
CMYK:
(26,0,30,36)
C26M0Y30K36 
(26%,0%,30%,36%)
(0.26/0.00/0.30/0.36)	

CMYK percentages

%26.22
%0
%30.49
%35.69

Codes

Color #79A472 in popluar color models

79A472
RGB121164114
HSL112°21.55%54.51%
HSB/HSV112°30.49%64.31%
CMYK26.22%0.00%30.49%
35.69%

Color #79A472 in popluar number systems.

HEX79A472
Decimal121164114
Binary1111001101001001110010
Octal171244162

Shades and tints

Shades of #79A472

#79A472
(121,164,114)
#6E9668
(110,150,104)
#63885E
(99,136,94)
#587A54
(88,122,84)
#4D6C4A
(77,108,74)
#425E40
(66,94,64)
#375036
(55,80,54)
#2C422C
(44,66,44)
#213422
(33,52,34)
#162618
(22,38,24)
#0B180E
(11,24,14)
#000000
(0,0,0)

Tints of #79A472

#79A472
(121,164,114)
#85AC7E
(133,172,126)
#91B48A
(145,180,138)
#9DBC96
(157,188,150)
#A9C4A2
(169,196,162)
#B5CCAE
(181,204,174)
#C1D4BA
(193,212,186)
#CDDCC6
(205,220,198)
#D9E4D2
(217,228,210)
#E5ECDE
(229,236,222)
#F1F4EA
(241,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A472 color. Also use rgb(121,164,114) instead hex code.

Text Font Color

.myTextColor { color: #79A472; }

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

This text font color is #79A472.


Background Color

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

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

This div background color is #79A472.


Border color

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

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

This div border color is #79A472.


Opacity

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

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

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

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

This text has shadow with #79A472 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A472 on black background.


Color preview on white background

This text has color #79A472 on white background.



Black color preview on #79A472 background

This text has black color on #79A472 background.


White color preview on #79A472 background

This text has white color on #79A472 background.