COLOR #79A395

HEX: #79A395
RGB: (121,163,149)

Color info

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

RGB color model

#79A395 color RGB value is (121,163,149).

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

RGB channels and saturation

R 121 of 255 = 47%
G 163 of 255 = 64%
B 149 of 255 = 58%

121
163
149

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

Portions of RGB colors in percentages

R + G + B =
121 + 163 + 149 = 433 (100%)
R 121 of 433 ~ 27.94%
G 163 of 433 ~ 37.64%
B 149 of 433 ~ 34.41%

%27.94
%37.64
%34.41

CMYK color model

#79A395 color CMYK value is (26,0,9,36).

  • cyan value is 25.77%
  • magenta value is 0.00%
  • yellow value is 8.59%
  • key color value is 36.08%
CMYK:
(26,0,9,36)
C26M0Y9K36 
(26%,0%,9%,36%)
(0.26/0.00/0.09/0.36)	

CMYK percentages

%25.77
%0
%8.59
%36.08

Codes

Color #79A395 in popluar color models

79A395
RGB121163149
HSL160°18.58%55.69%
HSB/HSV160°25.77%63.92%
CMYK25.77%0.00%8.59%
36.08%

Color #79A395 in popluar number systems.

HEX79A395
Decimal121163149
Binary11110011010001110010101
Octal171243225

Shades and tints

Shades of #79A395

#79A395
(121,163,149)
#6E9588
(110,149,136)
#63877B
(99,135,123)
#58796E
(88,121,110)
#4D6B61
(77,107,97)
#425D54
(66,93,84)
#374F47
(55,79,71)
#2C413A
(44,65,58)
#21332D
(33,51,45)
#162520
(22,37,32)
#0B1713
(11,23,19)
#000000
(0,0,0)

Tints of #79A395

#79A395
(121,163,149)
#85AB9E
(133,171,158)
#91B3A7
(145,179,167)
#9DBBB0
(157,187,176)
#A9C3B9
(169,195,185)
#B5CBC2
(181,203,194)
#C1D3CB
(193,211,203)
#CDDBD4
(205,219,212)
#D9E3DD
(217,227,221)
#E5EBE6
(229,235,230)
#F1F3EF
(241,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A395; }

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

This text font color is #79A395.


Background Color

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

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

This div background color is #79A395.


Border color

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

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

This div border color is #79A395.


Opacity

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

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

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

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

This text has shadow with #79A395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79A395 on black background.


Color preview on white background

This text has color #79A395 on white background.



Black color preview on #79A395 background

This text has black color on #79A395 background.


White color preview on #79A395 background

This text has white color on #79A395 background.