COLOR #79AB8A

HEX: #79AB8A
RGB: (121,171,138)

Color info

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

RGB color model

#79AB8A color RGB value is (121,171,138).

  • red value is 121;
  • green value is 171;
  • blue value is 138.
RGB:
(121,171,138)
(47%,67%,54%)

RGB channels and saturation

R 121 of 255 = 47%
G 171 of 255 = 67%
B 138 of 255 = 54%

121
171
138

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

Portions of RGB colors in percentages

R + G + B =
121 + 171 + 138 = 430 (100%)
R 121 of 430 ~ 28.14%
G 171 of 430 ~ 39.77%
B 138 of 430 ~ 32.09%

%28.14
%39.77
%32.09

CMYK color model

#79AB8A color CMYK value is (29,0,19,33).

  • cyan value is 29.24%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 32.94%
CMYK:
(29,0,19,33)
C29M0Y19K33 
(29%,0%,19%,33%)
(0.29/0.00/0.19/0.33)	

CMYK percentages

%29.24
%0
%19.3
%32.94

Codes

Color #79AB8A in popluar color models

79AB8A
RGB121171138
HSL140°22.94%57.25%
HSB/HSV140°29.24%67.06%
CMYK29.24%0.00%19.30%
32.94%

Color #79AB8A in popluar number systems.

HEX79AB8A
Decimal121171138
Binary11110011010101110001010
Octal171253212

Shades and tints

Shades of #79AB8A

#79AB8A
(121,171,138)
#6E9C7E
(110,156,126)
#638D72
(99,141,114)
#587E66
(88,126,102)
#4D6F5A
(77,111,90)
#42604E
(66,96,78)
#375142
(55,81,66)
#2C4236
(44,66,54)
#21332A
(33,51,42)
#16241E
(22,36,30)
#0B1512
(11,21,18)
#000000
(0,0,0)

Tints of #79AB8A

#79AB8A
(121,171,138)
#85B294
(133,178,148)
#91B99E
(145,185,158)
#9DC0A8
(157,192,168)
#A9C7B2
(169,199,178)
#B5CEBC
(181,206,188)
#C1D5C6
(193,213,198)
#CDDCD0
(205,220,208)
#D9E3DA
(217,227,218)
#E5EAE4
(229,234,228)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79AB8A color. Also use rgb(121,171,138) instead hex code.

Text Font Color

.myTextColor { color: #79AB8A; }

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

This text font color is #79AB8A.


Background Color

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

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

This div background color is #79AB8A.


Border color

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

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

This div border color is #79AB8A.


Opacity

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

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

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

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

This text has shadow with #79AB8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79AB8A on black background.


Color preview on white background

This text has color #79AB8A on white background.



Black color preview on #79AB8A background

This text has black color on #79AB8A background.


White color preview on #79AB8A background

This text has white color on #79AB8A background.