COLOR #79BB8C

HEX: #79BB8C RGB: (121,187,140)

Color info

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

RGB color model

#79BB8C color RGB value is (121,187,140).

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

RGB channels and saturation

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

121
187
140

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

Portions of RGB colors in percentages

R + G + B = 121 + 187 + 140 = 448 (100%)
R 121 of 448 ~ 27.01%
G 187 of 448 ~ 41.74%
B 140 of 448 ~ 31.25'%

%27.01
%41.74
%31.25

CMYK color model

#79BB8C color CMYK value is (35,0,25,27).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 25.13%
  • key color value is 26.67%
CMYK: (35,0,25,27) C35M0Y25K27 (35%,0%,25%,27%) (0.35/0.00/0.25/0.27) 

CMYK percentages

%35.29
%0
%25.13
%26.67

Codes

Color #79BB8C in popluar color models

79 BB 8C
RGB 121 187 140
HSL 137° 32.67% 60.39%
HSB/HSV 137° 35.29% 73.33%
CMYK 35.29% 0.00% 25.13%
26.67%

Color #79BB8C in popluar number systems.

HEX 79 BB 8C
Decimal 121 187 140
Binary 1111001 10111011 10001100
Octal 171 273 214

Shades and tints

Shades of #79BB8C

#79BB8C
(121,187,140)
#6EAA80
(110,170,128)
#639974
(99,153,116)
#588868
(88,136,104)
#4D775C
(77,119,92)
#426650
(66,102,80)
#375544
(55,85,68)
#2C4438
(44,68,56)
#21332C
(33,51,44)
#162220
(22,34,32)
#0B1114
(11,17,20)
#000000
(0,0,0)

Tints of #79BB8C

#79BB8C
(121,187,140)
#85C196
(133,193,150)
#91C7A0
(145,199,160)
#9DCDAA
(157,205,170)
#A9D3B4
(169,211,180)
#B5D9BE
(181,217,190)
#C1DFC8
(193,223,200)
#CDE5D2
(205,229,210)
#D9EBDC
(217,235,220)
#E5F1E6
(229,241,230)
#F1F7F0
(241,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79BB8C; }

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

This text font color is #79BB8C.

Background Color

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

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

This div background color is #79BB8C.

Border color

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

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

This div border color is #79BB8C.

Opacity

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

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

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

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

This text has shadow with #79BB8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #79BB8C.

Preview

Color preview on black background

This text has color #79BB8C on black background.


Color preview on white background

This text has color #79BB8C on white background.


Black color preview on #79BB8C background

This text has black color on #79BB8C background.


White color preview on #79BB8C background

This text has white color on #79BB8C background.


Related colors

Complementary color

Complementary color for #hex is #864473.


I love getcolorcode.com

Triadic colors

1 #8C79BB and #BB8C79 with #79BB8C are triadic colors.

2 #8CBB79 and #BB798C with #79BB8C are triadic colors.