COLOR #80A270

HEX: #80A270 RGB: (128,162,112)

Color info

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

RGB color model

#80A270 color RGB value is (128,162,112).

RGB: (128,162,112) (50%, 64%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 162 of 255 = 64%
B 112 of 255 = 44%

128
162
112

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

Portions of RGB colors in percentages

R + G + B = 128 + 162 + 112 = 402 (100%)
R 128 of 402 ~ 31.84%
G 162 of 402 ~ 40.3%
B 112 of 402 ~ 27.86'%

%31.84
%40.3
%27.86

CMYK color model

#80A270 color CMYK value is (21,0,31,36).

  • cyan value is 20.99%
  • magenta value is 0.00%
  • yellow value is 30.86%
  • key color value is 36.47%

CMYK: (21,0,31,36)
C21M0Y31K36 (21%, 0%, 31%, 36%)
(0.21 / 0.00 / 0.31 / 0.36)

CMYK percentages

%20.99
%0
%30.86
%36.47

Codes

Color #80A270 in popluar color models

80 A2 70
RGB 128 162 112
HSL 101° 21.19% 53.73%
HSB/HSV 101° 30.86% 63.53%
CMYK 20.99% 0.00% 30.86%
36.47%

Color #80A270 in popluar number systems.

HEX 80 A2 70
Decimal 128 162 112
Binary 10000000 10100010 1110000
Octal 200 242 160

Shades and tints

Shades of #80A270

#80A270
(128,162,112)
#759466
(117,148,102)
#6A865C
(106,134,92)
#5F7852
(95,120,82)
#546A48
(84,106,72)
#495C3E
(73,92,62)
#3E4E34
(62,78,52)
#33402A
(51,64,42)
#283220
(40,50,32)
#1D2416
(29,36,22)
#12160C
(18,22,12)
#000000
(0,0,0)

Tints of #80A270

#80A270
(128,162,112)
#8BAA7D
(139,170,125)
#96B28A
(150,178,138)
#A1BA97
(161,186,151)
#ACC2A4
(172,194,164)
#B7CAB1
(183,202,177)
#C2D2BE
(194,210,190)
#CDDACB
(205,218,203)
#D8E2D8
(216,226,216)
#E3EAE5
(227,234,229)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A270 color. Also use rgb(128,162,112) instead hex code.

Text Font Color

.myTextColor { color: #80A270; }

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

This text font color is #80A270.

Background Color

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

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

This div background color is #80A270.

Border color

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

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

This div border color is #80A270.

Opacity

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

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

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

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

This text has shadow with #80A270 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A270.

Preview

Color preview on black background

This text has color #80A270 on black background.


Color preview on white background

This text has color #80A270 on white background.


Black color preview on #80A270 background

This text has black color on #80A270 background.


White color preview on #80A270 background

This text has white color on #80A270 background.


Related colors

Complementary color

Complementary color for #hex is #7F5D8F.


I love getcolorcode.com

Triadic colors

1 #7080A2 and #A27080 with #80A270 are triadic colors.

2 #70A280 and #A28070 with #80A270 are triadic colors.