COLOR #8FA65B

HEX: #8FA65B
RGB: (143,166,91)

Color info

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

RGB color model

#8FA65B color RGB value is (143,166,91).

  • red value is 143;
  • green value is 166;
  • blue value is 91.
RGB:
(143,166,91)
(56%,65%,36%)

RGB channels and saturation

R 143 of 255 = 56%
G 166 of 255 = 65%
B 91 of 255 = 36%

143
166
91

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

Portions of RGB colors in percentages

R + G + B =
143 + 166 + 91 = 400 (100%)
R 143 of 400 ~ 35.75%
G 166 of 400 ~ 41.5%
B 91 of 400 ~ 22.75%

%35.75
%41.5
%22.75

CMYK color model

#8FA65B color CMYK value is (14,0,45,35).

  • cyan value is 13.86%
  • magenta value is 0.00%
  • yellow value is 45.18%
  • key color value is 34.90%
CMYK:
(14,0,45,35)
C14M0Y45K35 
(14%,0%,45%,35%)
(0.14/0.00/0.45/0.35)	

CMYK percentages

%13.86
%0
%45.18
%34.9

Codes

Color #8FA65B in popluar color models

8FA65B
RGB14316691
HSL78°29.64%50.39%
HSB/HSV78°45.18%65.10%
CMYK13.86%0.00%45.18%
34.90%

Color #8FA65B in popluar number systems.

HEX8FA65B
Decimal14316691
Binary10001111101001101011011
Octal217246133

Shades and tints

Shades of #8FA65B

#8FA65B
(143,166,91)
#829753
(130,151,83)
#75884B
(117,136,75)
#687943
(104,121,67)
#5B6A3B
(91,106,59)
#4E5B33
(78,91,51)
#414C2B
(65,76,43)
#343D23
(52,61,35)
#272E1B
(39,46,27)
#1A1F13
(26,31,19)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #8FA65B

#8FA65B
(143,166,91)
#99AE69
(153,174,105)
#A3B677
(163,182,119)
#ADBE85
(173,190,133)
#B7C693
(183,198,147)
#C1CEA1
(193,206,161)
#CBD6AF
(203,214,175)
#D5DEBD
(213,222,189)
#DFE6CB
(223,230,203)
#E9EED9
(233,238,217)
#F3F6E7
(243,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA65B color. Also use rgb(143,166,91) instead hex code.

Text Font Color

.myTextColor { color: #8FA65B; }

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

This text font color is #8FA65B.


Background Color

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

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

This div background color is #8FA65B.


Border color

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

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

This div border color is #8FA65B.


Opacity

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

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

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

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

This text has shadow with #8FA65B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA65B on black background.


Color preview on white background

This text has color #8FA65B on white background.



Black color preview on #8FA65B background

This text has black color on #8FA65B background.


White color preview on #8FA65B background

This text has white color on #8FA65B background.