COLOR #80A766

HEX: #80A766 RGB: (128,167,102)

Color info

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

RGB color model

#80A766 color RGB value is (128,167,102).

RGB: (128,167,102) (50%, 65%, 40%)

RGB channels and saturation

R 128 of 255 = 50%
G 167 of 255 = 65%
B 102 of 255 = 40%

128
167
102

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

Portions of RGB colors in percentages

R + G + B = 128 + 167 + 102 = 397 (100%)
R 128 of 397 ~ 32.24%
G 167 of 397 ~ 42.07%
B 102 of 397 ~ 25.69'%

%32.24
%42.07
%25.69

CMYK color model

#80A766 color CMYK value is (23,0,39,35).

  • cyan value is 23.35%
  • magenta value is 0.00%
  • yellow value is 38.92%
  • key color value is 34.51%

CMYK: (23,0,39,35)
C23M0Y39K35 (23%, 0%, 39%, 35%)
(0.23 / 0.00 / 0.39 / 0.35)

CMYK percentages

%23.35
%0
%38.92
%34.51

Codes

Color #80A766 in popluar color models

80 A7 66
RGB 128 167 102
HSL 96° 26.97% 52.75%
HSB/HSV 96° 38.92% 65.49%
CMYK 23.35% 0.00% 38.92%
34.51%

Color #80A766 in popluar number systems.

HEX 80 A7 66
Decimal 128 167 102
Binary 10000000 10100111 1100110
Octal 200 247 146

Shades and tints

Shades of #80A766

#80A766
(128,167,102)
#75985D
(117,152,93)
#6A8954
(106,137,84)
#5F7A4B
(95,122,75)
#546B42
(84,107,66)
#495C39
(73,92,57)
#3E4D30
(62,77,48)
#333E27
(51,62,39)
#282F1E
(40,47,30)
#1D2015
(29,32,21)
#12110C
(18,17,12)
#000000
(0,0,0)

Tints of #80A766

#80A766
(128,167,102)
#8BAF73
(139,175,115)
#96B780
(150,183,128)
#A1BF8D
(161,191,141)
#ACC79A
(172,199,154)
#B7CFA7
(183,207,167)
#C2D7B4
(194,215,180)
#CDDFC1
(205,223,193)
#D8E7CE
(216,231,206)
#E3EFDB
(227,239,219)
#EEF7E8
(238,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A766 color. Also use rgb(128,167,102) instead hex code.

Text Font Color

.myTextColor { color: #80A766; }

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

This text font color is #80A766.

Background Color

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

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

This div background color is #80A766.

Border color

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

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

This div border color is #80A766.

Opacity

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

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

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

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

This text has shadow with #80A766 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A766.

Preview

Color preview on black background

This text has color #80A766 on black background.


Color preview on white background

This text has color #80A766 on white background.


Black color preview on #80A766 background

This text has black color on #80A766 background.


White color preview on #80A766 background

This text has white color on #80A766 background.


Related colors

Complementary color

Complementary color for #hex is #7F5899.


I love getcolorcode.com

Triadic colors

1 #6680A7 and #A76680 with #80A766 are triadic colors.

2 #66A780 and #A78066 with #80A766 are triadic colors.