COLOR #8FAA74

HEX: #8FAA74
RGB: (143,170,116)

Color info

#8FAA74 contains red, green and blue colors in about the same proportion. Web safe color of #8FAA74 is #999966 (or #996).

RGB color model

#8FAA74 color RGB value is (143,170,116).

  • red value is 143;
  • green value is 170;
  • blue value is 116.
RGB:
(143,170,116)
(56%,67%,45%)

RGB channels and saturation

R 143 of 255 = 56%
G 170 of 255 = 67%
B 116 of 255 = 45%

143
170
116

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

Portions of RGB colors in percentages

R + G + B =
143 + 170 + 116 = 429 (100%)
R 143 of 429 ~ 33.33%
G 170 of 429 ~ 39.63%
B 116 of 429 ~ 27.04%

%33.33
%39.63
%27.04

CMYK color model

#8FAA74 color CMYK value is (16,0,32,33).

  • cyan value is 15.88%
  • magenta value is 0.00%
  • yellow value is 31.76%
  • key color value is 33.33%
CMYK:
(16,0,32,33)
C16M0Y32K33 
(16%,0%,32%,33%)
(0.16/0.00/0.32/0.33)	

CMYK percentages

%15.88
%0
%31.76
%33.33

Codes

Color #8FAA74 in popluar color models

8FAA74
RGB143170116
HSL90°24.11%56.08%
HSB/HSV90°31.76%66.67%
CMYK15.88%0.00%31.76%
33.33%

Color #8FAA74 in popluar number systems.

HEX8FAA74
Decimal143170116
Binary10001111101010101110100
Octal217252164

Shades and tints

Shades of #8FAA74

#8FAA74
(143,170,116)
#829B6A
(130,155,106)
#758C60
(117,140,96)
#687D56
(104,125,86)
#5B6E4C
(91,110,76)
#4E5F42
(78,95,66)
#415038
(65,80,56)
#34412E
(52,65,46)
#273224
(39,50,36)
#1A231A
(26,35,26)
#0D1410
(13,20,16)
#000000
(0,0,0)

Tints of #8FAA74

#8FAA74
(143,170,116)
#99B180
(153,177,128)
#A3B88C
(163,184,140)
#ADBF98
(173,191,152)
#B7C6A4
(183,198,164)
#C1CDB0
(193,205,176)
#CBD4BC
(203,212,188)
#D5DBC8
(213,219,200)
#DFE2D4
(223,226,212)
#E9E9E0
(233,233,224)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAA74 color. Also use rgb(143,170,116) instead hex code.

Text Font Color

.myTextColor { color: #8FAA74; }

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

This text font color is #8FAA74.


Background Color

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

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

This div background color is #8FAA74.


Border color

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

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

This div border color is #8FAA74.


Opacity

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

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

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

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

This text has shadow with #8FAA74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAA74 on black background.


Color preview on white background

This text has color #8FAA74 on white background.



Black color preview on #8FAA74 background

This text has black color on #8FAA74 background.


White color preview on #8FAA74 background

This text has white color on #8FAA74 background.