COLOR #80A676

HEX: #80A676 RGB: (128,166,118)

Color info

#80A676 contains red, green and blue colors in about the same proportion. Web safe color of #80A676 is #669966 (or #696).

RGB color model

#80A676 color RGB value is (128,166,118).

RGB: (128,166,118) (50%, 65%, 46%)

RGB channels and saturation

R 128 of 255 = 50%
G 166 of 255 = 65%
B 118 of 255 = 46%

128
166
118

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

Portions of RGB colors in percentages

R + G + B = 128 + 166 + 118 = 412 (100%)
R 128 of 412 ~ 31.07%
G 166 of 412 ~ 40.29%
B 118 of 412 ~ 28.64'%

%31.07
%40.29
%28.64

CMYK color model

#80A676 color CMYK value is (23,0,29,35).

  • cyan value is 22.89%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 34.90%

CMYK: (23,0,29,35)
C23M0Y29K35 (23%, 0%, 29%, 35%)
(0.23 / 0.00 / 0.29 / 0.35)

CMYK percentages

%22.89
%0
%28.92
%34.9

Codes

Color #80A676 in popluar color models

80 A6 76
RGB 128 166 118
HSL 108° 21.24% 55.69%
HSB/HSV 108° 28.92% 65.10%
CMYK 22.89% 0.00% 28.92%
34.90%

Color #80A676 in popluar number systems.

HEX 80 A6 76
Decimal 128 166 118
Binary 10000000 10100110 1110110
Octal 200 246 166

Shades and tints

Shades of #80A676

#80A676
(128,166,118)
#75976C
(117,151,108)
#6A8862
(106,136,98)
#5F7958
(95,121,88)
#546A4E
(84,106,78)
#495B44
(73,91,68)
#3E4C3A
(62,76,58)
#333D30
(51,61,48)
#282E26
(40,46,38)
#1D1F1C
(29,31,28)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #80A676

#80A676
(128,166,118)
#8BAE82
(139,174,130)
#96B68E
(150,182,142)
#A1BE9A
(161,190,154)
#ACC6A6
(172,198,166)
#B7CEB2
(183,206,178)
#C2D6BE
(194,214,190)
#CDDECA
(205,222,202)
#D8E6D6
(216,230,214)
#E3EEE2
(227,238,226)
#EEF6EE
(238,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A676 color. Also use rgb(128,166,118) instead hex code.

Text Font Color

.myTextColor { color: #80A676; }

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

This text font color is #80A676.

Background Color

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

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

This div background color is #80A676.

Border color

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

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

This div border color is #80A676.

Opacity

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

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

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

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

This text has shadow with #80A676 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A676.

Preview

Color preview on black background

This text has color #80A676 on black background.


Color preview on white background

This text has color #80A676 on white background.


Black color preview on #80A676 background

This text has black color on #80A676 background.


White color preview on #80A676 background

This text has white color on #80A676 background.


Related colors

Complementary color

Complementary color for #hex is #7F5989.


I love getcolorcode.com

Triadic colors

1 #7680A6 and #A67680 with #80A676 are triadic colors.

2 #76A680 and #A68076 with #80A676 are triadic colors.