COLOR #86A656

HEX: #86A656
RGB: (134,166,86)

Color info

#86A656 contains mainly red and green colors. Web safe color of #86A656 is #999966 (or #996).

RGB color model

#86A656 color RGB value is (134,166,86).

  • red value is 134;
  • green value is 166;
  • blue value is 86.
RGB:
(134,166,86)
(53%,65%,34%)

RGB channels and saturation

R 134 of 255 = 53%
G 166 of 255 = 65%
B 86 of 255 = 34%

134
166
86

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

Portions of RGB colors in percentages

R + G + B =
134 + 166 + 86 = 386 (100%)
R 134 of 386 ~ 34.72%
G 166 of 386 ~ 43.01%
B 86 of 386 ~ 22.28%

%34.72
%43.01
%22.28

CMYK color model

#86A656 color CMYK value is (19,0,48,35).

  • cyan value is 19.28%
  • magenta value is 0.00%
  • yellow value is 48.19%
  • key color value is 34.90%
CMYK:
(19,0,48,35)
C19M0Y48K35 
(19%,0%,48%,35%)
(0.19/0.00/0.48/0.35)	

CMYK percentages

%19.28
%0
%48.19
%34.9

Codes

Color #86A656 in popluar color models

86A656
RGB13416686
HSL84°31.75%49.41%
HSB/HSV84°48.19%65.10%
CMYK19.28%0.00%48.19%
34.90%

Color #86A656 in popluar number systems.

HEX86A656
Decimal13416686
Binary10000110101001101010110
Octal206246126

Shades and tints

Shades of #86A656

#86A656
(134,166,86)
#7A974F
(122,151,79)
#6E8848
(110,136,72)
#627941
(98,121,65)
#566A3A
(86,106,58)
#4A5B33
(74,91,51)
#3E4C2C
(62,76,44)
#323D25
(50,61,37)
#262E1E
(38,46,30)
#1A1F17
(26,31,23)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #86A656

#86A656
(134,166,86)
#91AE65
(145,174,101)
#9CB674
(156,182,116)
#A7BE83
(167,190,131)
#B2C692
(178,198,146)
#BDCEA1
(189,206,161)
#C8D6B0
(200,214,176)
#D3DEBF
(211,222,191)
#DEE6CE
(222,230,206)
#E9EEDD
(233,238,221)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86A656; }

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

This text font color is #86A656.


Background Color

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

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

This div background color is #86A656.


Border color

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

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

This div border color is #86A656.


Opacity

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

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

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

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

This text has shadow with #86A656 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A656 on black background.


Color preview on white background

This text has color #86A656 on white background.



Black color preview on #86A656 background

This text has black color on #86A656 background.


White color preview on #86A656 background

This text has white color on #86A656 background.