COLOR #86A766

HEX: #86A766
RGB: (134,167,102)

Color info

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

RGB color model

#86A766 color RGB value is (134,167,102).

  • red value is 134;
  • green value is 167;
  • blue value is 102.
RGB:
(134,167,102)
(53%,65%,40%)

RGB channels and saturation

R 134 of 255 = 53%
G 167 of 255 = 65%
B 102 of 255 = 40%

134
167
102

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

Portions of RGB colors in percentages

R + G + B =
134 + 167 + 102 = 403 (100%)
R 134 of 403 ~ 33.25%
G 167 of 403 ~ 41.44%
B 102 of 403 ~ 25.31%

%33.25
%41.44
%25.31

CMYK color model

#86A766 color CMYK value is (20,0,39,35).

  • cyan value is 19.76%
  • magenta value is 0.00%
  • yellow value is 38.92%
  • key color value is 34.51%
CMYK:
(20,0,39,35)
C20M0Y39K35 
(20%,0%,39%,35%)
(0.20/0.00/0.39/0.35)	

CMYK percentages

%19.76
%0
%38.92
%34.51

Codes

Color #86A766 in popluar color models

86A766
RGB134167102
HSL90°26.97%52.75%
HSB/HSV90°38.92%65.49%
CMYK19.76%0.00%38.92%
34.51%

Color #86A766 in popluar number systems.

HEX86A766
Decimal134167102
Binary10000110101001111100110
Octal206247146

Shades and tints

Shades of #86A766

#86A766
(134,167,102)
#7A985D
(122,152,93)
#6E8954
(110,137,84)
#627A4B
(98,122,75)
#566B42
(86,107,66)
#4A5C39
(74,92,57)
#3E4D30
(62,77,48)
#323E27
(50,62,39)
#262F1E
(38,47,30)
#1A2015
(26,32,21)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #86A766

#86A766
(134,167,102)
#91AF73
(145,175,115)
#9CB780
(156,183,128)
#A7BF8D
(167,191,141)
#B2C79A
(178,199,154)
#BDCFA7
(189,207,167)
#C8D7B4
(200,215,180)
#D3DFC1
(211,223,193)
#DEE7CE
(222,231,206)
#E9EFDB
(233,239,219)
#F4F7E8
(244,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86A766; }

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

This text font color is #86A766.


Background Color

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

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

This div background color is #86A766.


Border color

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

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

This div border color is #86A766.


Opacity

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

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

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

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

This text has shadow with #86A766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86A766 on black background.


Color preview on white background

This text has color #86A766 on white background.



Black color preview on #86A766 background

This text has black color on #86A766 background.


White color preview on #86A766 background

This text has white color on #86A766 background.