COLOR #95AD6D

HEX: #95AD6D RGB: (149,173,109)

Color info

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

RGB color model

#95AD6D color RGB value is (149,173,109).

RGB: (149,173,109) (58%, 68%, 43%)

RGB channels and saturation

R 149 of 255 = 58%
G 173 of 255 = 68%
B 109 of 255 = 43%

149
173
109

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

Portions of RGB colors in percentages

R + G + B = 149 + 173 + 109 = 431 (100%)
R 149 of 431 ~ 34.57%
G 173 of 431 ~ 40.14%
B 109 of 431 ~ 25.29'%

%34.57
%40.14
%25.29

CMYK color model

#95AD6D color CMYK value is (14,0,37,32).

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

CMYK: (14,0,37,32)
C14M0Y37K32 (14%, 0%, 37%, 32%)
(0.14 / 0.00 / 0.37 / 0.32)

CMYK percentages

%13.87
%0
%36.99
%32.16

Codes

Color #95AD6D in popluar color models

95 AD 6D
RGB 149 173 109
HSL 83° 28.07% 55.29%
HSB/HSV 83° 36.99% 67.84%
CMYK 13.87% 0.00% 36.99%
32.16%

Color #95AD6D in popluar number systems.

HEX 95 AD 6D
Decimal 149 173 109
Binary 10010101 10101101 1101101
Octal 225 255 155

Shades and tints

Shades of #95AD6D

#95AD6D
(149,173,109)
#889E64
(136,158,100)
#7B8F5B
(123,143,91)
#6E8052
(110,128,82)
#617149
(97,113,73)
#546240
(84,98,64)
#475337
(71,83,55)
#3A442E
(58,68,46)
#2D3525
(45,53,37)
#20261C
(32,38,28)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #95AD6D

#95AD6D
(149,173,109)
#9EB47A
(158,180,122)
#A7BB87
(167,187,135)
#B0C294
(176,194,148)
#B9C9A1
(185,201,161)
#C2D0AE
(194,208,174)
#CBD7BB
(203,215,187)
#D4DEC8
(212,222,200)
#DDE5D5
(221,229,213)
#E6ECE2
(230,236,226)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AD6D; }

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

This text font color is #95AD6D.

Background Color

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

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

This div background color is #95AD6D.

Border color

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

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

This div border color is #95AD6D.

Opacity

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

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

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

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

This text has shadow with #95AD6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95AD6D.

Preview

Color preview on black background

This text has color #95AD6D on black background.


Color preview on white background

This text has color #95AD6D on white background.


Black color preview on #95AD6D background

This text has black color on #95AD6D background.


White color preview on #95AD6D background

This text has white color on #95AD6D background.


Related colors

Complementary color

Complementary color for #hex is #6A5292.


I love getcolorcode.com

Triadic colors

1 #6D95AD and #AD6D95 with #95AD6D are triadic colors.

2 #6DAD95 and #AD956D with #95AD6D are triadic colors.