COLOR #79A19D

HEX: #79A19D
RGB: (121,161,157)

Color info

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

RGB color model

#79A19D color RGB value is (121,161,157).

  • red value is 121;
  • green value is 161;
  • blue value is 157.
RGB:
(121,161,157)
(47%,63%,62%)

RGB channels and saturation

R 121 of 255 = 47%
G 161 of 255 = 63%
B 157 of 255 = 62%

121
161
157

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

Portions of RGB colors in percentages

R + G + B =
121 + 161 + 157 = 439 (100%)
R 121 of 439 ~ 27.56%
G 161 of 439 ~ 36.67%
B 157 of 439 ~ 35.76%

%27.56
%36.67
%35.76

CMYK color model

#79A19D color CMYK value is (25,0,2,37).

  • cyan value is 24.84%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 36.86%
CMYK:
(25,0,2,37)
C25M0Y2K37 
(25%,0%,2%,37%)
(0.25/0.00/0.02/0.37)	

CMYK percentages

%24.84
%0
%2.48
%36.86

Codes

Color #79A19D in popluar color models

79A19D
RGB121161157
HSL174°17.54%55.29%
HSB/HSV174°24.84%63.14%
CMYK24.84%0.00%2.48%
36.86%

Color #79A19D in popluar number systems.

HEX79A19D
Decimal121161157
Binary11110011010000110011101
Octal171241235

Shades and tints

Shades of #79A19D

#79A19D
(121,161,157)
#6E938F
(110,147,143)
#638581
(99,133,129)
#587773
(88,119,115)
#4D6965
(77,105,101)
#425B57
(66,91,87)
#374D49
(55,77,73)
#2C3F3B
(44,63,59)
#21312D
(33,49,45)
#16231F
(22,35,31)
#0B1511
(11,21,17)
#000000
(0,0,0)

Tints of #79A19D

#79A19D
(121,161,157)
#85A9A5
(133,169,165)
#91B1AD
(145,177,173)
#9DB9B5
(157,185,181)
#A9C1BD
(169,193,189)
#B5C9C5
(181,201,197)
#C1D1CD
(193,209,205)
#CDD9D5
(205,217,213)
#D9E1DD
(217,225,221)
#E5E9E5
(229,233,229)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A19D color. Also use rgb(121,161,157) instead hex code.

Text Font Color

.myTextColor { color: #79A19D; }

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

This text font color is #79A19D.


Background Color

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

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

This div background color is #79A19D.


Border color

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

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

This div border color is #79A19D.


Opacity

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

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

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

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

This text has shadow with #79A19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A19D on black background.


Color preview on white background

This text has color #79A19D on white background.



Black color preview on #79A19D background

This text has black color on #79A19D background.


White color preview on #79A19D background

This text has white color on #79A19D background.