COLOR #95AA72

HEX: #95AA72
RGB: (149,170,114)

Color info

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

RGB color model

#95AA72 color RGB value is (149,170,114).

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

RGB channels and saturation

R 149 of 255 = 58%
G 170 of 255 = 67%
B 114 of 255 = 45%

149
170
114

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

Portions of RGB colors in percentages

R + G + B =
149 + 170 + 114 = 433 (100%)
R 149 of 433 ~ 34.41%
G 170 of 433 ~ 39.26%
B 114 of 433 ~ 26.33%

%34.41
%39.26
%26.33

CMYK color model

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

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 32.94%
  • key color value is 33.33%
CMYK:
(12,0,33,33)
C12M0Y33K33 
(12%,0%,33%,33%)
(0.12/0.00/0.33/0.33)	

CMYK percentages

%12.35
%0
%32.94
%33.33

Codes

Color #95AA72 in popluar color models

95AA72
RGB149170114
HSL83°24.78%55.69%
HSB/HSV83°32.94%66.67%
CMYK12.35%0.00%32.94%
33.33%

Color #95AA72 in popluar number systems.

HEX95AA72
Decimal149170114
Binary10010101101010101110010
Octal225252162

Shades and tints

Shades of #95AA72

#95AA72
(149,170,114)
#889B68
(136,155,104)
#7B8C5E
(123,140,94)
#6E7D54
(110,125,84)
#616E4A
(97,110,74)
#545F40
(84,95,64)
#475036
(71,80,54)
#3A412C
(58,65,44)
#2D3222
(45,50,34)
#202318
(32,35,24)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #95AA72

#95AA72
(149,170,114)
#9EB17E
(158,177,126)
#A7B88A
(167,184,138)
#B0BF96
(176,191,150)
#B9C6A2
(185,198,162)
#C2CDAE
(194,205,174)
#CBD4BA
(203,212,186)
#D4DBC6
(212,219,198)
#DDE2D2
(221,226,210)
#E6E9DE
(230,233,222)
#EFF0EA
(239,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AA72; }

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

This text font color is #95AA72.


Background Color

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

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

This div background color is #95AA72.


Border color

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

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

This div border color is #95AA72.


Opacity

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

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

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

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

This text has shadow with #95AA72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AA72 on black background.


Color preview on white background

This text has color #95AA72 on white background.



Black color preview on #95AA72 background

This text has black color on #95AA72 background.


White color preview on #95AA72 background

This text has white color on #95AA72 background.