COLOR #79BB80

HEX: #79BB80
RGB: (121,187,128)

Color info

#79BB80 contains mainly green and blue colors. Web safe color of #79BB80 is #66CC66 (or #6C6).

RGB color model

#79BB80 color RGB value is (121,187,128).

  • red value is 121;
  • green value is 187;
  • blue value is 128.
RGB:
(121,187,128)
(47%,73%,50%)

RGB channels and saturation

R 121 of 255 = 47%
G 187 of 255 = 73%
B 128 of 255 = 50%

121
187
128

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

Portions of RGB colors in percentages

R + G + B =
121 + 187 + 128 = 436 (100%)
R 121 of 436 ~ 27.75%
G 187 of 436 ~ 42.89%
B 128 of 436 ~ 29.36%

%27.75
%42.89
%29.36

CMYK color model

#79BB80 color CMYK value is (35,0,32,27).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 31.55%
  • key color value is 26.67%
CMYK:
(35,0,32,27)
C35M0Y32K27 
(35%,0%,32%,27%)
(0.35/0.00/0.32/0.27)	

CMYK percentages

%35.29
%0
%31.55
%26.67

Codes

Color #79BB80 in popluar color models

79BB80
RGB121187128
HSL126°32.67%60.39%
HSB/HSV126°35.29%73.33%
CMYK35.29%0.00%31.55%
26.67%

Color #79BB80 in popluar number systems.

HEX79BB80
Decimal121187128
Binary11110011011101110000000
Octal171273200

Shades and tints

Shades of #79BB80

#79BB80
(121,187,128)
#6EAA75
(110,170,117)
#63996A
(99,153,106)
#58885F
(88,136,95)
#4D7754
(77,119,84)
#426649
(66,102,73)
#37553E
(55,85,62)
#2C4433
(44,68,51)
#213328
(33,51,40)
#16221D
(22,34,29)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #79BB80

#79BB80
(121,187,128)
#85C18B
(133,193,139)
#91C796
(145,199,150)
#9DCDA1
(157,205,161)
#A9D3AC
(169,211,172)
#B5D9B7
(181,217,183)
#C1DFC2
(193,223,194)
#CDE5CD
(205,229,205)
#D9EBD8
(217,235,216)
#E5F1E3
(229,241,227)
#F1F7EE
(241,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #79BB80; }

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

This text font color is #79BB80.


Background Color

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

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

This div background color is #79BB80.


Border color

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

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

This div border color is #79BB80.


Opacity

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

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

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

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

This text has shadow with #79BB80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #79BB80 on black background.


Color preview on white background

This text has color #79BB80 on white background.



Black color preview on #79BB80 background

This text has black color on #79BB80 background.


White color preview on #79BB80 background

This text has white color on #79BB80 background.