COLOR #95B77B

HEX: #95B77B
RGB: (149,183,123)

Color info

#95B77B contains mainly red and green colors. Web safe color of #95B77B is #99CC66 (or #9C6).

RGB color model

#95B77B color RGB value is (149,183,123).

  • red value is 149;
  • green value is 183;
  • blue value is 123.
RGB:
(149,183,123)
(58%,72%,48%)

RGB channels and saturation

R 149 of 255 = 58%
G 183 of 255 = 72%
B 123 of 255 = 48%

149
183
123

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

Portions of RGB colors in percentages

R + G + B =
149 + 183 + 123 = 455 (100%)
R 149 of 455 ~ 32.75%
G 183 of 455 ~ 40.22%
B 123 of 455 ~ 27.03%

%32.75
%40.22
%27.03

CMYK color model

#95B77B color CMYK value is (19,0,33,28).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 32.79%
  • key color value is 28.24%
CMYK:
(19,0,33,28)
C19M0Y33K28 
(19%,0%,33%,28%)
(0.19/0.00/0.33/0.28)	

CMYK percentages

%18.58
%0
%32.79
%28.24

Codes

Color #95B77B in popluar color models

95B77B
RGB149183123
HSL94°29.41%60.00%
HSB/HSV94°32.79%71.76%
CMYK18.58%0.00%32.79%
28.24%

Color #95B77B in popluar number systems.

HEX95B77B
Decimal149183123
Binary10010101101101111111011
Octal225267173

Shades and tints

Shades of #95B77B

#95B77B
(149,183,123)
#88A770
(136,167,112)
#7B9765
(123,151,101)
#6E875A
(110,135,90)
#61774F
(97,119,79)
#546744
(84,103,68)
#475739
(71,87,57)
#3A472E
(58,71,46)
#2D3723
(45,55,35)
#202718
(32,39,24)
#13170D
(19,23,13)
#000000
(0,0,0)

Tints of #95B77B

#95B77B
(149,183,123)
#9EBD87
(158,189,135)
#A7C393
(167,195,147)
#B0C99F
(176,201,159)
#B9CFAB
(185,207,171)
#C2D5B7
(194,213,183)
#CBDBC3
(203,219,195)
#D4E1CF
(212,225,207)
#DDE7DB
(221,231,219)
#E6EDE7
(230,237,231)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B77B color. Also use rgb(149,183,123) instead hex code.

Text Font Color

.myTextColor { color: #95B77B; }

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

This text font color is #95B77B.


Background Color

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

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

This div background color is #95B77B.


Border color

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

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

This div border color is #95B77B.


Opacity

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

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

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

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

This text has shadow with #95B77B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B77B on black background.


Color preview on white background

This text has color #95B77B on white background.



Black color preview on #95B77B background

This text has black color on #95B77B background.


White color preview on #95B77B background

This text has white color on #95B77B background.