COLOR #79A795

HEX: #79A795 RGB: (121,167,149)

Color info

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

RGB color model

#79A795 color RGB value is (121,167,149).

RGB: (121,167,149) (47%, 65%, 58%)

RGB channels and saturation

R 121 of 255 = 47%
G 167 of 255 = 65%
B 149 of 255 = 58%

121
167
149

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

Portions of RGB colors in percentages

R + G + B = 121 + 167 + 149 = 437 (100%)
R 121 of 437 ~ 27.69%
G 167 of 437 ~ 38.22%
B 149 of 437 ~ 34.1'%

%27.69
%38.22
%34.1

CMYK color model

#79A795 color CMYK value is (28,0,11,35).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 34.51%

CMYK: (28,0,11,35)
C28M0Y11K35 (28%, 0%, 11%, 35%)
(0.28 / 0.00 / 0.11 / 0.35)

CMYK percentages

%27.54
%0
%10.78
%34.51

Codes

Color #79A795 in popluar color models

79 A7 95
RGB 121 167 149
HSL 157° 20.72% 56.47%
HSB/HSV 157° 27.54% 65.49%
CMYK 27.54% 0.00% 10.78%
34.51%

Color #79A795 in popluar number systems.

HEX 79 A7 95
Decimal 121 167 149
Binary 1111001 10100111 10010101
Octal 171 247 225

Shades and tints

Shades of #79A795

#79A795
(121,167,149)
#6E9888
(110,152,136)
#63897B
(99,137,123)
#587A6E
(88,122,110)
#4D6B61
(77,107,97)
#425C54
(66,92,84)
#374D47
(55,77,71)
#2C3E3A
(44,62,58)
#212F2D
(33,47,45)
#162020
(22,32,32)
#0B1113
(11,17,19)
#000000
(0,0,0)

Tints of #79A795

#79A795
(121,167,149)
#85AF9E
(133,175,158)
#91B7A7
(145,183,167)
#9DBFB0
(157,191,176)
#A9C7B9
(169,199,185)
#B5CFC2
(181,207,194)
#C1D7CB
(193,215,203)
#CDDFD4
(205,223,212)
#D9E7DD
(217,231,221)
#E5EFE6
(229,239,230)
#F1F7EF
(241,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79A795; }

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

This text font color is #79A795.

Background Color

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

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

This div background color is #79A795.

Border color

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

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

This div border color is #79A795.

Opacity

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

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

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

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

This text has shadow with #79A795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79A795.

Preview

Color preview on black background

This text has color #79A795 on black background.


Color preview on white background

This text has color #79A795 on white background.


Black color preview on #79A795 background

This text has black color on #79A795 background.


White color preview on #79A795 background

This text has white color on #79A795 background.


Related colors

Complementary color

Complementary color for #hex is #86586A.


I love getcolorcode.com

Triadic colors

1 #9579A7 and #A79579 with #79A795 are triadic colors.

2 #95A779 and #A77995 with #79A795 are triadic colors.