COLOR #80B76D

HEX: #80B76D
RGB: (128,183,109)

Color info

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

RGB color model

#80B76D color RGB value is (128,183,109).

  • red value is 128;
  • green value is 183;
  • blue value is 109.
RGB:
(128,183,109)
(50%,72%,43%)

RGB channels and saturation

R 128 of 255 = 50%
G 183 of 255 = 72%
B 109 of 255 = 43%

128
183
109

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

Portions of RGB colors in percentages

R + G + B =
128 + 183 + 109 = 420 (100%)
R 128 of 420 ~ 30.48%
G 183 of 420 ~ 43.57%
B 109 of 420 ~ 25.95%

%30.48
%43.57
%25.95

CMYK color model

#80B76D color CMYK value is (30,0,40,28).

  • cyan value is 30.05%
  • magenta value is 0.00%
  • yellow value is 40.44%
  • key color value is 28.24%
CMYK:
(30,0,40,28)
C30M0Y40K28 
(30%,0%,40%,28%)
(0.30/0.00/0.40/0.28)	

CMYK percentages

%30.05
%0
%40.44
%28.24

Codes

Color #80B76D in popluar color models

80B76D
RGB128183109
HSL105°33.94%57.25%
HSB/HSV105°40.44%71.76%
CMYK30.05%0.00%40.44%
28.24%

Color #80B76D in popluar number systems.

HEX80B76D
Decimal128183109
Binary10000000101101111101101
Octal200267155

Shades and tints

Shades of #80B76D

#80B76D
(128,183,109)
#75A764
(117,167,100)
#6A975B
(106,151,91)
#5F8752
(95,135,82)
#547749
(84,119,73)
#496740
(73,103,64)
#3E5737
(62,87,55)
#33472E
(51,71,46)
#283725
(40,55,37)
#1D271C
(29,39,28)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #80B76D

#80B76D
(128,183,109)
#8BBD7A
(139,189,122)
#96C387
(150,195,135)
#A1C994
(161,201,148)
#ACCFA1
(172,207,161)
#B7D5AE
(183,213,174)
#C2DBBB
(194,219,187)
#CDE1C8
(205,225,200)
#D8E7D5
(216,231,213)
#E3EDE2
(227,237,226)
#EEF3EF
(238,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B76D color. Also use rgb(128,183,109) instead hex code.

Text Font Color

.myTextColor { color: #80B76D; }

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

This text font color is #80B76D.


Background Color

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

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

This div background color is #80B76D.


Border color

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

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

This div border color is #80B76D.


Opacity

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

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

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

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

This text has shadow with #80B76D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B76D on black background.


Color preview on white background

This text has color #80B76D on white background.



Black color preview on #80B76D background

This text has black color on #80B76D background.


White color preview on #80B76D background

This text has white color on #80B76D background.