COLOR #80AF70

HEX: #80AF70 RGB: (128,175,112)

Color info

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

RGB color model

#80AF70 color RGB value is (128,175,112).

RGB: (128,175,112) (50%, 69%, 44%)

RGB channels and saturation

R 128 of 255 = 50%
G 175 of 255 = 69%
B 112 of 255 = 44%

128
175
112

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

Portions of RGB colors in percentages

R + G + B = 128 + 175 + 112 = 415 (100%)
R 128 of 415 ~ 30.84%
G 175 of 415 ~ 42.17%
B 112 of 415 ~ 26.99'%

%30.84
%42.17
%26.99

CMYK color model

#80AF70 color CMYK value is (27,0,36,31).

  • cyan value is 26.86%
  • magenta value is 0.00%
  • yellow value is 36.00%
  • key color value is 31.37%

CMYK: (27,0,36,31)
C27M0Y36K31 (27%, 0%, 36%, 31%)
(0.27 / 0.00 / 0.36 / 0.31)

CMYK percentages

%26.86
%0
%36
%31.37

Codes

Color #80AF70 in popluar color models

80 AF 70
RGB 128 175 112
HSL 105° 28.25% 56.27%
HSB/HSV 105° 36.00% 68.63%
CMYK 26.86% 0.00% 36.00%
31.37%

Color #80AF70 in popluar number systems.

HEX 80 AF 70
Decimal 128 175 112
Binary 10000000 10101111 1110000
Octal 200 257 160

Shades and tints

Shades of #80AF70

#80AF70
(128,175,112)
#75A066
(117,160,102)
#6A915C
(106,145,92)
#5F8252
(95,130,82)
#547348
(84,115,72)
#49643E
(73,100,62)
#3E5534
(62,85,52)
#33462A
(51,70,42)
#283720
(40,55,32)
#1D2816
(29,40,22)
#12190C
(18,25,12)
#000000
(0,0,0)

Tints of #80AF70

#80AF70
(128,175,112)
#8BB67D
(139,182,125)
#96BD8A
(150,189,138)
#A1C497
(161,196,151)
#ACCBA4
(172,203,164)
#B7D2B1
(183,210,177)
#C2D9BE
(194,217,190)
#CDE0CB
(205,224,203)
#D8E7D8
(216,231,216)
#E3EEE5
(227,238,229)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AF70; }

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

This text font color is #80AF70.

Background Color

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

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

This div background color is #80AF70.

Border color

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

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

This div border color is #80AF70.

Opacity

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

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

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

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

This text has shadow with #80AF70 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AF70.

Preview

Color preview on black background

This text has color #80AF70 on black background.


Color preview on white background

This text has color #80AF70 on white background.


Black color preview on #80AF70 background

This text has black color on #80AF70 background.


White color preview on #80AF70 background

This text has white color on #80AF70 background.


Related colors

Complementary color

Complementary color for #hex is #7F508F.


I love getcolorcode.com

Triadic colors

1 #7080AF and #AF7080 with #80AF70 are triadic colors.

2 #70AF80 and #AF8070 with #80AF70 are triadic colors.