COLOR #79A081

HEX: #79A081 RGB: (121,160,129)

Color info

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

RGB color model

#79A081 color RGB value is (121,160,129).

RGB: (121,160,129) (47%, 63%, 51%)

RGB channels and saturation

R 121 of 255 = 47%
G 160 of 255 = 63%
B 129 of 255 = 51%

121
160
129

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

Portions of RGB colors in percentages

R + G + B = 121 + 160 + 129 = 410 (100%)
R 121 of 410 ~ 29.51%
G 160 of 410 ~ 39.02%
B 129 of 410 ~ 31.46'%

%29.51
%39.02
%31.46

CMYK color model

#79A081 color CMYK value is (24,0,19,37).

  • cyan value is 24.38%
  • magenta value is 0.00%
  • yellow value is 19.38%
  • key color value is 37.25%

CMYK: (24,0,19,37)
C24M0Y19K37 (24%, 0%, 19%, 37%)
(0.24 / 0.00 / 0.19 / 0.37)

CMYK percentages

%24.38
%0
%19.38
%37.25

Codes

Color #79A081 in popluar color models

79 A0 81
RGB 121 160 129
HSL 132° 17.03% 55.10%
HSB/HSV 132° 24.38% 62.75%
CMYK 24.38% 0.00% 19.38%
37.25%

Color #79A081 in popluar number systems.

HEX 79 A0 81
Decimal 121 160 129
Binary 1111001 10100000 10000001
Octal 171 240 201

Shades and tints

Shades of #79A081

#79A081
(121,160,129)
#6E9276
(110,146,118)
#63846B
(99,132,107)
#587660
(88,118,96)
#4D6855
(77,104,85)
#425A4A
(66,90,74)
#374C3F
(55,76,63)
#2C3E34
(44,62,52)
#213029
(33,48,41)
#16221E
(22,34,30)
#0B1413
(11,20,19)
#000000
(0,0,0)

Tints of #79A081

#79A081
(121,160,129)
#85A88C
(133,168,140)
#91B097
(145,176,151)
#9DB8A2
(157,184,162)
#A9C0AD
(169,192,173)
#B5C8B8
(181,200,184)
#C1D0C3
(193,208,195)
#CDD8CE
(205,216,206)
#D9E0D9
(217,224,217)
#E5E8E4
(229,232,228)
#F1F0EF
(241,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79A081 color. Also use rgb(121,160,129) instead hex code.

Text Font Color

.myTextColor { color: #79A081; }

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

This text font color is #79A081.

Background Color

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

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

This div background color is #79A081.

Border color

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

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

This div border color is #79A081.

Opacity

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

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

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

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

This text has shadow with #79A081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79A081.

Preview

Color preview on black background

This text has color #79A081 on black background.


Color preview on white background

This text has color #79A081 on white background.


Black color preview on #79A081 background

This text has black color on #79A081 background.


White color preview on #79A081 background

This text has white color on #79A081 background.


Related colors

Complementary color

Complementary color for #hex is #865F7E.


I love getcolorcode.com

Triadic colors

1 #8179A0 and #A08179 with #79A081 are triadic colors.

2 #81A079 and #A07981 with #79A081 are triadic colors.