COLOR #79B19D

HEX: #79B19D
RGB: (121,177,157)

Color info

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

RGB color model

#79B19D color RGB value is (121,177,157).

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

RGB channels and saturation

R 121 of 255 = 47%
G 177 of 255 = 69%
B 157 of 255 = 62%

121
177
157

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

Portions of RGB colors in percentages

R + G + B =
121 + 177 + 157 = 455 (100%)
R 121 of 455 ~ 26.59%
G 177 of 455 ~ 38.9%
B 157 of 455 ~ 34.51%

%26.59
%38.9
%34.51

CMYK color model

#79B19D color CMYK value is (32,0,11,31).

  • cyan value is 31.64%
  • magenta value is 0.00%
  • yellow value is 11.30%
  • key color value is 30.59%
CMYK:
(32,0,11,31)
C32M0Y11K31 
(32%,0%,11%,31%)
(0.32/0.00/0.11/0.31)	

CMYK percentages

%31.64
%0
%11.3
%30.59

Codes

Color #79B19D in popluar color models

79B19D
RGB121177157
HSL159°26.42%58.43%
HSB/HSV159°31.64%69.41%
CMYK31.64%0.00%11.30%
30.59%

Color #79B19D in popluar number systems.

HEX79B19D
Decimal121177157
Binary11110011011000110011101
Octal171261235

Shades and tints

Shades of #79B19D

#79B19D
(121,177,157)
#6EA18F
(110,161,143)
#639181
(99,145,129)
#588173
(88,129,115)
#4D7165
(77,113,101)
#426157
(66,97,87)
#375149
(55,81,73)
#2C413B
(44,65,59)
#21312D
(33,49,45)
#16211F
(22,33,31)
#0B1111
(11,17,17)
#000000
(0,0,0)

Tints of #79B19D

#79B19D
(121,177,157)
#85B8A5
(133,184,165)
#91BFAD
(145,191,173)
#9DC6B5
(157,198,181)
#A9CDBD
(169,205,189)
#B5D4C5
(181,212,197)
#C1DBCD
(193,219,205)
#CDE2D5
(205,226,213)
#D9E9DD
(217,233,221)
#E5F0E5
(229,240,229)
#F1F7ED
(241,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79B19D; }

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

This text font color is #79B19D.


Background Color

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

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

This div background color is #79B19D.


Border color

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

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

This div border color is #79B19D.


Opacity

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

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

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

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

This text has shadow with #79B19D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B19D on black background.


Color preview on white background

This text has color #79B19D on white background.



Black color preview on #79B19D background

This text has black color on #79B19D background.


White color preview on #79B19D background

This text has white color on #79B19D background.