COLOR #95A967

HEX: #95A967 RGB: (149,169,103)

Color info

#95A967 contains mainly red and green colors. Web safe color of #95A967 is #999966 (or #996).

RGB color model

#95A967 color RGB value is (149,169,103).

RGB: (149,169,103) (58%, 66%, 40%)

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 103 of 255 = 40%

149
169
103

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

Portions of RGB colors in percentages

R + G + B = 149 + 169 + 103 = 421 (100%)
R 149 of 421 ~ 35.39%
G 169 of 421 ~ 40.14%
B 103 of 421 ~ 24.47'%

%35.39
%40.14
%24.47

CMYK color model

#95A967 color CMYK value is (12,0,39,34).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 39.05%
  • key color value is 33.73%

CMYK: (12,0,39,34)
C12M0Y39K34 (12%, 0%, 39%, 34%)
(0.12 / 0.00 / 0.39 / 0.34)

CMYK percentages

%11.83
%0
%39.05
%33.73

Codes

Color #95A967 in popluar color models

95 A9 67
RGB 149 169 103
HSL 78° 27.73% 53.33%
HSB/HSV 78° 39.05% 66.27%
CMYK 11.83% 0.00% 39.05%
33.73%

Color #95A967 in popluar number systems.

HEX 95 A9 67
Decimal 149 169 103
Binary 10010101 10101001 1100111
Octal 225 251 147

Shades and tints

Shades of #95A967

#95A967
(149,169,103)
#889A5E
(136,154,94)
#7B8B55
(123,139,85)
#6E7C4C
(110,124,76)
#616D43
(97,109,67)
#545E3A
(84,94,58)
#474F31
(71,79,49)
#3A4028
(58,64,40)
#2D311F
(45,49,31)
#202216
(32,34,22)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #95A967

#95A967
(149,169,103)
#9EB074
(158,176,116)
#A7B781
(167,183,129)
#B0BE8E
(176,190,142)
#B9C59B
(185,197,155)
#C2CCA8
(194,204,168)
#CBD3B5
(203,211,181)
#D4DAC2
(212,218,194)
#DDE1CF
(221,225,207)
#E6E8DC
(230,232,220)
#EFEFE9
(239,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A967; }

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

This text font color is #95A967.

Background Color

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

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

This div background color is #95A967.

Border color

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

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

This div border color is #95A967.

Opacity

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

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

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

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

This text has shadow with #95A967 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A967.

Preview

Color preview on black background

This text has color #95A967 on black background.


Color preview on white background

This text has color #95A967 on white background.


Black color preview on #95A967 background

This text has black color on #95A967 background.


White color preview on #95A967 background

This text has white color on #95A967 background.


Related colors

Complementary color

Complementary color for #hex is #6A5698.


I love getcolorcode.com

Triadic colors

1 #6795A9 and #A96795 with #95A967 are triadic colors.

2 #67A995 and #A99567 with #95A967 are triadic colors.