COLOR #95B07F

HEX: #95B07F RGB: (149,176,127)

Color info

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

RGB color model

#95B07F color RGB value is (149,176,127).

RGB: (149,176,127) (58%, 69%, 50%)

RGB channels and saturation

R 149 of 255 = 58%
G 176 of 255 = 69%
B 127 of 255 = 50%

149
176
127

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

Portions of RGB colors in percentages

R + G + B = 149 + 176 + 127 = 452 (100%)
R 149 of 452 ~ 32.96%
G 176 of 452 ~ 38.94%
B 127 of 452 ~ 28.1'%

%32.96
%38.94
%28.1

CMYK color model

#95B07F color CMYK value is (15,0,28,31).

  • cyan value is 15.34%
  • magenta value is 0.00%
  • yellow value is 27.84%
  • key color value is 30.98%
CMYK: (15,0,28,31) C15M0Y28K31 (15%,0%,28%,31%) (0.15/0.00/0.28/0.31) 

CMYK percentages

%15.34
%0
%27.84
%30.98

Codes

Color #95B07F in popluar color models

95 B0 7F
RGB 149 176 127
HSL 93° 23.67% 59.41%
HSB/HSV 93° 27.84% 69.02%
CMYK 15.34% 0.00% 27.84%
30.98%

Color #95B07F in popluar number systems.

HEX 95 B0 7F
Decimal 149 176 127
Binary 10010101 10110000 1111111
Octal 225 260 177

Shades and tints

Shades of #95B07F

#95B07F
(149,176,127)
#88A074
(136,160,116)
#7B9069
(123,144,105)
#6E805E
(110,128,94)
#617053
(97,112,83)
#546048
(84,96,72)
#47503D
(71,80,61)
#3A4032
(58,64,50)
#2D3027
(45,48,39)
#20201C
(32,32,28)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #95B07F

#95B07F
(149,176,127)
#9EB78A
(158,183,138)
#A7BE95
(167,190,149)
#B0C5A0
(176,197,160)
#B9CCAB
(185,204,171)
#C2D3B6
(194,211,182)
#CBDAC1
(203,218,193)
#D4E1CC
(212,225,204)
#DDE8D7
(221,232,215)
#E6EFE2
(230,239,226)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B07F color. Also use rgb(149,176,127) instead hex code.

Text Font Color

.myTextColor { color: #95B07F; }

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

This text font color is #95B07F.

Background Color

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

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

This div background color is #95B07F.

Border color

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

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

This div border color is #95B07F.

Opacity

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

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

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

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

This text has shadow with #95B07F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95B07F.

Preview

Color preview on black background

This text has color #95B07F on black background.


Color preview on white background

This text has color #95B07F on white background.


Black color preview on #95B07F background

This text has black color on #95B07F background.


White color preview on #95B07F background

This text has white color on #95B07F background.


Related colors

Complementary color

Complementary color for #hex is #6A4F80.


I love getcolorcode.com

Triadic colors

1 #7F95B0 and #B07F95 with #95B07F are triadic colors.

2 #7FB095 and #B0957F with #95B07F are triadic colors.