COLOR #91AC66

HEX: #91AC66 RGB: (145,172,102)

Color info

#91AC66 contains mainly red and green colors. Web safe color of #91AC66 is #999966 (or #996).

RGB color model

#91AC66 color RGB value is (145,172,102).

RGB: (145,172,102) (57%, 67%, 40%)

RGB channels and saturation

R 145 of 255 = 57%
G 172 of 255 = 67%
B 102 of 255 = 40%

145
172
102

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

Portions of RGB colors in percentages

R + G + B = 145 + 172 + 102 = 419 (100%)
R 145 of 419 ~ 34.61%
G 172 of 419 ~ 41.05%
B 102 of 419 ~ 24.34'%

%34.61
%41.05
%24.34

CMYK color model

#91AC66 color CMYK value is (16,0,41,33).

  • cyan value is 15.70%
  • magenta value is 0.00%
  • yellow value is 40.70%
  • key color value is 32.55%

CMYK: (16,0,41,33)
C16M0Y41K33 (16%, 0%, 41%, 33%)
(0.16 / 0.00 / 0.41 / 0.33)

CMYK percentages

%15.7
%0
%40.7
%32.55

Codes

Color #91AC66 in popluar color models

91 AC 66
RGB 145 172 102
HSL 83° 29.66% 53.73%
HSB/HSV 83° 40.70% 67.45%
CMYK 15.70% 0.00% 40.70%
32.55%

Color #91AC66 in popluar number systems.

HEX 91 AC 66
Decimal 145 172 102
Binary 10010001 10101100 1100110
Octal 221 254 146

Shades and tints

Shades of #91AC66

#91AC66
(145,172,102)
#849D5D
(132,157,93)
#778E54
(119,142,84)
#6A7F4B
(106,127,75)
#5D7042
(93,112,66)
#506139
(80,97,57)
#435230
(67,82,48)
#364327
(54,67,39)
#29341E
(41,52,30)
#1C2515
(28,37,21)
#0F160C
(15,22,12)
#000000
(0,0,0)

Tints of #91AC66

#91AC66
(145,172,102)
#9BB373
(155,179,115)
#A5BA80
(165,186,128)
#AFC18D
(175,193,141)
#B9C89A
(185,200,154)
#C3CFA7
(195,207,167)
#CDD6B4
(205,214,180)
#D7DDC1
(215,221,193)
#E1E4CE
(225,228,206)
#EBEBDB
(235,235,219)
#F5F2E8
(245,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91AC66; }

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

This text font color is #91AC66.

Background Color

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

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

This div background color is #91AC66.

Border color

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

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

This div border color is #91AC66.

Opacity

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

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

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

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

This text has shadow with #91AC66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91AC66.

Preview

Color preview on black background

This text has color #91AC66 on black background.


Color preview on white background

This text has color #91AC66 on white background.


Black color preview on #91AC66 background

This text has black color on #91AC66 background.


White color preview on #91AC66 background

This text has white color on #91AC66 background.


Related colors

Complementary color

Complementary color for #91AC66 is #6E5399.


I love getcolorcode.com

Triadic colors

1 #6691AC and #AC6691 with #91AC66 are triadic colors.

2 #66AC91 and #AC9166 with #91AC66 are triadic colors.