COLOR #79A97B

HEX: #79A97B
RGB: (121,169,123)

Color info

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

RGB color model

#79A97B color RGB value is (121,169,123).

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

RGB channels and saturation

R 121 of 255 = 47%
G 169 of 255 = 66%
B 123 of 255 = 48%

121
169
123

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

Portions of RGB colors in percentages

R + G + B =
121 + 169 + 123 = 413 (100%)
R 121 of 413 ~ 29.3%
G 169 of 413 ~ 40.92%
B 123 of 413 ~ 29.78%

%29.3
%40.92
%29.78

CMYK color model

#79A97B color CMYK value is (28,0,27,34).

  • cyan value is 28.40%
  • magenta value is 0.00%
  • yellow value is 27.22%
  • key color value is 33.73%
CMYK:
(28,0,27,34)
C28M0Y27K34 
(28%,0%,27%,34%)
(0.28/0.00/0.27/0.34)	

CMYK percentages

%28.4
%0
%27.22
%33.73

Codes

Color #79A97B in popluar color models

79A97B
RGB121169123
HSL123°21.82%56.86%
HSB/HSV123°28.40%66.27%
CMYK28.40%0.00%27.22%
33.73%

Color #79A97B in popluar number systems.

HEX79A97B
Decimal121169123
Binary1111001101010011111011
Octal171251173

Shades and tints

Shades of #79A97B

#79A97B
(121,169,123)
#6E9A70
(110,154,112)
#638B65
(99,139,101)
#587C5A
(88,124,90)
#4D6D4F
(77,109,79)
#425E44
(66,94,68)
#374F39
(55,79,57)
#2C402E
(44,64,46)
#213123
(33,49,35)
#162218
(22,34,24)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #79A97B

#79A97B
(121,169,123)
#85B087
(133,176,135)
#91B793
(145,183,147)
#9DBE9F
(157,190,159)
#A9C5AB
(169,197,171)
#B5CCB7
(181,204,183)
#C1D3C3
(193,211,195)
#CDDACF
(205,218,207)
#D9E1DB
(217,225,219)
#E5E8E7
(229,232,231)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A97B; }

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

This text font color is #79A97B.


Background Color

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

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

This div background color is #79A97B.


Border color

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

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

This div border color is #79A97B.


Opacity

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

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

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

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

This text has shadow with #79A97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A97B on black background.


Color preview on white background

This text has color #79A97B on white background.



Black color preview on #79A97B background

This text has black color on #79A97B background.


White color preview on #79A97B background

This text has white color on #79A97B background.