COLOR #79BC8B

HEX: #79BC8B RGB: (121,188,139)

Color info

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

RGB color model

#79BC8B color RGB value is (121,188,139).

RGB: (121,188,139) (47%, 74%, 55%)

RGB channels and saturation

R 121 of 255 = 47%
G 188 of 255 = 74%
B 139 of 255 = 55%

121
188
139

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

Portions of RGB colors in percentages

R + G + B = 121 + 188 + 139 = 448 (100%)
R 121 of 448 ~ 27.01%
G 188 of 448 ~ 41.96%
B 139 of 448 ~ 31.03'%

%27.01
%41.96
%31.03

CMYK color model

#79BC8B color CMYK value is (36,0,26,26).

  • cyan value is 35.64%
  • magenta value is 0.00%
  • yellow value is 26.06%
  • key color value is 26.27%
CMYK: (36,0,26,26) C36M0Y26K26 (36%,0%,26%,26%) (0.36/0.00/0.26/0.26) 

CMYK percentages

%35.64
%0
%26.06
%26.27

Codes

Color #79BC8B in popluar color models

79 BC 8B
RGB 121 188 139
HSL 136° 33.33% 60.59%
HSB/HSV 136° 35.64% 73.73%
CMYK 35.64% 0.00% 26.06%
26.27%

Color #79BC8B in popluar number systems.

HEX 79 BC 8B
Decimal 121 188 139
Binary 1111001 10111100 10001011
Octal 171 274 213

Shades and tints

Shades of #79BC8B

#79BC8B
(121,188,139)
#6EAB7F
(110,171,127)
#639A73
(99,154,115)
#588967
(88,137,103)
#4D785B
(77,120,91)
#42674F
(66,103,79)
#375643
(55,86,67)
#2C4537
(44,69,55)
#21342B
(33,52,43)
#16231F
(22,35,31)
#0B1213
(11,18,19)
#000000
(0,0,0)

Tints of #79BC8B

#79BC8B
(121,188,139)
#85C295
(133,194,149)
#91C89F
(145,200,159)
#9DCEA9
(157,206,169)
#A9D4B3
(169,212,179)
#B5DABD
(181,218,189)
#C1E0C7
(193,224,199)
#CDE6D1
(205,230,209)
#D9ECDB
(217,236,219)
#E5F2E5
(229,242,229)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79BC8B color. Also use rgb(121,188,139) instead hex code.

Text Font Color

.myTextColor { color: #79BC8B; }

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

This text font color is #79BC8B.

Background Color

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

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

This div background color is #79BC8B.

Border color

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

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

This div border color is #79BC8B.

Opacity

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

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

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

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

This text has shadow with #79BC8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79BC8B.

Preview

Color preview on black background

This text has color #79BC8B on black background.


Color preview on white background

This text has color #79BC8B on white background.


Black color preview on #79BC8B background

This text has black color on #79BC8B background.


White color preview on #79BC8B background

This text has white color on #79BC8B background.


Related colors

Complementary color

Complementary color for #hex is #864374.


I love getcolorcode.com

Triadic colors

1 #8B79BC and #BC8B79 with #79BC8B are triadic colors.

2 #8BBC79 and #BC798B with #79BC8B are triadic colors.