COLOR #79B39B

HEX: #79B39B
RGB: (121,179,155)

Color info

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

RGB color model

#79B39B color RGB value is (121,179,155).

  • red value is 121;
  • green value is 179;
  • blue value is 155.
RGB:
(121,179,155)
(47%,70%,61%)

RGB channels and saturation

R 121 of 255 = 47%
G 179 of 255 = 70%
B 155 of 255 = 61%

121
179
155

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

Portions of RGB colors in percentages

R + G + B =
121 + 179 + 155 = 455 (100%)
R 121 of 455 ~ 26.59%
G 179 of 455 ~ 39.34%
B 155 of 455 ~ 34.07%

%26.59
%39.34
%34.07

CMYK color model

#79B39B color CMYK value is (32,0,13,30).

  • cyan value is 32.40%
  • magenta value is 0.00%
  • yellow value is 13.41%
  • key color value is 29.80%
CMYK:
(32,0,13,30)
C32M0Y13K30 
(32%,0%,13%,30%)
(0.32/0.00/0.13/0.30)	

CMYK percentages

%32.4
%0
%13.41
%29.8

Codes

Color #79B39B in popluar color models

79B39B
RGB121179155
HSL155°27.62%58.82%
HSB/HSV155°32.40%70.20%
CMYK32.40%0.00%13.41%
29.80%

Color #79B39B in popluar number systems.

HEX79B39B
Decimal121179155
Binary11110011011001110011011
Octal171263233

Shades and tints

Shades of #79B39B

#79B39B
(121,179,155)
#6EA38D
(110,163,141)
#63937F
(99,147,127)
#588371
(88,131,113)
#4D7363
(77,115,99)
#426355
(66,99,85)
#375347
(55,83,71)
#2C4339
(44,67,57)
#21332B
(33,51,43)
#16231D
(22,35,29)
#0B130F
(11,19,15)
#000000
(0,0,0)

Tints of #79B39B

#79B39B
(121,179,155)
#85B9A4
(133,185,164)
#91BFAD
(145,191,173)
#9DC5B6
(157,197,182)
#A9CBBF
(169,203,191)
#B5D1C8
(181,209,200)
#C1D7D1
(193,215,209)
#CDDDDA
(205,221,218)
#D9E3E3
(217,227,227)
#E5E9EC
(229,233,236)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B39B color. Also use rgb(121,179,155) instead hex code.

Text Font Color

.myTextColor { color: #79B39B; }

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

This text font color is #79B39B.


Background Color

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

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

This div background color is #79B39B.


Border color

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

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

This div border color is #79B39B.


Opacity

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

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

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

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

This text has shadow with #79B39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79B39B on black background.


Color preview on white background

This text has color #79B39B on white background.



Black color preview on #79B39B background

This text has black color on #79B39B background.


White color preview on #79B39B background

This text has white color on #79B39B background.