COLOR #91A074

HEX: #91A074 RGB: (145,160,116)

Color info

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

RGB color model

#91A074 color RGB value is (145,160,116).

RGB: (145,160,116) (57%, 63%, 45%)

RGB channels and saturation

R 145 of 255 = 57%
G 160 of 255 = 63%
B 116 of 255 = 45%

145
160
116

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

Portions of RGB colors in percentages

R + G + B = 145 + 160 + 116 = 421 (100%)
R 145 of 421 ~ 34.44%
G 160 of 421 ~ 38%
B 116 of 421 ~ 27.55'%

%34.44
%38
%27.55

CMYK color model

#91A074 color CMYK value is (9,0,28,37).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 27.50%
  • key color value is 37.25%

CMYK: (9,0,28,37)
C9M0Y28K37 (9%, 0%, 28%, 37%)
(0.09 / 0.00 / 0.28 / 0.37)

CMYK percentages

%9.38
%0
%27.5
%37.25

Codes

Color #91A074 in popluar color models

91 A0 74
RGB 145 160 116
HSL 80° 18.80% 54.12%
HSB/HSV 80° 27.50% 62.75%
CMYK 9.38% 0.00% 27.50%
37.25%

Color #91A074 in popluar number systems.

HEX 91 A0 74
Decimal 145 160 116
Binary 10010001 10100000 1110100
Octal 221 240 164

Shades and tints

Shades of #91A074

#91A074
(145,160,116)
#84926A
(132,146,106)
#778460
(119,132,96)
#6A7656
(106,118,86)
#5D684C
(93,104,76)
#505A42
(80,90,66)
#434C38
(67,76,56)
#363E2E
(54,62,46)
#293024
(41,48,36)
#1C221A
(28,34,26)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #91A074

#91A074
(145,160,116)
#9BA880
(155,168,128)
#A5B08C
(165,176,140)
#AFB898
(175,184,152)
#B9C0A4
(185,192,164)
#C3C8B0
(195,200,176)
#CDD0BC
(205,208,188)
#D7D8C8
(215,216,200)
#E1E0D4
(225,224,212)
#EBE8E0
(235,232,224)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91A074 color. Also use rgb(145,160,116) instead hex code.

Text Font Color

.myTextColor { color: #91A074; }

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

This text font color is #91A074.

Background Color

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

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

This div background color is #91A074.

Border color

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

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

This div border color is #91A074.

Opacity

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

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

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

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

This text has shadow with #91A074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91A074.

Preview

Color preview on black background

This text has color #91A074 on black background.


Color preview on white background

This text has color #91A074 on white background.


Black color preview on #91A074 background

This text has black color on #91A074 background.


White color preview on #91A074 background

This text has white color on #91A074 background.


Related colors

Complementary color

Complementary color for #hex is #6E5F8B.


I love getcolorcode.com

Triadic colors

1 #7491A0 and #A07491 with #91A074 are triadic colors.

2 #74A091 and #A09174 with #91A074 are triadic colors.