COLOR #95AA78

HEX: #95AA78
RGB: (149,170,120)

Color info

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

RGB color model

#95AA78 color RGB value is (149,170,120).

  • red value is 149;
  • green value is 170;
  • blue value is 120.
RGB:
(149,170,120)
(58%,67%,47%)

RGB channels and saturation

R 149 of 255 = 58%
G 170 of 255 = 67%
B 120 of 255 = 47%

149
170
120

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

Portions of RGB colors in percentages

R + G + B =
149 + 170 + 120 = 439 (100%)
R 149 of 439 ~ 33.94%
G 170 of 439 ~ 38.72%
B 120 of 439 ~ 27.33%

%33.94
%38.72
%27.33

CMYK color model

#95AA78 color CMYK value is (12,0,29,33).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 29.41%
  • key color value is 33.33%
CMYK:
(12,0,29,33)
C12M0Y29K33 
(12%,0%,29%,33%)
(0.12/0.00/0.29/0.33)	

CMYK percentages

%12.35
%0
%29.41
%33.33

Codes

Color #95AA78 in popluar color models

95AA78
RGB149170120
HSL85°22.73%56.86%
HSB/HSV85°29.41%66.67%
CMYK12.35%0.00%29.41%
33.33%

Color #95AA78 in popluar number systems.

HEX95AA78
Decimal149170120
Binary10010101101010101111000
Octal225252170

Shades and tints

Shades of #95AA78

#95AA78
(149,170,120)
#889B6E
(136,155,110)
#7B8C64
(123,140,100)
#6E7D5A
(110,125,90)
#616E50
(97,110,80)
#545F46
(84,95,70)
#47503C
(71,80,60)
#3A4132
(58,65,50)
#2D3228
(45,50,40)
#20231E
(32,35,30)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #95AA78

#95AA78
(149,170,120)
#9EB184
(158,177,132)
#A7B890
(167,184,144)
#B0BF9C
(176,191,156)
#B9C6A8
(185,198,168)
#C2CDB4
(194,205,180)
#CBD4C0
(203,212,192)
#D4DBCC
(212,219,204)
#DDE2D8
(221,226,216)
#E6E9E4
(230,233,228)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AA78 color. Also use rgb(149,170,120) instead hex code.

Text Font Color

.myTextColor { color: #95AA78; }

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

This text font color is #95AA78.


Background Color

.myBgColor { background-color: #95AA78; }

<div style="background-color:#95AA78">Inner text</div>

This div background color is #95AA78.


Border color

.myBorderColor { border: 1px solid #95AA78; }

<div style="border:3px solid #95AA78">Div</div>

This div border color is #95AA78.


Opacity

.myOpacity80 { color: #95AA78; opacity: 0.8; }

<p style="color:#95AA78;opacity:0.8;">80%</p>

Text with #95AA78 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 #95AA78;}

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

This text has shadow with #95AA78 color.

.textShadow {text-shadow: 3px 3px 1px #95AA78, 3px 3px 1px red;}

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

This text has shadow with #95AA78 primary color and red secondary color.


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

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

This text has shadow with #95AA78 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AA78 on black background.


Color preview on white background

This text has color #95AA78 on white background.



Black color preview on #95AA78 background

This text has black color on #95AA78 background.


White color preview on #95AA78 background

This text has white color on #95AA78 background.