COLOR #95B769

HEX: #95B769
RGB: (149,183,105)

Color info

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

RGB color model

#95B769 color RGB value is (149,183,105).

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

RGB channels and saturation

R 149 of 255 = 58%
G 183 of 255 = 72%
B 105 of 255 = 41%

149
183
105

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

Portions of RGB colors in percentages

R + G + B =
149 + 183 + 105 = 437 (100%)
R 149 of 437 ~ 34.1%
G 183 of 437 ~ 41.88%
B 105 of 437 ~ 24.03%

%34.1
%41.88
%24.03

CMYK color model

#95B769 color CMYK value is (19,0,43,28).

  • cyan value is 18.58%
  • magenta value is 0.00%
  • yellow value is 42.62%
  • key color value is 28.24%
CMYK:
(19,0,43,28)
C19M0Y43K28 
(19%,0%,43%,28%)
(0.19/0.00/0.43/0.28)	

CMYK percentages

%18.58
%0
%42.62
%28.24

Codes

Color #95B769 in popluar color models

95B769
RGB149183105
HSL86°35.14%56.47%
HSB/HSV86°42.62%71.76%
CMYK18.58%0.00%42.62%
28.24%

Color #95B769 in popluar number systems.

HEX95B769
Decimal149183105
Binary10010101101101111101001
Octal225267151

Shades and tints

Shades of #95B769

#95B769
(149,183,105)
#88A760
(136,167,96)
#7B9757
(123,151,87)
#6E874E
(110,135,78)
#617745
(97,119,69)
#54673C
(84,103,60)
#475733
(71,87,51)
#3A472A
(58,71,42)
#2D3721
(45,55,33)
#202718
(32,39,24)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #95B769

#95B769
(149,183,105)
#9EBD76
(158,189,118)
#A7C383
(167,195,131)
#B0C990
(176,201,144)
#B9CF9D
(185,207,157)
#C2D5AA
(194,213,170)
#CBDBB7
(203,219,183)
#D4E1C4
(212,225,196)
#DDE7D1
(221,231,209)
#E6EDDE
(230,237,222)
#EFF3EB
(239,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B769; }

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

This text font color is #95B769.


Background Color

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

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

This div background color is #95B769.


Border color

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

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

This div border color is #95B769.


Opacity

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

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

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

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

This text has shadow with #95B769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B769 on black background.


Color preview on white background

This text has color #95B769 on white background.



Black color preview on #95B769 background

This text has black color on #95B769 background.


White color preview on #95B769 background

This text has white color on #95B769 background.