COLOR #86C074

HEX: #86C074
RGB: (134,192,116)

Color info

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

RGB color model

#86C074 color RGB value is (134,192,116).

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

RGB channels and saturation

R 134 of 255 = 53%
G 192 of 255 = 75%
B 116 of 255 = 45%

134
192
116

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

Portions of RGB colors in percentages

R + G + B =
134 + 192 + 116 = 442 (100%)
R 134 of 442 ~ 30.32%
G 192 of 442 ~ 43.44%
B 116 of 442 ~ 26.24%

%30.32
%43.44
%26.24

CMYK color model

#86C074 color CMYK value is (30,0,40,25).

  • cyan value is 30.21%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 24.71%
CMYK:
(30,0,40,25)
C30M0Y40K25 
(30%,0%,40%,25%)
(0.30/0.00/0.40/0.25)	

CMYK percentages

%30.21
%0
%39.58
%24.71

Codes

Color #86C074 in popluar color models

86C074
RGB134192116
HSL106°37.62%60.39%
HSB/HSV106°39.58%75.29%
CMYK30.21%0.00%39.58%
24.71%

Color #86C074 in popluar number systems.

HEX86C074
Decimal134192116
Binary10000110110000001110100
Octal206300164

Shades and tints

Shades of #86C074

#86C074
(134,192,116)
#7AAF6A
(122,175,106)
#6E9E60
(110,158,96)
#628D56
(98,141,86)
#567C4C
(86,124,76)
#4A6B42
(74,107,66)
#3E5A38
(62,90,56)
#32492E
(50,73,46)
#263824
(38,56,36)
#1A271A
(26,39,26)
#0E1610
(14,22,16)
#000000
(0,0,0)

Tints of #86C074

#86C074
(134,192,116)
#91C580
(145,197,128)
#9CCA8C
(156,202,140)
#A7CF98
(167,207,152)
#B2D4A4
(178,212,164)
#BDD9B0
(189,217,176)
#C8DEBC
(200,222,188)
#D3E3C8
(211,227,200)
#DEE8D4
(222,232,212)
#E9EDE0
(233,237,224)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #86C074; }

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

This text font color is #86C074.


Background Color

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

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

This div background color is #86C074.


Border color

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

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

This div border color is #86C074.


Opacity

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

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

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

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

This text has shadow with #86C074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #86C074 on black background.


Color preview on white background

This text has color #86C074 on white background.



Black color preview on #86C074 background

This text has black color on #86C074 background.


White color preview on #86C074 background

This text has white color on #86C074 background.