COLOR #79A69A

HEX: #79A69A
RGB: (121,166,154)

Color info

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

RGB color model

#79A69A color RGB value is (121,166,154).

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

RGB channels and saturation

R 121 of 255 = 47%
G 166 of 255 = 65%
B 154 of 255 = 60%

121
166
154

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

Portions of RGB colors in percentages

R + G + B =
121 + 166 + 154 = 441 (100%)
R 121 of 441 ~ 27.44%
G 166 of 441 ~ 37.64%
B 154 of 441 ~ 34.92%

%27.44
%37.64
%34.92

CMYK color model

#79A69A color CMYK value is (27,0,7,35).

  • cyan value is 27.11%
  • magenta value is 0.00%
  • yellow value is 7.23%
  • key color value is 34.90%
CMYK:
(27,0,7,35)
C27M0Y7K35 
(27%,0%,7%,35%)
(0.27/0.00/0.07/0.35)	

CMYK percentages

%27.11
%0
%7.23
%34.9

Codes

Color #79A69A in popluar color models

79A69A
RGB121166154
HSL164°20.18%56.27%
HSB/HSV164°27.11%65.10%
CMYK27.11%0.00%7.23%
34.90%

Color #79A69A in popluar number systems.

HEX79A69A
Decimal121166154
Binary11110011010011010011010
Octal171246232

Shades and tints

Shades of #79A69A

#79A69A
(121,166,154)
#6E978C
(110,151,140)
#63887E
(99,136,126)
#587970
(88,121,112)
#4D6A62
(77,106,98)
#425B54
(66,91,84)
#374C46
(55,76,70)
#2C3D38
(44,61,56)
#212E2A
(33,46,42)
#161F1C
(22,31,28)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #79A69A

#79A69A
(121,166,154)
#85AEA3
(133,174,163)
#91B6AC
(145,182,172)
#9DBEB5
(157,190,181)
#A9C6BE
(169,198,190)
#B5CEC7
(181,206,199)
#C1D6D0
(193,214,208)
#CDDED9
(205,222,217)
#D9E6E2
(217,230,226)
#E5EEEB
(229,238,235)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A69A; }

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

This text font color is #79A69A.


Background Color

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

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

This div background color is #79A69A.


Border color

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

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

This div border color is #79A69A.


Opacity

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

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

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

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

This text has shadow with #79A69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A69A on black background.


Color preview on white background

This text has color #79A69A on white background.



Black color preview on #79A69A background

This text has black color on #79A69A background.


White color preview on #79A69A background

This text has white color on #79A69A background.