COLOR #91AC7D

HEX: #91AC7D RGB: (145,172,125)

Color info

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

RGB color model

#91AC7D color RGB value is (145,172,125).

RGB: (145,172,125) (57%, 67%, 49%)

RGB channels and saturation

R 145 of 255 = 57%
G 172 of 255 = 67%
B 125 of 255 = 49%

145
172
125

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

Portions of RGB colors in percentages

R + G + B = 145 + 172 + 125 = 442 (100%)
R 145 of 442 ~ 32.81%
G 172 of 442 ~ 38.91%
B 125 of 442 ~ 28.28'%

%32.81
%38.91
%28.28

CMYK color model

#91AC7D color CMYK value is (16,0,27,33).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 27.33%
  • key color value is 32.55%
CMYK: (16,0,27,33) C16M0Y27K33 (16%,0%,27%,33%) (0.16/0.00/0.27/0.33) 

CMYK percentages

%15.7
%0
%27.33
%32.55

Codes

Color #91AC7D in popluar color models

91 AC 7D
RGB 145 172 125
HSL 94° 22.07% 58.24%
HSB/HSV 94° 27.33% 67.45%
CMYK 15.70% 0.00% 27.33%
32.55%

Color #91AC7D in popluar number systems.

HEX 91 AC 7D
Decimal 145 172 125
Binary 10010001 10101100 1111101
Octal 221 254 175

Shades and tints

Shades of #91AC7D

#91AC7D
(145,172,125)
#849D72
(132,157,114)
#778E67
(119,142,103)
#6A7F5C
(106,127,92)
#5D7051
(93,112,81)
#506146
(80,97,70)
#43523B
(67,82,59)
#364330
(54,67,48)
#293425
(41,52,37)
#1C251A
(28,37,26)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #91AC7D

#91AC7D
(145,172,125)
#9BB388
(155,179,136)
#A5BA93
(165,186,147)
#AFC19E
(175,193,158)
#B9C8A9
(185,200,169)
#C3CFB4
(195,207,180)
#CDD6BF
(205,214,191)
#D7DDCA
(215,221,202)
#E1E4D5
(225,228,213)
#EBEBE0
(235,235,224)
#F5F2EB
(245,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91AC7D color. Also use rgb(145,172,125) instead hex code.

Text Font Color

.myTextColor { color: #91AC7D; }

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

This text font color is #91AC7D.

Background Color

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

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

This div background color is #91AC7D.

Border color

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

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

This div border color is #91AC7D.

Opacity

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

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

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

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

This text has shadow with #91AC7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91AC7D.

Preview

Color preview on black background

This text has color #91AC7D on black background.


Color preview on white background

This text has color #91AC7D on white background.


Black color preview on #91AC7D background

This text has black color on #91AC7D background.


White color preview on #91AC7D background

This text has white color on #91AC7D background.


Related colors

Complementary color

Complementary color for #hex is #6E5382.


I love getcolorcode.com

Triadic colors

1 #7D91AC and #AC7D91 with #91AC7D are triadic colors.

2 #7DAC91 and #AC917D with #91AC7D are triadic colors.