COLOR #8FA74E

HEX: #8FA74E RGB: (143,167,78)

Color info

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

RGB color model

#8FA74E color RGB value is (143,167,78).

RGB: (143,167,78) (56%, 65%, 31%)

RGB channels and saturation

R 143 of 255 = 56%
G 167 of 255 = 65%
B 78 of 255 = 31%

143
167
78

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

Portions of RGB colors in percentages

R + G + B = 143 + 167 + 78 = 388 (100%)
R 143 of 388 ~ 36.86%
G 167 of 388 ~ 43.04%
B 78 of 388 ~ 20.1'%

%36.86
%43.04
%20.1

CMYK color model

#8FA74E color CMYK value is (14,0,53,35).

  • cyan value is 14.37%
  • magenta value is 0.00%
  • yellow value is 53.29%
  • key color value is 34.51%
CMYK: (14,0,53,35) C14M0Y53K35 (14%,0%,53%,35%) (0.14/0.00/0.53/0.35) 

CMYK percentages

%14.37
%0
%53.29
%34.51

Codes

Color #8FA74E in popluar color models

8F A7 4E
RGB 143 167 78
HSL 76° 36.33% 48.04%
HSB/HSV 76° 53.29% 65.49%
CMYK 14.37% 0.00% 53.29%
34.51%

Color #8FA74E in popluar number systems.

HEX 8F A7 4E
Decimal 143 167 78
Binary 10001111 10100111 1001110
Octal 217 247 116

Shades and tints

Shades of #8FA74E

#8FA74E
(143,167,78)
#829847
(130,152,71)
#758940
(117,137,64)
#687A39
(104,122,57)
#5B6B32
(91,107,50)
#4E5C2B
(78,92,43)
#414D24
(65,77,36)
#343E1D
(52,62,29)
#272F16
(39,47,22)
#1A200F
(26,32,15)
#0D1108
(13,17,8)
#000000
(0,0,0)

Tints of #8FA74E

#8FA74E
(143,167,78)
#99AF5E
(153,175,94)
#A3B76E
(163,183,110)
#ADBF7E
(173,191,126)
#B7C78E
(183,199,142)
#C1CF9E
(193,207,158)
#CBD7AE
(203,215,174)
#D5DFBE
(213,223,190)
#DFE7CE
(223,231,206)
#E9EFDE
(233,239,222)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA74E color. Also use rgb(143,167,78) instead hex code.

Text Font Color

.myTextColor { color: #8FA74E; }

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

This text font color is #8FA74E.

Background Color

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

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

This div background color is #8FA74E.

Border color

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

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

This div border color is #8FA74E.

Opacity

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

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

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

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

This text has shadow with #8FA74E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8FA74E.

Preview

Color preview on black background

This text has color #8FA74E on black background.


Color preview on white background

This text has color #8FA74E on white background.


Black color preview on #8FA74E background

This text has black color on #8FA74E background.


White color preview on #8FA74E background

This text has white color on #8FA74E background.


Related colors

Complementary color

Complementary color for #hex is #7058B1.


I love getcolorcode.com

Triadic colors

1 #4E8FA7 and #A74E8F with #8FA74E are triadic colors.

2 #4EA78F and #A78F4E with #8FA74E are triadic colors.