COLOR #79A591

HEX: #79A591
RGB: (121,165,145)

Color info

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

RGB color model

#79A591 color RGB value is (121,165,145).

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

RGB channels and saturation

R 121 of 255 = 47%
G 165 of 255 = 65%
B 145 of 255 = 57%

121
165
145

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

Portions of RGB colors in percentages

R + G + B =
121 + 165 + 145 = 431 (100%)
R 121 of 431 ~ 28.07%
G 165 of 431 ~ 38.28%
B 145 of 431 ~ 33.64%

%28.07
%38.28
%33.64

CMYK color model

#79A591 color CMYK value is (27,0,12,35).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 35.29%
CMYK:
(27,0,12,35)
C27M0Y12K35 
(27%,0%,12%,35%)
(0.27/0.00/0.12/0.35)	

CMYK percentages

%26.67
%0
%12.12
%35.29

Codes

Color #79A591 in popluar color models

79A591
RGB121165145
HSL153°19.64%56.08%
HSB/HSV153°26.67%64.71%
CMYK26.67%0.00%12.12%
35.29%

Color #79A591 in popluar number systems.

HEX79A591
Decimal121165145
Binary11110011010010110010001
Octal171245221

Shades and tints

Shades of #79A591

#79A591
(121,165,145)
#6E9684
(110,150,132)
#638777
(99,135,119)
#58786A
(88,120,106)
#4D695D
(77,105,93)
#425A50
(66,90,80)
#374B43
(55,75,67)
#2C3C36
(44,60,54)
#212D29
(33,45,41)
#161E1C
(22,30,28)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #79A591

#79A591
(121,165,145)
#85AD9B
(133,173,155)
#91B5A5
(145,181,165)
#9DBDAF
(157,189,175)
#A9C5B9
(169,197,185)
#B5CDC3
(181,205,195)
#C1D5CD
(193,213,205)
#CDDDD7
(205,221,215)
#D9E5E1
(217,229,225)
#E5EDEB
(229,237,235)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A591; }

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

This text font color is #79A591.


Background Color

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

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

This div background color is #79A591.


Border color

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

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

This div border color is #79A591.


Opacity

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

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

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

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

This text has shadow with #79A591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A591 on black background.


Color preview on white background

This text has color #79A591 on white background.



Black color preview on #79A591 background

This text has black color on #79A591 background.


White color preview on #79A591 background

This text has white color on #79A591 background.