COLOR #80BB79

HEX: #80BB79
RGB: (128,187,121)

Color info

#80BB79 contains mainly red and green colors. Web safe color of #80BB79 is #66CC66 (or #6C6).

RGB color model

#80BB79 color RGB value is (128,187,121).

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

RGB channels and saturation

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

128
187
121

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

Portions of RGB colors in percentages

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

%29.36
%42.89
%27.75

CMYK color model

#80BB79 color CMYK value is (32,0,35,27).

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

CMYK percentages

%31.55
%0
%35.29
%26.67

Codes

Color #80BB79 in popluar color models

80BB79
RGB128187121
HSL114°32.67%60.39%
HSB/HSV114°35.29%73.33%
CMYK31.55%0.00%35.29%
26.67%

Color #80BB79 in popluar number systems.

HEX80BB79
Decimal128187121
Binary10000000101110111111001
Octal200273171

Shades and tints

Shades of #80BB79

#80BB79
(128,187,121)
#75AA6E
(117,170,110)
#6A9963
(106,153,99)
#5F8858
(95,136,88)
#54774D
(84,119,77)
#496642
(73,102,66)
#3E5537
(62,85,55)
#33442C
(51,68,44)
#283321
(40,51,33)
#1D2216
(29,34,22)
#12110B
(18,17,11)
#000000
(0,0,0)

Tints of #80BB79

#80BB79
(128,187,121)
#8BC185
(139,193,133)
#96C791
(150,199,145)
#A1CD9D
(161,205,157)
#ACD3A9
(172,211,169)
#B7D9B5
(183,217,181)
#C2DFC1
(194,223,193)
#CDE5CD
(205,229,205)
#D8EBD9
(216,235,217)
#E3F1E5
(227,241,229)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BB79; }

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

This text font color is #80BB79.


Background Color

.myBgColor { background-color: #80BB79; }

<div style="background-color:#80BB79">Inner text</div>

This div background color is #80BB79.


Border color

.myBorderColor { border: 1px solid #80BB79; }

<div style="border:3px solid #80BB79">Div</div>

This div border color is #80BB79.


Opacity

.myOpacity80 { color: #80BB79; opacity: 0.8; }

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

Text with #80BB79 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 #80BB79;}

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

This text has shadow with #80BB79 color.

.textShadow {text-shadow: 3px 3px 1px #80BB79, 3px 3px 1px red;}

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

This text has shadow with #80BB79 primary color and red secondary color.


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

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

This text has shadow with #80BB79 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BB79 on black background.


Color preview on white background

This text has color #80BB79 on white background.



Black color preview on #80BB79 background

This text has black color on #80BB79 background.


White color preview on #80BB79 background

This text has white color on #80BB79 background.