COLOR #91B757

HEX: #91B757
RGB: (145,183,87)

Color info

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

RGB color model

#91B757 color RGB value is (145,183,87).

  • red value is 145;
  • green value is 183;
  • blue value is 87.
RGB:
(145,183,87)
(57%,72%,34%)

RGB channels and saturation

R 145 of 255 = 57%
G 183 of 255 = 72%
B 87 of 255 = 34%

145
183
87

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

Portions of RGB colors in percentages

R + G + B =
145 + 183 + 87 = 415 (100%)
R 145 of 415 ~ 34.94%
G 183 of 415 ~ 44.1%
B 87 of 415 ~ 20.96%

%34.94
%44.1
%20.96

CMYK color model

#91B757 color CMYK value is (21,0,52,28).

  • cyan value is 20.77%
  • magenta value is 0.00%
  • yellow value is 52.46%
  • key color value is 28.24%
CMYK:
(21,0,52,28)
C21M0Y52K28 
(21%,0%,52%,28%)
(0.21/0.00/0.52/0.28)	

CMYK percentages

%20.77
%0
%52.46
%28.24

Codes

Color #91B757 in popluar color models

91B757
RGB14518387
HSL84°40.00%52.94%
HSB/HSV84°52.46%71.76%
CMYK20.77%0.00%52.46%
28.24%

Color #91B757 in popluar number systems.

HEX91B757
Decimal14518387
Binary10010001101101111010111
Octal221267127

Shades and tints

Shades of #91B757

#91B757
(145,183,87)
#84A750
(132,167,80)
#779749
(119,151,73)
#6A8742
(106,135,66)
#5D773B
(93,119,59)
#506734
(80,103,52)
#43572D
(67,87,45)
#364726
(54,71,38)
#29371F
(41,55,31)
#1C2718
(28,39,24)
#0F1711
(15,23,17)
#000000
(0,0,0)

Tints of #91B757

#91B757
(145,183,87)
#9BBD66
(155,189,102)
#A5C375
(165,195,117)
#AFC984
(175,201,132)
#B9CF93
(185,207,147)
#C3D5A2
(195,213,162)
#CDDBB1
(205,219,177)
#D7E1C0
(215,225,192)
#E1E7CF
(225,231,207)
#EBEDDE
(235,237,222)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91B757 color. Also use rgb(145,183,87) instead hex code.

Text Font Color

.myTextColor { color: #91B757; }

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

This text font color is #91B757.


Background Color

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

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

This div background color is #91B757.


Border color

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

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

This div border color is #91B757.


Opacity

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

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

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

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

This text has shadow with #91B757 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91B757 on black background.


Color preview on white background

This text has color #91B757 on white background.



Black color preview on #91B757 background

This text has black color on #91B757 background.


White color preview on #91B757 background

This text has white color on #91B757 background.