COLOR #95AD72

HEX: #95AD72 RGB: (149,173,114)

Color info

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

RGB color model

#95AD72 color RGB value is (149,173,114).

RGB: (149,173,114) (58%, 68%, 45%)

RGB channels and saturation

R 149 of 255 = 58%
G 173 of 255 = 68%
B 114 of 255 = 45%

149
173
114

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

Portions of RGB colors in percentages

R + G + B = 149 + 173 + 114 = 436 (100%)
R 149 of 436 ~ 34.17%
G 173 of 436 ~ 39.68%
B 114 of 436 ~ 26.15'%

%34.17
%39.68
%26.15

CMYK color model

#95AD72 color CMYK value is (14,0,34,32).

  • cyan value is 13.87%
  • magenta value is 0.00%
  • yellow value is 34.10%
  • key color value is 32.16%

CMYK: (14,0,34,32)
C14M0Y34K32 (14%, 0%, 34%, 32%)
(0.14 / 0.00 / 0.34 / 0.32)

CMYK percentages

%13.87
%0
%34.1
%32.16

Codes

Color #95AD72 in popluar color models

95 AD 72
RGB 149 173 114
HSL 84° 26.46% 56.27%
HSB/HSV 84° 34.10% 67.84%
CMYK 13.87% 0.00% 34.10%
32.16%

Color #95AD72 in popluar number systems.

HEX 95 AD 72
Decimal 149 173 114
Binary 10010101 10101101 1110010
Octal 225 255 162

Shades and tints

Shades of #95AD72

#95AD72
(149,173,114)
#889E68
(136,158,104)
#7B8F5E
(123,143,94)
#6E8054
(110,128,84)
#61714A
(97,113,74)
#546240
(84,98,64)
#475336
(71,83,54)
#3A442C
(58,68,44)
#2D3522
(45,53,34)
#202618
(32,38,24)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #95AD72

#95AD72
(149,173,114)
#9EB47E
(158,180,126)
#A7BB8A
(167,187,138)
#B0C296
(176,194,150)
#B9C9A2
(185,201,162)
#C2D0AE
(194,208,174)
#CBD7BA
(203,215,186)
#D4DEC6
(212,222,198)
#DDE5D2
(221,229,210)
#E6ECDE
(230,236,222)
#EFF3EA
(239,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AD72; }

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

This text font color is #95AD72.

Background Color

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

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

This div background color is #95AD72.

Border color

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

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

This div border color is #95AD72.

Opacity

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

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

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

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

This text has shadow with #95AD72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95AD72.

Preview

Color preview on black background

This text has color #95AD72 on black background.


Color preview on white background

This text has color #95AD72 on white background.


Black color preview on #95AD72 background

This text has black color on #95AD72 background.


White color preview on #95AD72 background

This text has white color on #95AD72 background.


Related colors

Complementary color

Complementary color for #hex is #6A528D.


I love getcolorcode.com

Triadic colors

1 #7295AD and #AD7295 with #95AD72 are triadic colors.

2 #72AD95 and #AD9572 with #95AD72 are triadic colors.