COLOR #8BAF78

HEX: #8BAF78
RGB: (139,175,120)

Color info

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

RGB color model

#8BAF78 color RGB value is (139,175,120).

  • red value is 139;
  • green value is 175;
  • blue value is 120.
RGB:
(139,175,120)
(55%,69%,47%)

RGB channels and saturation

R 139 of 255 = 55%
G 175 of 255 = 69%
B 120 of 255 = 47%

139
175
120

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

Portions of RGB colors in percentages

R + G + B =
139 + 175 + 120 = 434 (100%)
R 139 of 434 ~ 32.03%
G 175 of 434 ~ 40.32%
B 120 of 434 ~ 27.65%

%32.03
%40.32
%27.65

CMYK color model

#8BAF78 color CMYK value is (21,0,31,31).

  • cyan value is 20.57%
  • magenta value is 0.00%
  • yellow value is 31.43%
  • key color value is 31.37%
CMYK:
(21,0,31,31)
C21M0Y31K31 
(21%,0%,31%,31%)
(0.21/0.00/0.31/0.31)	

CMYK percentages

%20.57
%0
%31.43
%31.37

Codes

Color #8BAF78 in popluar color models

8BAF78
RGB139175120
HSL99°25.58%57.84%
HSB/HSV99°31.43%68.63%
CMYK20.57%0.00%31.43%
31.37%

Color #8BAF78 in popluar number systems.

HEX8BAF78
Decimal139175120
Binary10001011101011111111000
Octal213257170

Shades and tints

Shades of #8BAF78

#8BAF78
(139,175,120)
#7FA06E
(127,160,110)
#739164
(115,145,100)
#67825A
(103,130,90)
#5B7350
(91,115,80)
#4F6446
(79,100,70)
#43553C
(67,85,60)
#374632
(55,70,50)
#2B3728
(43,55,40)
#1F281E
(31,40,30)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #8BAF78

#8BAF78
(139,175,120)
#95B684
(149,182,132)
#9FBD90
(159,189,144)
#A9C49C
(169,196,156)
#B3CBA8
(179,203,168)
#BDD2B4
(189,210,180)
#C7D9C0
(199,217,192)
#D1E0CC
(209,224,204)
#DBE7D8
(219,231,216)
#E5EEE4
(229,238,228)
#EFF5F0
(239,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8BAF78 color. Also use rgb(139,175,120) instead hex code.

Text Font Color

.myTextColor { color: #8BAF78; }

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

This text font color is #8BAF78.


Background Color

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

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

This div background color is #8BAF78.


Border color

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

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

This div border color is #8BAF78.


Opacity

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

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

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

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

This text has shadow with #8BAF78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8BAF78 on black background.


Color preview on white background

This text has color #8BAF78 on white background.



Black color preview on #8BAF78 background

This text has black color on #8BAF78 background.


White color preview on #8BAF78 background

This text has white color on #8BAF78 background.