COLOR #80B06A

HEX: #80B06A RGB: (128,176,106)

Color info

#80B06A contains mainly red and green colors. Web safe color of #80B06A is #669966 (or #696).

RGB color model

#80B06A color RGB value is (128,176,106).

RGB: (128,176,106) (50%, 69%, 42%)

RGB channels and saturation

R 128 of 255 = 50%
G 176 of 255 = 69%
B 106 of 255 = 42%

128
176
106

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

Portions of RGB colors in percentages

R + G + B = 128 + 176 + 106 = 410 (100%)
R 128 of 410 ~ 31.22%
G 176 of 410 ~ 42.93%
B 106 of 410 ~ 25.85'%

%31.22
%42.93
%25.85

CMYK color model

#80B06A color CMYK value is (27,0,40,31).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 39.77%
  • key color value is 30.98%

CMYK: (27,0,40,31)
C27M0Y40K31 (27%, 0%, 40%, 31%)
(0.27 / 0.00 / 0.40 / 0.31)

CMYK percentages

%27.27
%0
%39.77
%30.98

Codes

Color #80B06A in popluar color models

80 B0 6A
RGB 128 176 106
HSL 101° 30.70% 55.29%
HSB/HSV 101° 39.77% 69.02%
CMYK 27.27% 0.00% 39.77%
30.98%

Color #80B06A in popluar number systems.

HEX 80 B0 6A
Decimal 128 176 106
Binary 10000000 10110000 1101010
Octal 200 260 152

Shades and tints

Shades of #80B06A

#80B06A
(128,176,106)
#75A061
(117,160,97)
#6A9058
(106,144,88)
#5F804F
(95,128,79)
#547046
(84,112,70)
#49603D
(73,96,61)
#3E5034
(62,80,52)
#33402B
(51,64,43)
#283022
(40,48,34)
#1D2019
(29,32,25)
#121010
(18,16,16)
#000000
(0,0,0)

Tints of #80B06A

#80B06A
(128,176,106)
#8BB777
(139,183,119)
#96BE84
(150,190,132)
#A1C591
(161,197,145)
#ACCC9E
(172,204,158)
#B7D3AB
(183,211,171)
#C2DAB8
(194,218,184)
#CDE1C5
(205,225,197)
#D8E8D2
(216,232,210)
#E3EFDF
(227,239,223)
#EEF6EC
(238,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B06A color. Also use rgb(128,176,106) instead hex code.

Text Font Color

.myTextColor { color: #80B06A; }

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

This text font color is #80B06A.

Background Color

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

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

This div background color is #80B06A.

Border color

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

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

This div border color is #80B06A.

Opacity

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

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

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

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

This text has shadow with #80B06A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B06A.

Preview

Color preview on black background

This text has color #80B06A on black background.


Color preview on white background

This text has color #80B06A on white background.


Black color preview on #80B06A background

This text has black color on #80B06A background.


White color preview on #80B06A background

This text has white color on #80B06A background.


Related colors

Complementary color

Complementary color for #hex is #7F4F95.


I love getcolorcode.com

Triadic colors

1 #6A80B0 and #B06A80 with #80B06A are triadic colors.

2 #6AB080 and #B0806A with #80B06A are triadic colors.