COLOR #79A696

HEX: #79A696
RGB: (121,166,150)

Color info

#79A696 contains red, green and blue colors in about the same proportion. Web safe color of #79A696 is #669999 (or #699).

RGB color model

#79A696 color RGB value is (121,166,150).

  • red value is 121;
  • green value is 166;
  • blue value is 150.
RGB:
(121,166,150)
(47%,65%,59%)

RGB channels and saturation

R 121 of 255 = 47%
G 166 of 255 = 65%
B 150 of 255 = 59%

121
166
150

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

Portions of RGB colors in percentages

R + G + B =
121 + 166 + 150 = 437 (100%)
R 121 of 437 ~ 27.69%
G 166 of 437 ~ 37.99%
B 150 of 437 ~ 34.32%

%27.69
%37.99
%34.32

CMYK color model

#79A696 color CMYK value is (27,0,10,35).

  • cyan value is 27.11%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 34.90%
CMYK:
(27,0,10,35)
C27M0Y10K35 
(27%,0%,10%,35%)
(0.27/0.00/0.10/0.35)	

CMYK percentages

%27.11
%0
%9.64
%34.9

Codes

Color #79A696 in popluar color models

79A696
RGB121166150
HSL159°20.18%56.27%
HSB/HSV159°27.11%65.10%
CMYK27.11%0.00%9.64%
34.90%

Color #79A696 in popluar number systems.

HEX79A696
Decimal121166150
Binary11110011010011010010110
Octal171246226

Shades and tints

Shades of #79A696

#79A696
(121,166,150)
#6E9789
(110,151,137)
#63887C
(99,136,124)
#58796F
(88,121,111)
#4D6A62
(77,106,98)
#425B55
(66,91,85)
#374C48
(55,76,72)
#2C3D3B
(44,61,59)
#212E2E
(33,46,46)
#161F21
(22,31,33)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #79A696

#79A696
(121,166,150)
#85AE9F
(133,174,159)
#91B6A8
(145,182,168)
#9DBEB1
(157,190,177)
#A9C6BA
(169,198,186)
#B5CEC3
(181,206,195)
#C1D6CC
(193,214,204)
#CDDED5
(205,222,213)
#D9E6DE
(217,230,222)
#E5EEE7
(229,238,231)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A696 color. Also use rgb(121,166,150) instead hex code.

Text Font Color

.myTextColor { color: #79A696; }

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

This text font color is #79A696.


Background Color

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

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

This div background color is #79A696.


Border color

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

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

This div border color is #79A696.


Opacity

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

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

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

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

This text has shadow with #79A696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A696 on black background.


Color preview on white background

This text has color #79A696 on white background.



Black color preview on #79A696 background

This text has black color on #79A696 background.


White color preview on #79A696 background

This text has white color on #79A696 background.