COLOR #95A968

HEX: #95A968
RGB: (149,169,104)

Color info

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

RGB color model

#95A968 color RGB value is (149,169,104).

  • red value is 149;
  • green value is 169;
  • blue value is 104.
RGB:
(149,169,104)
(58%,66%,41%)

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 104 of 255 = 41%

149
169
104

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

Portions of RGB colors in percentages

R + G + B =
149 + 169 + 104 = 422 (100%)
R 149 of 422 ~ 35.31%
G 169 of 422 ~ 40.05%
B 104 of 422 ~ 24.64%

%35.31
%40.05
%24.64

CMYK color model

#95A968 color CMYK value is (12,0,38,34).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 33.73%
CMYK:
(12,0,38,34)
C12M0Y38K34 
(12%,0%,38%,34%)
(0.12/0.00/0.38/0.34)	

CMYK percentages

%11.83
%0
%38.46
%33.73

Codes

Color #95A968 in popluar color models

95A968
RGB149169104
HSL78°27.43%53.53%
HSB/HSV78°38.46%66.27%
CMYK11.83%0.00%38.46%
33.73%

Color #95A968 in popluar number systems.

HEX95A968
Decimal149169104
Binary10010101101010011101000
Octal225251150

Shades and tints

Shades of #95A968

#95A968
(149,169,104)
#889A5F
(136,154,95)
#7B8B56
(123,139,86)
#6E7C4D
(110,124,77)
#616D44
(97,109,68)
#545E3B
(84,94,59)
#474F32
(71,79,50)
#3A4029
(58,64,41)
#2D3120
(45,49,32)
#202217
(32,34,23)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #95A968

#95A968
(149,169,104)
#9EB075
(158,176,117)
#A7B782
(167,183,130)
#B0BE8F
(176,190,143)
#B9C59C
(185,197,156)
#C2CCA9
(194,204,169)
#CBD3B6
(203,211,182)
#D4DAC3
(212,218,195)
#DDE1D0
(221,225,208)
#E6E8DD
(230,232,221)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A968; }

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

This text font color is #95A968.


Background Color

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

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

This div background color is #95A968.


Border color

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

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

This div border color is #95A968.


Opacity

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

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

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

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

This text has shadow with #95A968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A968 on black background.


Color preview on white background

This text has color #95A968 on white background.



Black color preview on #95A968 background

This text has black color on #95A968 background.


White color preview on #95A968 background

This text has white color on #95A968 background.