COLOR #91B475

HEX: #91B475 RGB: (145,180,117)

Color info

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

RGB color model

#91B475 color RGB value is (145,180,117).

RGB: (145,180,117) (57%, 71%, 46%)

RGB channels and saturation

R 145 of 255 = 57%
G 180 of 255 = 71%
B 117 of 255 = 46%

145
180
117

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

Portions of RGB colors in percentages

R + G + B = 145 + 180 + 117 = 442 (100%)
R 145 of 442 ~ 32.81%
G 180 of 442 ~ 40.72%
B 117 of 442 ~ 26.47'%

%32.81
%40.72
%26.47

CMYK color model

#91B475 color CMYK value is (19,0,35,29).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 29.41%

CMYK: (19,0,35,29)
C19M0Y35K29 (19%, 0%, 35%, 29%)
(0.19 / 0.00 / 0.35 / 0.29)

CMYK percentages

%19.44
%0
%35
%29.41

Codes

Color #91B475 in popluar color models

91 B4 75
RGB 145 180 117
HSL 93° 29.58% 58.24%
HSB/HSV 93° 35.00% 70.59%
CMYK 19.44% 0.00% 35.00%
29.41%

Color #91B475 in popluar number systems.

HEX 91 B4 75
Decimal 145 180 117
Binary 10010001 10110100 1110101
Octal 221 264 165

Shades and tints

Shades of #91B475

#91B475
(145,180,117)
#84A46B
(132,164,107)
#779461
(119,148,97)
#6A8457
(106,132,87)
#5D744D
(93,116,77)
#506443
(80,100,67)
#435439
(67,84,57)
#36442F
(54,68,47)
#293425
(41,52,37)
#1C241B
(28,36,27)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #91B475

#91B475
(145,180,117)
#9BBA81
(155,186,129)
#A5C08D
(165,192,141)
#AFC699
(175,198,153)
#B9CCA5
(185,204,165)
#C3D2B1
(195,210,177)
#CDD8BD
(205,216,189)
#D7DEC9
(215,222,201)
#E1E4D5
(225,228,213)
#EBEAE1
(235,234,225)
#F5F0ED
(245,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91B475 color. Also use rgb(145,180,117) instead hex code.

Text Font Color

.myTextColor { color: #91B475; }

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

This text font color is #91B475.

Background Color

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

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

This div background color is #91B475.

Border color

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

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

This div border color is #91B475.

Opacity

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

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

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

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

This text has shadow with #91B475 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91B475.

Preview

Color preview on black background

This text has color #91B475 on black background.


Color preview on white background

This text has color #91B475 on white background.


Black color preview on #91B475 background

This text has black color on #91B475 background.


White color preview on #91B475 background

This text has white color on #91B475 background.


Related colors

Complementary color

Complementary color for #hex is #6E4B8A.


I love getcolorcode.com

Triadic colors

1 #7591B4 and #B47591 with #91B475 are triadic colors.

2 #75B491 and #B49175 with #91B475 are triadic colors.