COLOR #8EA756

HEX: #8EA756 RGB: (142,167,86)

Color info

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

RGB color model

#8EA756 color RGB value is (142,167,86).

RGB: (142,167,86) (56%, 65%, 34%)

RGB channels and saturation

R 142 of 255 = 56%
G 167 of 255 = 65%
B 86 of 255 = 34%

142
167
86

R + G + B ~ 52%. #8EA756 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 142 + 167 + 86 = 395 (100%)
R 142 of 395 ~ 35.95%
G 167 of 395 ~ 42.28%
B 86 of 395 ~ 21.77'%

%35.95
%42.28
%21.77

CMYK color model

#8EA756 color CMYK value is (15,0,49,35).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 48.50%
  • key color value is 34.51%
CMYK: (15,0,49,35) C15M0Y49K35 (15%,0%,49%,35%) (0.15/0.00/0.49/0.35) 

CMYK percentages

%14.97
%0
%48.5
%34.51

Codes

Color #8EA756 in popluar color models

8E A7 56
RGB 142 167 86
HSL 79° 32.02% 49.61%
HSB/HSV 79° 48.50% 65.49%
CMYK 14.97% 0.00% 48.50%
34.51%

Color #8EA756 in popluar number systems.

HEX 8E A7 56
Decimal 142 167 86
Binary 10001110 10100111 1010110
Octal 216 247 126

Shades and tints

Shades of #8EA756

#8EA756
(142,167,86)
#82984F
(130,152,79)
#768948
(118,137,72)
#6A7A41
(106,122,65)
#5E6B3A
(94,107,58)
#525C33
(82,92,51)
#464D2C
(70,77,44)
#3A3E25
(58,62,37)
#2E2F1E
(46,47,30)
#222017
(34,32,23)
#161110
(22,17,16)
#000000
(0,0,0)

Tints of #8EA756

#8EA756
(142,167,86)
#98AF65
(152,175,101)
#A2B774
(162,183,116)
#ACBF83
(172,191,131)
#B6C792
(182,199,146)
#C0CFA1
(192,207,161)
#CAD7B0
(202,215,176)
#D4DFBF
(212,223,191)
#DEE7CE
(222,231,206)
#E8EFDD
(232,239,221)
#F2F7EC
(242,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EA756 color. Also use rgb(142,167,86) instead hex code.

Text Font Color

.myTextColor { color: #8EA756; }

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

This text font color is #8EA756.

Background Color

.myBgColor { background-color: #8EA756; }

<div style="background-color:#8EA756">Inner text</div>

This div background color is #8EA756.

Border color

.myBorderColor { border: 1px solid #8EA756; }

<div style="border:3px solid #8EA756">Div</div>

This div border color is #8EA756.

Opacity

.myOpacity80 { color: #8EA756; opacity: 0.8; }

<p style="color:#8EA756;opacity:0.8;">80%</p>

Text with #8EA756 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 #8EA756;}

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

This text has shadow with #8EA756 color.


.textShadow {text-shadow: 3px 3px 1px #8EA756', 3px 3px 1px red;}

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

This text has shadow with #8EA756 primary color and red secondary color.


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

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

This text has shadow with #8EA756 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8EA756; -webkit-box-shadow: 1px 1px 3px 2px #8EA756; box-shadow:1px 1px 3px 2px #8EA756;">
Div content here
</div>

This div box has shadow with color #8EA756.

Preview

Color preview on black background

This text has color #8EA756 on black background.


Color preview on white background

This text has color #8EA756 on white background.


Black color preview on #8EA756 background

This text has black color on #8EA756 background.


White color preview on #8EA756 background

This text has white color on #8EA756 background.


Related colors

Complementary color

Complementary color for #hex is #7158A9.


I love getcolorcode.com

Triadic colors

1 #568EA7 and #A7568E with #8EA756 are triadic colors.

2 #56A78E and #A78E56 with #8EA756 are triadic colors.