COLOR #86AC73

HEX: #86AC73 RGB: (134,172,115)

Color info

#86AC73 contains red, green and blue colors in about the same proportion. Web safe color of #86AC73 is #999966 (or #996).

RGB color model

#86AC73 color RGB value is (134,172,115).

RGB: (134,172,115) (53%, 67%, 45%)

RGB channels and saturation

R 134 of 255 = 53%
G 172 of 255 = 67%
B 115 of 255 = 45%

134
172
115

R + G + B ~ 55%. #86AC73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 134 + 172 + 115 = 421 (100%)
R 134 of 421 ~ 31.83%
G 172 of 421 ~ 40.86%
B 115 of 421 ~ 27.32'%

%31.83
%40.86
%27.32

CMYK color model

#86AC73 color CMYK value is (22,0,33,33).

  • cyan value is 22.09%
  • magenta value is 0.00%
  • yellow value is 33.14%
  • key color value is 32.55%
CMYK: (22,0,33,33) C22M0Y33K33 (22%,0%,33%,33%) (0.22/0.00/0.33/0.33) 

CMYK percentages

%22.09
%0
%33.14
%32.55

Codes

Color #86AC73 in popluar color models

86 AC 73
RGB 134 172 115
HSL 100° 25.56% 56.27%
HSB/HSV 100° 33.14% 67.45%
CMYK 22.09% 0.00% 33.14%
32.55%

Color #86AC73 in popluar number systems.

HEX 86 AC 73
Decimal 134 172 115
Binary 10000110 10101100 1110011
Octal 206 254 163

Shades and tints

Shades of #86AC73

#86AC73
(134,172,115)
#7A9D69
(122,157,105)
#6E8E5F
(110,142,95)
#627F55
(98,127,85)
#56704B
(86,112,75)
#4A6141
(74,97,65)
#3E5237
(62,82,55)
#32432D
(50,67,45)
#263423
(38,52,35)
#1A2519
(26,37,25)
#0E160F
(14,22,15)
#000000
(0,0,0)

Tints of #86AC73

#86AC73
(134,172,115)
#91B37F
(145,179,127)
#9CBA8B
(156,186,139)
#A7C197
(167,193,151)
#B2C8A3
(178,200,163)
#BDCFAF
(189,207,175)
#C8D6BB
(200,214,187)
#D3DDC7
(211,221,199)
#DEE4D3
(222,228,211)
#E9EBDF
(233,235,223)
#F4F2EB
(244,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #86AC73 color. Also use rgb(134,172,115) instead hex code.

Text Font Color

.myTextColor { color: #86AC73; }

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

This text font color is #86AC73.

Background Color

.myBgColor { background-color: #86AC73; }

<div style="background-color:#86AC73">Inner text</div>

This div background color is #86AC73.

Border color

.myBorderColor { border: 1px solid #86AC73; }

<div style="border:3px solid #86AC73">Div</div>

This div border color is #86AC73.

Opacity

.myOpacity80 { color: #86AC73; opacity: 0.8; }

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

Text with #86AC73 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 #86AC73;}

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

This text has shadow with #86AC73 color.


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

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

This text has shadow with #86AC73 primary color and red secondary color.


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

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

This text has shadow with #86AC73 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #86AC73.

Preview

Color preview on black background

This text has color #86AC73 on black background.


Color preview on white background

This text has color #86AC73 on white background.


Black color preview on #86AC73 background

This text has black color on #86AC73 background.


White color preview on #86AC73 background

This text has white color on #86AC73 background.


Related colors

Complementary color

Complementary color for #hex is #79538C.


I love getcolorcode.com

Triadic colors

1 #7386AC and #AC7386 with #86AC73 are triadic colors.

2 #73AC86 and #AC8673 with #86AC73 are triadic colors.