COLOR #8EA75F

HEX: #8EA75F
RGB: (142,167,95)

Color info

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

RGB color model

#8EA75F color RGB value is (142,167,95).

  • red value is 142;
  • green value is 167;
  • blue value is 95.
RGB:
(142,167,95)
(56%,65%,37%)

RGB channels and saturation

R 142 of 255 = 56%
G 167 of 255 = 65%
B 95 of 255 = 37%

142
167
95

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

Portions of RGB colors in percentages

R + G + B =
142 + 167 + 95 = 404 (100%)
R 142 of 404 ~ 35.15%
G 167 of 404 ~ 41.34%
B 95 of 404 ~ 23.51%

%35.15
%41.34
%23.51

CMYK color model

#8EA75F color CMYK value is (15,0,43,35).

  • cyan value is 14.97%
  • magenta value is 0.00%
  • yellow value is 43.11%
  • key color value is 34.51%
CMYK:
(15,0,43,35)
C15M0Y43K35 
(15%,0%,43%,35%)
(0.15/0.00/0.43/0.35)	

CMYK percentages

%14.97
%0
%43.11
%34.51

Codes

Color #8EA75F in popluar color models

8EA75F
RGB14216795
HSL81°29.03%51.37%
HSB/HSV81°43.11%65.49%
CMYK14.97%0.00%43.11%
34.51%

Color #8EA75F in popluar number systems.

HEX8EA75F
Decimal14216795
Binary10001110101001111011111
Octal216247137

Shades and tints

Shades of #8EA75F

#8EA75F
(142,167,95)
#829857
(130,152,87)
#76894F
(118,137,79)
#6A7A47
(106,122,71)
#5E6B3F
(94,107,63)
#525C37
(82,92,55)
#464D2F
(70,77,47)
#3A3E27
(58,62,39)
#2E2F1F
(46,47,31)
#222017
(34,32,23)
#16110F
(22,17,15)
#000000
(0,0,0)

Tints of #8EA75F

#8EA75F
(142,167,95)
#98AF6D
(152,175,109)
#A2B77B
(162,183,123)
#ACBF89
(172,191,137)
#B6C797
(182,199,151)
#C0CFA5
(192,207,165)
#CAD7B3
(202,215,179)
#D4DFC1
(212,223,193)
#DEE7CF
(222,231,207)
#E8EFDD
(232,239,221)
#F2F7EB
(242,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EA75F; }

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

This text font color is #8EA75F.


Background Color

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

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

This div background color is #8EA75F.


Border color

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

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

This div border color is #8EA75F.


Opacity

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

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

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

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

This text has shadow with #8EA75F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EA75F on black background.


Color preview on white background

This text has color #8EA75F on white background.



Black color preview on #8EA75F background

This text has black color on #8EA75F background.


White color preview on #8EA75F background

This text has white color on #8EA75F background.