COLOR #8BA76C

HEX: #8BA76C
RGB: (139,167,108)

Color info

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

RGB color model

#8BA76C color RGB value is (139,167,108).

  • red value is 139;
  • green value is 167;
  • blue value is 108.
RGB:
(139,167,108)
(55%,65%,42%)

RGB channels and saturation

R 139 of 255 = 55%
G 167 of 255 = 65%
B 108 of 255 = 42%

139
167
108

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

Portions of RGB colors in percentages

R + G + B =
139 + 167 + 108 = 414 (100%)
R 139 of 414 ~ 33.57%
G 167 of 414 ~ 40.34%
B 108 of 414 ~ 26.09%

%33.57
%40.34
%26.09

CMYK color model

#8BA76C color CMYK value is (17,0,35,35).

  • cyan value is 16.77%
  • magenta value is 0.00%
  • yellow value is 35.33%
  • key color value is 34.51%
CMYK:
(17,0,35,35)
C17M0Y35K35 
(17%,0%,35%,35%)
(0.17/0.00/0.35/0.35)	

CMYK percentages

%16.77
%0
%35.33
%34.51

Codes

Color #8BA76C in popluar color models

8BA76C
RGB139167108
HSL88°25.11%53.92%
HSB/HSV88°35.33%65.49%
CMYK16.77%0.00%35.33%
34.51%

Color #8BA76C in popluar number systems.

HEX8BA76C
Decimal139167108
Binary10001011101001111101100
Octal213247154

Shades and tints

Shades of #8BA76C

#8BA76C
(139,167,108)
#7F9863
(127,152,99)
#73895A
(115,137,90)
#677A51
(103,122,81)
#5B6B48
(91,107,72)
#4F5C3F
(79,92,63)
#434D36
(67,77,54)
#373E2D
(55,62,45)
#2B2F24
(43,47,36)
#1F201B
(31,32,27)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #8BA76C

#8BA76C
(139,167,108)
#95AF79
(149,175,121)
#9FB786
(159,183,134)
#A9BF93
(169,191,147)
#B3C7A0
(179,199,160)
#BDCFAD
(189,207,173)
#C7D7BA
(199,215,186)
#D1DFC7
(209,223,199)
#DBE7D4
(219,231,212)
#E5EFE1
(229,239,225)
#EFF7EE
(239,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BA76C color. Also use rgb(139,167,108) instead hex code.

Text Font Color

.myTextColor { color: #8BA76C; }

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

This text font color is #8BA76C.


Background Color

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

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

This div background color is #8BA76C.


Border color

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

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

This div border color is #8BA76C.


Opacity

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

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

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

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

This text has shadow with #8BA76C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BA76C on black background.


Color preview on white background

This text has color #8BA76C on white background.



Black color preview on #8BA76C background

This text has black color on #8BA76C background.


White color preview on #8BA76C background

This text has white color on #8BA76C background.