COLOR #86B075

HEX: #86B075
RGB: (134,176,117)

Color info

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

RGB color model

#86B075 color RGB value is (134,176,117).

  • red value is 134;
  • green value is 176;
  • blue value is 117.
RGB:
(134,176,117)
(53%,69%,46%)

RGB channels and saturation

R 134 of 255 = 53%
G 176 of 255 = 69%
B 117 of 255 = 46%

134
176
117

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

Portions of RGB colors in percentages

R + G + B =
134 + 176 + 117 = 427 (100%)
R 134 of 427 ~ 31.38%
G 176 of 427 ~ 41.22%
B 117 of 427 ~ 27.4%

%31.38
%41.22
%27.4

CMYK color model

#86B075 color CMYK value is (24,0,34,31).

  • cyan value is 23.86%
  • magenta value is 0.00%
  • yellow value is 33.52%
  • key color value is 30.98%
CMYK:
(24,0,34,31)
C24M0Y34K31 
(24%,0%,34%,31%)
(0.24/0.00/0.34/0.31)	

CMYK percentages

%23.86
%0
%33.52
%30.98

Codes

Color #86B075 in popluar color models

86B075
RGB134176117
HSL103°27.19%57.45%
HSB/HSV103°33.52%69.02%
CMYK23.86%0.00%33.52%
30.98%

Color #86B075 in popluar number systems.

HEX86B075
Decimal134176117
Binary10000110101100001110101
Octal206260165

Shades and tints

Shades of #86B075

#86B075
(134,176,117)
#7AA06B
(122,160,107)
#6E9061
(110,144,97)
#628057
(98,128,87)
#56704D
(86,112,77)
#4A6043
(74,96,67)
#3E5039
(62,80,57)
#32402F
(50,64,47)
#263025
(38,48,37)
#1A201B
(26,32,27)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #86B075

#86B075
(134,176,117)
#91B781
(145,183,129)
#9CBE8D
(156,190,141)
#A7C599
(167,197,153)
#B2CCA5
(178,204,165)
#BDD3B1
(189,211,177)
#C8DABD
(200,218,189)
#D3E1C9
(211,225,201)
#DEE8D5
(222,232,213)
#E9EFE1
(233,239,225)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86B075; }

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

This text font color is #86B075.


Background Color

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

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

This div background color is #86B075.


Border color

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

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

This div border color is #86B075.


Opacity

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

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

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

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

This text has shadow with #86B075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86B075 on black background.


Color preview on white background

This text has color #86B075 on white background.



Black color preview on #86B075 background

This text has black color on #86B075 background.


White color preview on #86B075 background

This text has white color on #86B075 background.