COLOR #91B378

HEX: #91B378
RGB: (145,179,120)

Color info

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

RGB color model

#91B378 color RGB value is (145,179,120).

  • red value is 145;
  • green value is 179;
  • blue value is 120.
RGB:
(145,179,120)
(57%,70%,47%)

RGB channels and saturation

R 145 of 255 = 57%
G 179 of 255 = 70%
B 120 of 255 = 47%

145
179
120

R + G + B ~ 58%. #91B378 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
145 + 179 + 120 = 444 (100%)
R 145 of 444 ~ 32.66%
G 179 of 444 ~ 40.32%
B 120 of 444 ~ 27.03%

%32.66
%40.32
%27.03

CMYK color model

#91B378 color CMYK value is (19,0,33,30).

  • cyan value is 18.99%
  • magenta value is 0.00%
  • yellow value is 32.96%
  • key color value is 29.80%
CMYK:
(19,0,33,30)
C19M0Y33K30 
(19%,0%,33%,30%)
(0.19/0.00/0.33/0.30)	

CMYK percentages

%18.99
%0
%32.96
%29.8

Codes

Color #91B378 in popluar color models

91B378
RGB145179120
HSL95°27.96%58.63%
HSB/HSV95°32.96%70.20%
CMYK18.99%0.00%32.96%
29.80%

Color #91B378 in popluar number systems.

HEX91B378
Decimal145179120
Binary10010001101100111111000
Octal221263170

Shades and tints

Shades of #91B378

#91B378
(145,179,120)
#84A36E
(132,163,110)
#779364
(119,147,100)
#6A835A
(106,131,90)
#5D7350
(93,115,80)
#506346
(80,99,70)
#43533C
(67,83,60)
#364332
(54,67,50)
#293328
(41,51,40)
#1C231E
(28,35,30)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #91B378

#91B378
(145,179,120)
#9BB984
(155,185,132)
#A5BF90
(165,191,144)
#AFC59C
(175,197,156)
#B9CBA8
(185,203,168)
#C3D1B4
(195,209,180)
#CDD7C0
(205,215,192)
#D7DDCC
(215,221,204)
#E1E3D8
(225,227,216)
#EBE9E4
(235,233,228)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91B378 color. Also use rgb(145,179,120) instead hex code.

Text Font Color

.myTextColor { color: #91B378; }

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

This text font color is #91B378.


Background Color

.myBgColor { background-color: #91B378; }

<div style="background-color:#91B378">Inner text</div>

This div background color is #91B378.


Border color

.myBorderColor { border: 1px solid #91B378; }

<div style="border:3px solid #91B378">Div</div>

This div border color is #91B378.


Opacity

.myOpacity80 { color: #91B378; opacity: 0.8; }

<p style="color:#91B378;opacity:0.8;">80%</p>

Text with #91B378 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 #91B378;}

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

This text has shadow with #91B378 color.

.textShadow {text-shadow: 3px 3px 1px #91B378, 3px 3px 1px red;}

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

This text has shadow with #91B378 primary color and red secondary color.


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

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

This text has shadow with #91B378 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91B378 on black background.


Color preview on white background

This text has color #91B378 on white background.



Black color preview on #91B378 background

This text has black color on #91B378 background.


White color preview on #91B378 background

This text has white color on #91B378 background.