COLOR #79A975

HEX: #79A975
RGB: (121,169,117)

Color info

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

RGB color model

#79A975 color RGB value is (121,169,117).

  • red value is 121;
  • green value is 169;
  • blue value is 117.
RGB:
(121,169,117)
(47%,66%,46%)

RGB channels and saturation

R 121 of 255 = 47%
G 169 of 255 = 66%
B 117 of 255 = 46%

121
169
117

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

Portions of RGB colors in percentages

R + G + B =
121 + 169 + 117 = 407 (100%)
R 121 of 407 ~ 29.73%
G 169 of 407 ~ 41.52%
B 117 of 407 ~ 28.75%

%29.73
%41.52
%28.75

CMYK color model

#79A975 color CMYK value is (28,0,31,34).

  • cyan value is 28.40%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 33.73%
CMYK:
(28,0,31,34)
C28M0Y31K34 
(28%,0%,31%,34%)
(0.28/0.00/0.31/0.34)	

CMYK percentages

%28.4
%0
%30.77
%33.73

Codes

Color #79A975 in popluar color models

79A975
RGB121169117
HSL115°23.21%56.08%
HSB/HSV115°30.77%66.27%
CMYK28.40%0.00%30.77%
33.73%

Color #79A975 in popluar number systems.

HEX79A975
Decimal121169117
Binary1111001101010011110101
Octal171251165

Shades and tints

Shades of #79A975

#79A975
(121,169,117)
#6E9A6B
(110,154,107)
#638B61
(99,139,97)
#587C57
(88,124,87)
#4D6D4D
(77,109,77)
#425E43
(66,94,67)
#374F39
(55,79,57)
#2C402F
(44,64,47)
#213125
(33,49,37)
#16221B
(22,34,27)
#0B1311
(11,19,17)
#000000
(0,0,0)

Tints of #79A975

#79A975
(121,169,117)
#85B081
(133,176,129)
#91B78D
(145,183,141)
#9DBE99
(157,190,153)
#A9C5A5
(169,197,165)
#B5CCB1
(181,204,177)
#C1D3BD
(193,211,189)
#CDDAC9
(205,218,201)
#D9E1D5
(217,225,213)
#E5E8E1
(229,232,225)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A975 color. Also use rgb(121,169,117) instead hex code.

Text Font Color

.myTextColor { color: #79A975; }

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

This text font color is #79A975.


Background Color

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

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

This div background color is #79A975.


Border color

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

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

This div border color is #79A975.


Opacity

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

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

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

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

This text has shadow with #79A975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A975 on black background.


Color preview on white background

This text has color #79A975 on white background.



Black color preview on #79A975 background

This text has black color on #79A975 background.


White color preview on #79A975 background

This text has white color on #79A975 background.