COLOR #79A587

HEX: #79A587
RGB: (121,165,135)

Color info

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

RGB color model

#79A587 color RGB value is (121,165,135).

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

RGB channels and saturation

R 121 of 255 = 47%
G 165 of 255 = 65%
B 135 of 255 = 53%

121
165
135

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

Portions of RGB colors in percentages

R + G + B =
121 + 165 + 135 = 421 (100%)
R 121 of 421 ~ 28.74%
G 165 of 421 ~ 39.19%
B 135 of 421 ~ 32.07%

%28.74
%39.19
%32.07

CMYK color model

#79A587 color CMYK value is (27,0,18,35).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 35.29%
CMYK:
(27,0,18,35)
C27M0Y18K35 
(27%,0%,18%,35%)
(0.27/0.00/0.18/0.35)	

CMYK percentages

%26.67
%0
%18.18
%35.29

Codes

Color #79A587 in popluar color models

79A587
RGB121165135
HSL139°19.64%56.08%
HSB/HSV139°26.67%64.71%
CMYK26.67%0.00%18.18%
35.29%

Color #79A587 in popluar number systems.

HEX79A587
Decimal121165135
Binary11110011010010110000111
Octal171245207

Shades and tints

Shades of #79A587

#79A587
(121,165,135)
#6E967B
(110,150,123)
#63876F
(99,135,111)
#587863
(88,120,99)
#4D6957
(77,105,87)
#425A4B
(66,90,75)
#374B3F
(55,75,63)
#2C3C33
(44,60,51)
#212D27
(33,45,39)
#161E1B
(22,30,27)
#0B0F0F
(11,15,15)
#000000
(0,0,0)

Tints of #79A587

#79A587
(121,165,135)
#85AD91
(133,173,145)
#91B59B
(145,181,155)
#9DBDA5
(157,189,165)
#A9C5AF
(169,197,175)
#B5CDB9
(181,205,185)
#C1D5C3
(193,213,195)
#CDDDCD
(205,221,205)
#D9E5D7
(217,229,215)
#E5EDE1
(229,237,225)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A587; }

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

This text font color is #79A587.


Background Color

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

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

This div background color is #79A587.


Border color

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

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

This div border color is #79A587.


Opacity

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

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

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

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

This text has shadow with #79A587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A587 on black background.


Color preview on white background

This text has color #79A587 on white background.



Black color preview on #79A587 background

This text has black color on #79A587 background.


White color preview on #79A587 background

This text has white color on #79A587 background.