COLOR #79B98C

HEX: #79B98C RGB: (121,185,140)

Color info

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

RGB color model

#79B98C color RGB value is (121,185,140).

RGB: (121,185,140) (47%, 73%, 55%)

RGB channels and saturation

R 121 of 255 = 47%
G 185 of 255 = 73%
B 140 of 255 = 55%

121
185
140

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

Portions of RGB colors in percentages

R + G + B = 121 + 185 + 140 = 446 (100%)
R 121 of 446 ~ 27.13%
G 185 of 446 ~ 41.48%
B 140 of 446 ~ 31.39'%

%27.13
%41.48
%31.39

CMYK color model

#79B98C color CMYK value is (35,0,24,27).

  • cyan value is 34.59%
  • magenta value is 0.00%
  • yellow value is 24.32%
  • key color value is 27.45%

CMYK: (35,0,24,27)
C35M0Y24K27 (35%, 0%, 24%, 27%)
(0.35 / 0.00 / 0.24 / 0.27)

CMYK percentages

%34.59
%0
%24.32
%27.45

Codes

Color #79B98C in popluar color models

79 B9 8C
RGB 121 185 140
HSL 138° 31.37% 60.00%
HSB/HSV 138° 34.59% 72.55%
CMYK 34.59% 0.00% 24.32%
27.45%

Color #79B98C in popluar number systems.

HEX 79 B9 8C
Decimal 121 185 140
Binary 1111001 10111001 10001100
Octal 171 271 214

Shades and tints

Shades of #79B98C

#79B98C
(121,185,140)
#6EA980
(110,169,128)
#639974
(99,153,116)
#588968
(88,137,104)
#4D795C
(77,121,92)
#426950
(66,105,80)
#375944
(55,89,68)
#2C4938
(44,73,56)
#21392C
(33,57,44)
#162920
(22,41,32)
#0B1914
(11,25,20)
#000000
(0,0,0)

Tints of #79B98C

#79B98C
(121,185,140)
#85BF96
(133,191,150)
#91C5A0
(145,197,160)
#9DCBAA
(157,203,170)
#A9D1B4
(169,209,180)
#B5D7BE
(181,215,190)
#C1DDC8
(193,221,200)
#CDE3D2
(205,227,210)
#D9E9DC
(217,233,220)
#E5EFE6
(229,239,230)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79B98C color. Also use rgb(121,185,140) instead hex code.

Text Font Color

.myTextColor { color: #79B98C; }

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

This text font color is #79B98C.

Background Color

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

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

This div background color is #79B98C.

Border color

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

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

This div border color is #79B98C.

Opacity

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

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

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

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

This text has shadow with #79B98C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79B98C.

Preview

Color preview on black background

This text has color #79B98C on black background.


Color preview on white background

This text has color #79B98C on white background.


Black color preview on #79B98C background

This text has black color on #79B98C background.


White color preview on #79B98C background

This text has white color on #79B98C background.


Related colors

Complementary color

Complementary color for #hex is #864673.


I love getcolorcode.com

Triadic colors

1 #8C79B9 and #B98C79 with #79B98C are triadic colors.

2 #8CB979 and #B9798C with #79B98C are triadic colors.