COLOR #91AB6D

HEX: #91AB6D RGB: (145,171,109)

Color info

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

RGB color model

#91AB6D color RGB value is (145,171,109).

RGB: (145,171,109) (57%, 67%, 43%)

RGB channels and saturation

R 145 of 255 = 57%
G 171 of 255 = 67%
B 109 of 255 = 43%

145
171
109

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

Portions of RGB colors in percentages

R + G + B = 145 + 171 + 109 = 425 (100%)
R 145 of 425 ~ 34.12%
G 171 of 425 ~ 40.24%
B 109 of 425 ~ 25.65'%

%34.12
%40.24
%25.65

CMYK color model

#91AB6D color CMYK value is (15,0,36,33).

  • cyan value is 15.20%
  • magenta value is 0.00%
  • yellow value is 36.26%
  • key color value is 32.94%

CMYK: (15,0,36,33)
C15M0Y36K33 (15%, 0%, 36%, 33%)
(0.15 / 0.00 / 0.36 / 0.33)

CMYK percentages

%15.2
%0
%36.26
%32.94

Codes

Color #91AB6D in popluar color models

91 AB 6D
RGB 145 171 109
HSL 85° 26.96% 54.90%
HSB/HSV 85° 36.26% 67.06%
CMYK 15.20% 0.00% 36.26%
32.94%

Color #91AB6D in popluar number systems.

HEX 91 AB 6D
Decimal 145 171 109
Binary 10010001 10101011 1101101
Octal 221 253 155

Shades and tints

Shades of #91AB6D

#91AB6D
(145,171,109)
#849C64
(132,156,100)
#778D5B
(119,141,91)
#6A7E52
(106,126,82)
#5D6F49
(93,111,73)
#506040
(80,96,64)
#435137
(67,81,55)
#36422E
(54,66,46)
#293325
(41,51,37)
#1C241C
(28,36,28)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #91AB6D

#91AB6D
(145,171,109)
#9BB27A
(155,178,122)
#A5B987
(165,185,135)
#AFC094
(175,192,148)
#B9C7A1
(185,199,161)
#C3CEAE
(195,206,174)
#CDD5BB
(205,213,187)
#D7DCC8
(215,220,200)
#E1E3D5
(225,227,213)
#EBEAE2
(235,234,226)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91AB6D color. Also use rgb(145,171,109) instead hex code.

Text Font Color

.myTextColor { color: #91AB6D; }

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

This text font color is #91AB6D.

Background Color

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

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

This div background color is #91AB6D.

Border color

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

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

This div border color is #91AB6D.

Opacity

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

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

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

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

This text has shadow with #91AB6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91AB6D.

Preview

Color preview on black background

This text has color #91AB6D on black background.


Color preview on white background

This text has color #91AB6D on white background.


Black color preview on #91AB6D background

This text has black color on #91AB6D background.


White color preview on #91AB6D background

This text has white color on #91AB6D background.


Related colors

Complementary color

Complementary color for #hex is #6E5492.


I love getcolorcode.com

Triadic colors

1 #6D91AB and #AB6D91 with #91AB6D are triadic colors.

2 #6DAB91 and #AB916D with #91AB6D are triadic colors.