COLOR #79A58E

HEX: #79A58E
RGB: (121,165,142)

Color info

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

RGB color model

#79A58E color RGB value is (121,165,142).

  • red value is 121;
  • green value is 165;
  • blue value is 142.
RGB:
(121,165,142)
(47%,65%,56%)

RGB channels and saturation

R 121 of 255 = 47%
G 165 of 255 = 65%
B 142 of 255 = 56%

121
165
142

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

Portions of RGB colors in percentages

R + G + B =
121 + 165 + 142 = 428 (100%)
R 121 of 428 ~ 28.27%
G 165 of 428 ~ 38.55%
B 142 of 428 ~ 33.18%

%28.27
%38.55
%33.18

CMYK color model

#79A58E color CMYK value is (27,0,14,35).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 13.94%
  • key color value is 35.29%
CMYK:
(27,0,14,35)
C27M0Y14K35 
(27%,0%,14%,35%)
(0.27/0.00/0.14/0.35)	

CMYK percentages

%26.67
%0
%13.94
%35.29

Codes

Color #79A58E in popluar color models

79A58E
RGB121165142
HSL149°19.64%56.08%
HSB/HSV149°26.67%64.71%
CMYK26.67%0.00%13.94%
35.29%

Color #79A58E in popluar number systems.

HEX79A58E
Decimal121165142
Binary11110011010010110001110
Octal171245216

Shades and tints

Shades of #79A58E

#79A58E
(121,165,142)
#6E9682
(110,150,130)
#638776
(99,135,118)
#58786A
(88,120,106)
#4D695E
(77,105,94)
#425A52
(66,90,82)
#374B46
(55,75,70)
#2C3C3A
(44,60,58)
#212D2E
(33,45,46)
#161E22
(22,30,34)
#0B0F16
(11,15,22)
#000000
(0,0,0)

Tints of #79A58E

#79A58E
(121,165,142)
#85AD98
(133,173,152)
#91B5A2
(145,181,162)
#9DBDAC
(157,189,172)
#A9C5B6
(169,197,182)
#B5CDC0
(181,205,192)
#C1D5CA
(193,213,202)
#CDDDD4
(205,221,212)
#D9E5DE
(217,229,222)
#E5EDE8
(229,237,232)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A58E color. Also use rgb(121,165,142) instead hex code.

Text Font Color

.myTextColor { color: #79A58E; }

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

This text font color is #79A58E.


Background Color

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

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

This div background color is #79A58E.


Border color

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

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

This div border color is #79A58E.


Opacity

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

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

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

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

This text has shadow with #79A58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A58E on black background.


Color preview on white background

This text has color #79A58E on white background.



Black color preview on #79A58E background

This text has black color on #79A58E background.


White color preview on #79A58E background

This text has white color on #79A58E background.