COLOR #79B29A

HEX: #79B29A RGB: (121,178,154)

Color info

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

RGB color model

#79B29A color RGB value is (121,178,154).

RGB: (121,178,154) (47%, 70%, 60%)

RGB channels and saturation

R 121 of 255 = 47%
G 178 of 255 = 70%
B 154 of 255 = 60%

121
178
154

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

Portions of RGB colors in percentages

R + G + B = 121 + 178 + 154 = 453 (100%)
R 121 of 453 ~ 26.71%
G 178 of 453 ~ 39.29%
B 154 of 453 ~ 34'%

%26.71
%39.29
%34

CMYK color model

#79B29A color CMYK value is (32,0,13,30).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 13.48%
  • key color value is 30.20%

CMYK: (32,0,13,30)
C32M0Y13K30 (32%, 0%, 13%, 30%)
(0.32 / 0.00 / 0.13 / 0.30)

CMYK percentages

%32.02
%0
%13.48
%30.2

Codes

Color #79B29A in popluar color models

79 B2 9A
RGB 121 178 154
HSL 155° 27.01% 58.63%
HSB/HSV 155° 32.02% 69.80%
CMYK 32.02% 0.00% 13.48%
30.20%

Color #79B29A in popluar number systems.

HEX 79 B2 9A
Decimal 121 178 154
Binary 1111001 10110010 10011010
Octal 171 262 232

Shades and tints

Shades of #79B29A

#79B29A
(121,178,154)
#6EA28C
(110,162,140)
#63927E
(99,146,126)
#588270
(88,130,112)
#4D7262
(77,114,98)
#426254
(66,98,84)
#375246
(55,82,70)
#2C4238
(44,66,56)
#21322A
(33,50,42)
#16221C
(22,34,28)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #79B29A

#79B29A
(121,178,154)
#85B9A3
(133,185,163)
#91C0AC
(145,192,172)
#9DC7B5
(157,199,181)
#A9CEBE
(169,206,190)
#B5D5C7
(181,213,199)
#C1DCD0
(193,220,208)
#CDE3D9
(205,227,217)
#D9EAE2
(217,234,226)
#E5F1EB
(229,241,235)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B29A color. Also use rgb(121,178,154) instead hex code.

Text Font Color

.myTextColor { color: #79B29A; }

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

This text font color is #79B29A.

Background Color

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

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

This div background color is #79B29A.

Border color

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

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

This div border color is #79B29A.

Opacity

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

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

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

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

This text has shadow with #79B29A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79B29A.

Preview

Color preview on black background

This text has color #79B29A on black background.


Color preview on white background

This text has color #79B29A on white background.


Black color preview on #79B29A background

This text has black color on #79B29A background.


White color preview on #79B29A background

This text has white color on #79B29A background.


Related colors

Complementary color

Complementary color for #hex is #864D65.


I love getcolorcode.com

Triadic colors

1 #9A79B2 and #B29A79 with #79B29A are triadic colors.

2 #9AB279 and #B2799A with #79B29A are triadic colors.