COLOR #8FB76F

HEX: #8FB76F
RGB: (143,183,111)

Color info

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

RGB color model

#8FB76F color RGB value is (143,183,111).

  • red value is 143;
  • green value is 183;
  • blue value is 111.
RGB:
(143,183,111)
(56%,72%,44%)

RGB channels and saturation

R 143 of 255 = 56%
G 183 of 255 = 72%
B 111 of 255 = 44%

143
183
111

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

Portions of RGB colors in percentages

R + G + B =
143 + 183 + 111 = 437 (100%)
R 143 of 437 ~ 32.72%
G 183 of 437 ~ 41.88%
B 111 of 437 ~ 25.4%

%32.72
%41.88
%25.4

CMYK color model

#8FB76F color CMYK value is (22,0,39,28).

  • cyan value is 21.86%
  • magenta value is 0.00%
  • yellow value is 39.34%
  • key color value is 28.24%
CMYK:
(22,0,39,28)
C22M0Y39K28 
(22%,0%,39%,28%)
(0.22/0.00/0.39/0.28)	

CMYK percentages

%21.86
%0
%39.34
%28.24

Codes

Color #8FB76F in popluar color models

8FB76F
RGB143183111
HSL93°33.33%57.65%
HSB/HSV93°39.34%71.76%
CMYK21.86%0.00%39.34%
28.24%

Color #8FB76F in popluar number systems.

HEX8FB76F
Decimal143183111
Binary10001111101101111101111
Octal217267157

Shades and tints

Shades of #8FB76F

#8FB76F
(143,183,111)
#82A765
(130,167,101)
#75975B
(117,151,91)
#688751
(104,135,81)
#5B7747
(91,119,71)
#4E673D
(78,103,61)
#415733
(65,87,51)
#344729
(52,71,41)
#27371F
(39,55,31)
#1A2715
(26,39,21)
#0D170B
(13,23,11)
#000000
(0,0,0)

Tints of #8FB76F

#8FB76F
(143,183,111)
#99BD7C
(153,189,124)
#A3C389
(163,195,137)
#ADC996
(173,201,150)
#B7CFA3
(183,207,163)
#C1D5B0
(193,213,176)
#CBDBBD
(203,219,189)
#D5E1CA
(213,225,202)
#DFE7D7
(223,231,215)
#E9EDE4
(233,237,228)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB76F color. Also use rgb(143,183,111) instead hex code.

Text Font Color

.myTextColor { color: #8FB76F; }

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

This text font color is #8FB76F.


Background Color

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

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

This div background color is #8FB76F.


Border color

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

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

This div border color is #8FB76F.


Opacity

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

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

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

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

This text has shadow with #8FB76F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB76F on black background.


Color preview on white background

This text has color #8FB76F on white background.



Black color preview on #8FB76F background

This text has black color on #8FB76F background.


White color preview on #8FB76F background

This text has white color on #8FB76F background.