COLOR #86C077

HEX: #86C077
RGB: (134,192,119)

Color info

#86C077 contains mainly red and green colors. Web safe color of #86C077 is #99CC66 (or #9C6).

RGB color model

#86C077 color RGB value is (134,192,119).

  • red value is 134;
  • green value is 192;
  • blue value is 119.
RGB:
(134,192,119)
(53%,75%,47%)

RGB channels and saturation

R 134 of 255 = 53%
G 192 of 255 = 75%
B 119 of 255 = 47%

134
192
119

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

Portions of RGB colors in percentages

R + G + B =
134 + 192 + 119 = 445 (100%)
R 134 of 445 ~ 30.11%
G 192 of 445 ~ 43.15%
B 119 of 445 ~ 26.74%

%30.11
%43.15
%26.74

CMYK color model

#86C077 color CMYK value is (30,0,38,25).

  • cyan value is 30.21%
  • magenta value is 0.00%
  • yellow value is 38.02%
  • key color value is 24.71%
CMYK:
(30,0,38,25)
C30M0Y38K25 
(30%,0%,38%,25%)
(0.30/0.00/0.38/0.25)	

CMYK percentages

%30.21
%0
%38.02
%24.71

Codes

Color #86C077 in popluar color models

86C077
RGB134192119
HSL108°36.68%60.98%
HSB/HSV108°38.02%75.29%
CMYK30.21%0.00%38.02%
24.71%

Color #86C077 in popluar number systems.

HEX86C077
Decimal134192119
Binary10000110110000001110111
Octal206300167

Shades and tints

Shades of #86C077

#86C077
(134,192,119)
#7AAF6D
(122,175,109)
#6E9E63
(110,158,99)
#628D59
(98,141,89)
#567C4F
(86,124,79)
#4A6B45
(74,107,69)
#3E5A3B
(62,90,59)
#324931
(50,73,49)
#263827
(38,56,39)
#1A271D
(26,39,29)
#0E1613
(14,22,19)
#000000
(0,0,0)

Tints of #86C077

#86C077
(134,192,119)
#91C583
(145,197,131)
#9CCA8F
(156,202,143)
#A7CF9B
(167,207,155)
#B2D4A7
(178,212,167)
#BDD9B3
(189,217,179)
#C8DEBF
(200,222,191)
#D3E3CB
(211,227,203)
#DEE8D7
(222,232,215)
#E9EDE3
(233,237,227)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86C077; }

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

This text font color is #86C077.


Background Color

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

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

This div background color is #86C077.


Border color

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

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

This div border color is #86C077.


Opacity

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

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

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

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

This text has shadow with #86C077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C077 on black background.


Color preview on white background

This text has color #86C077 on white background.



Black color preview on #86C077 background

This text has black color on #86C077 background.


White color preview on #86C077 background

This text has white color on #86C077 background.