COLOR #80B66C

HEX: #80B66C RGB: (128,182,108)

Color info

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

RGB color model

#80B66C color RGB value is (128,182,108).

RGB: (128,182,108) (50%, 71%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 182 of 255 = 71%
B 108 of 255 = 42%

128
182
108

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

Portions of RGB colors in percentages

R + G + B = 128 + 182 + 108 = 418 (100%)
R 128 of 418 ~ 30.62%
G 182 of 418 ~ 43.54%
B 108 of 418 ~ 25.84'%

%30.62
%43.54
%25.84

CMYK color model

#80B66C color CMYK value is (30,0,41,29).

  • cyan value is 29.67%
  • magenta value is 0.00%
  • yellow value is 40.66%
  • key color value is 28.63%
CMYK: (30,0,41,29) C30M0Y41K29 (30%,0%,41%,29%) (0.30/0.00/0.41/0.29) 

CMYK percentages

%29.67
%0
%40.66
%28.63

Codes

Color #80B66C in popluar color models

80 B6 6C
RGB 128 182 108
HSL 104° 33.64% 56.86%
HSB/HSV 104° 40.66% 71.37%
CMYK 29.67% 0.00% 40.66%
28.63%

Color #80B66C in popluar number systems.

HEX 80 B6 6C
Decimal 128 182 108
Binary 10000000 10110110 1101100
Octal 200 266 154

Shades and tints

Shades of #80B66C

#80B66C
(128,182,108)
#75A663
(117,166,99)
#6A965A
(106,150,90)
#5F8651
(95,134,81)
#547648
(84,118,72)
#49663F
(73,102,63)
#3E5636
(62,86,54)
#33462D
(51,70,45)
#283624
(40,54,36)
#1D261B
(29,38,27)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #80B66C

#80B66C
(128,182,108)
#8BBC79
(139,188,121)
#96C286
(150,194,134)
#A1C893
(161,200,147)
#ACCEA0
(172,206,160)
#B7D4AD
(183,212,173)
#C2DABA
(194,218,186)
#CDE0C7
(205,224,199)
#D8E6D4
(216,230,212)
#E3ECE1
(227,236,225)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B66C color. Also use rgb(128,182,108) instead hex code.

Text Font Color

.myTextColor { color: #80B66C; }

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

This text font color is #80B66C.

Background Color

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

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

This div background color is #80B66C.

Border color

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

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

This div border color is #80B66C.

Opacity

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

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

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

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

This text has shadow with #80B66C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B66C.

Preview

Color preview on black background

This text has color #80B66C on black background.


Color preview on white background

This text has color #80B66C on white background.


Black color preview on #80B66C background

This text has black color on #80B66C background.


White color preview on #80B66C background

This text has white color on #80B66C background.


Related colors

Complementary color

Complementary color for #hex is #7F4993.


I love getcolorcode.com

Triadic colors

1 #6C80B6 and #B66C80 with #80B66C are triadic colors.

2 #6CB680 and #B6806C with #80B66C are triadic colors.