COLOR #79A389

HEX: #79A389
RGB: (121,163,137)

Color info

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

RGB color model

#79A389 color RGB value is (121,163,137).

  • red value is 121;
  • green value is 163;
  • blue value is 137.
RGB:
(121,163,137)
(47%,64%,54%)

RGB channels and saturation

R 121 of 255 = 47%
G 163 of 255 = 64%
B 137 of 255 = 54%

121
163
137

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

Portions of RGB colors in percentages

R + G + B =
121 + 163 + 137 = 421 (100%)
R 121 of 421 ~ 28.74%
G 163 of 421 ~ 38.72%
B 137 of 421 ~ 32.54%

%28.74
%38.72
%32.54

CMYK color model

#79A389 color CMYK value is (26,0,16,36).

  • cyan value is 25.77%
  • magenta value is 0.00%
  • yellow value is 15.95%
  • key color value is 36.08%
CMYK:
(26,0,16,36)
C26M0Y16K36 
(26%,0%,16%,36%)
(0.26/0.00/0.16/0.36)	

CMYK percentages

%25.77
%0
%15.95
%36.08

Codes

Color #79A389 in popluar color models

79A389
RGB121163137
HSL143°18.58%55.69%
HSB/HSV143°25.77%63.92%
CMYK25.77%0.00%15.95%
36.08%

Color #79A389 in popluar number systems.

HEX79A389
Decimal121163137
Binary11110011010001110001001
Octal171243211

Shades and tints

Shades of #79A389

#79A389
(121,163,137)
#6E957D
(110,149,125)
#638771
(99,135,113)
#587965
(88,121,101)
#4D6B59
(77,107,89)
#425D4D
(66,93,77)
#374F41
(55,79,65)
#2C4135
(44,65,53)
#213329
(33,51,41)
#16251D
(22,37,29)
#0B1711
(11,23,17)
#000000
(0,0,0)

Tints of #79A389

#79A389
(121,163,137)
#85AB93
(133,171,147)
#91B39D
(145,179,157)
#9DBBA7
(157,187,167)
#A9C3B1
(169,195,177)
#B5CBBB
(181,203,187)
#C1D3C5
(193,211,197)
#CDDBCF
(205,219,207)
#D9E3D9
(217,227,217)
#E5EBE3
(229,235,227)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A389 color. Also use rgb(121,163,137) instead hex code.

Text Font Color

.myTextColor { color: #79A389; }

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

This text font color is #79A389.


Background Color

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

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

This div background color is #79A389.


Border color

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

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

This div border color is #79A389.


Opacity

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

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

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

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

This text has shadow with #79A389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A389 on black background.


Color preview on white background

This text has color #79A389 on white background.



Black color preview on #79A389 background

This text has black color on #79A389 background.


White color preview on #79A389 background

This text has white color on #79A389 background.