COLOR #79A08B

HEX: #79A08B
RGB: (121,160,139)

Color info

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

RGB color model

#79A08B color RGB value is (121,160,139).

  • red value is 121;
  • green value is 160;
  • blue value is 139.
RGB:
(121,160,139)
(47%,63%,55%)

RGB channels and saturation

R 121 of 255 = 47%
G 160 of 255 = 63%
B 139 of 255 = 55%

121
160
139

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

Portions of RGB colors in percentages

R + G + B =
121 + 160 + 139 = 420 (100%)
R 121 of 420 ~ 28.81%
G 160 of 420 ~ 38.1%
B 139 of 420 ~ 33.1%

%28.81
%38.1
%33.1

CMYK color model

#79A08B color CMYK value is (24,0,13,37).

  • cyan value is 24.38%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 37.25%
CMYK:
(24,0,13,37)
C24M0Y13K37 
(24%,0%,13%,37%)
(0.24/0.00/0.13/0.37)	

CMYK percentages

%24.38
%0
%13.13
%37.25

Codes

Color #79A08B in popluar color models

79A08B
RGB121160139
HSL148°17.03%55.10%
HSB/HSV148°24.38%62.75%
CMYK24.38%0.00%13.13%
37.25%

Color #79A08B in popluar number systems.

HEX79A08B
Decimal121160139
Binary11110011010000010001011
Octal171240213

Shades and tints

Shades of #79A08B

#79A08B
(121,160,139)
#6E927F
(110,146,127)
#638473
(99,132,115)
#587667
(88,118,103)
#4D685B
(77,104,91)
#425A4F
(66,90,79)
#374C43
(55,76,67)
#2C3E37
(44,62,55)
#21302B
(33,48,43)
#16221F
(22,34,31)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #79A08B

#79A08B
(121,160,139)
#85A895
(133,168,149)
#91B09F
(145,176,159)
#9DB8A9
(157,184,169)
#A9C0B3
(169,192,179)
#B5C8BD
(181,200,189)
#C1D0C7
(193,208,199)
#CDD8D1
(205,216,209)
#D9E0DB
(217,224,219)
#E5E8E5
(229,232,229)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A08B color. Also use rgb(121,160,139) instead hex code.

Text Font Color

.myTextColor { color: #79A08B; }

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

This text font color is #79A08B.


Background Color

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

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

This div background color is #79A08B.


Border color

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

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

This div border color is #79A08B.


Opacity

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

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

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

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

This text has shadow with #79A08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A08B on black background.


Color preview on white background

This text has color #79A08B on white background.



Black color preview on #79A08B background

This text has black color on #79A08B background.


White color preview on #79A08B background

This text has white color on #79A08B background.