COLOR #79B79C

HEX: #79B79C RGB: (121,183,156)

Color info

#79B79C contains mainly green and blue colors. Web safe color of #79B79C is #66CC99 (or #6C9).

RGB color model

#79B79C color RGB value is (121,183,156).

RGB: (121,183,156) (47%, 72%, 61%)

RGB channels and saturation

R 121 of 255 = 47%
G 183 of 255 = 72%
B 156 of 255 = 61%

121
183
156

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

Portions of RGB colors in percentages

R + G + B = 121 + 183 + 156 = 460 (100%)
R 121 of 460 ~ 26.3%
G 183 of 460 ~ 39.78%
B 156 of 460 ~ 33.91'%

%26.3
%39.78
%33.91

CMYK color model

#79B79C color CMYK value is (34,0,15,28).

  • cyan value is 33.88%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 28.24%
CMYK: (34,0,15,28) C34M0Y15K28 (34%,0%,15%,28%) (0.34/0.00/0.15/0.28) 

CMYK percentages

%33.88
%0
%14.75
%28.24

Codes

Color #79B79C in popluar color models

79 B7 9C
RGB 121 183 156
HSL 154° 30.10% 59.61%
HSB/HSV 154° 33.88% 71.76%
CMYK 33.88% 0.00% 14.75%
28.24%

Color #79B79C in popluar number systems.

HEX 79 B7 9C
Decimal 121 183 156
Binary 1111001 10110111 10011100
Octal 171 267 234

Shades and tints

Shades of #79B79C

#79B79C
(121,183,156)
#6EA78E
(110,167,142)
#639780
(99,151,128)
#588772
(88,135,114)
#4D7764
(77,119,100)
#426756
(66,103,86)
#375748
(55,87,72)
#2C473A
(44,71,58)
#21372C
(33,55,44)
#16271E
(22,39,30)
#0B1710
(11,23,16)
#000000
(0,0,0)

Tints of #79B79C

#79B79C
(121,183,156)
#85BDA5
(133,189,165)
#91C3AE
(145,195,174)
#9DC9B7
(157,201,183)
#A9CFC0
(169,207,192)
#B5D5C9
(181,213,201)
#C1DBD2
(193,219,210)
#CDE1DB
(205,225,219)
#D9E7E4
(217,231,228)
#E5EDED
(229,237,237)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B79C color. Also use rgb(121,183,156) instead hex code.

Text Font Color

.myTextColor { color: #79B79C; }

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

This text font color is #79B79C.

Background Color

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

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

This div background color is #79B79C.

Border color

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

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

This div border color is #79B79C.

Opacity

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

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

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

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

This text has shadow with #79B79C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79B79C.

Preview

Color preview on black background

This text has color #79B79C on black background.


Color preview on white background

This text has color #79B79C on white background.


Black color preview on #79B79C background

This text has black color on #79B79C background.


White color preview on #79B79C background

This text has white color on #79B79C background.


Related colors

Complementary color

Complementary color for #hex is #864863.


I love getcolorcode.com

Triadic colors

1 #9C79B7 and #B79C79 with #79B79C are triadic colors.

2 #9CB779 and #B7799C with #79B79C are triadic colors.