COLOR #80BC77

HEX: #80BC77
RGB: (128,188,119)

Color info

#80BC77 contains mainly green color. Web safe color of #80BC77 is #66CC66 (or #6C6).

RGB color model

#80BC77 color RGB value is (128,188,119).

  • red value is 128;
  • green value is 188;
  • blue value is 119.
RGB:
(128,188,119)
(50%,74%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 188 of 255 = 74%
B 119 of 255 = 47%

128
188
119

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

Portions of RGB colors in percentages

R + G + B =
128 + 188 + 119 = 435 (100%)
R 128 of 435 ~ 29.43%
G 188 of 435 ~ 43.22%
B 119 of 435 ~ 27.36%

%29.43
%43.22
%27.36

CMYK color model

#80BC77 color CMYK value is (32,0,37,26).

  • cyan value is 31.91%
  • magenta value is 0.00%
  • yellow value is 36.70%
  • key color value is 26.27%
CMYK:
(32,0,37,26)
C32M0Y37K26 
(32%,0%,37%,26%)
(0.32/0.00/0.37/0.26)	

CMYK percentages

%31.91
%0
%36.7
%26.27

Codes

Color #80BC77 in popluar color models

80BC77
RGB128188119
HSL112°33.99%60.20%
HSB/HSV112°36.70%73.73%
CMYK31.91%0.00%36.70%
26.27%

Color #80BC77 in popluar number systems.

HEX80BC77
Decimal128188119
Binary10000000101111001110111
Octal200274167

Shades and tints

Shades of #80BC77

#80BC77
(128,188,119)
#75AB6D
(117,171,109)
#6A9A63
(106,154,99)
#5F8959
(95,137,89)
#54784F
(84,120,79)
#496745
(73,103,69)
#3E563B
(62,86,59)
#334531
(51,69,49)
#283427
(40,52,39)
#1D231D
(29,35,29)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #80BC77

#80BC77
(128,188,119)
#8BC283
(139,194,131)
#96C88F
(150,200,143)
#A1CE9B
(161,206,155)
#ACD4A7
(172,212,167)
#B7DAB3
(183,218,179)
#C2E0BF
(194,224,191)
#CDE6CB
(205,230,203)
#D8ECD7
(216,236,215)
#E3F2E3
(227,242,227)
#EEF8EF
(238,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BC77 color. Also use rgb(128,188,119) instead hex code.

Text Font Color

.myTextColor { color: #80BC77; }

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

This text font color is #80BC77.


Background Color

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

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

This div background color is #80BC77.


Border color

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

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

This div border color is #80BC77.


Opacity

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

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

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

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

This text has shadow with #80BC77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BC77 on black background.


Color preview on white background

This text has color #80BC77 on white background.



Black color preview on #80BC77 background

This text has black color on #80BC77 background.


White color preview on #80BC77 background

This text has white color on #80BC77 background.