COLOR #95A976

HEX: #95A976 RGB: (149,169,118)

Color info

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

RGB color model

#95A976 color RGB value is (149,169,118).

RGB: (149,169,118) (58%, 66%, 46%)

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 118 of 255 = 46%

149
169
118

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

Portions of RGB colors in percentages

R + G + B = 149 + 169 + 118 = 436 (100%)
R 149 of 436 ~ 34.17%
G 169 of 436 ~ 38.76%
B 118 of 436 ~ 27.06'%

%34.17
%38.76
%27.06

CMYK color model

#95A976 color CMYK value is (12,0,30,34).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 30.18%
  • key color value is 33.73%
CMYK: (12,0,30,34) C12M0Y30K34 (12%,0%,30%,34%) (0.12/0.00/0.30/0.34) 

CMYK percentages

%11.83
%0
%30.18
%33.73

Codes

Color #95A976 in popluar color models

95 A9 76
RGB 149 169 118
HSL 84° 22.87% 56.27%
HSB/HSV 84° 30.18% 66.27%
CMYK 11.83% 0.00% 30.18%
33.73%

Color #95A976 in popluar number systems.

HEX 95 A9 76
Decimal 149 169 118
Binary 10010101 10101001 1110110
Octal 225 251 166

Shades and tints

Shades of #95A976

#95A976
(149,169,118)
#889A6C
(136,154,108)
#7B8B62
(123,139,98)
#6E7C58
(110,124,88)
#616D4E
(97,109,78)
#545E44
(84,94,68)
#474F3A
(71,79,58)
#3A4030
(58,64,48)
#2D3126
(45,49,38)
#20221C
(32,34,28)
#131312
(19,19,18)
#000000
(0,0,0)

Tints of #95A976

#95A976
(149,169,118)
#9EB082
(158,176,130)
#A7B78E
(167,183,142)
#B0BE9A
(176,190,154)
#B9C5A6
(185,197,166)
#C2CCB2
(194,204,178)
#CBD3BE
(203,211,190)
#D4DACA
(212,218,202)
#DDE1D6
(221,225,214)
#E6E8E2
(230,232,226)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A976 color. Also use rgb(149,169,118) instead hex code.

Text Font Color

.myTextColor { color: #95A976; }

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

This text font color is #95A976.

Background Color

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

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

This div background color is #95A976.

Border color

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

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

This div border color is #95A976.

Opacity

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

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

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

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

This text has shadow with #95A976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A976.

Preview

Color preview on black background

This text has color #95A976 on black background.


Color preview on white background

This text has color #95A976 on white background.


Black color preview on #95A976 background

This text has black color on #95A976 background.


White color preview on #95A976 background

This text has white color on #95A976 background.


Related colors

Complementary color

Complementary color for #hex is #6A5689.


I love getcolorcode.com

Triadic colors

1 #7695A9 and #A97695 with #95A976 are triadic colors.

2 #76A995 and #A99576 with #95A976 are triadic colors.