COLOR #91B074

HEX: #91B074 RGB: (145,176,116)

Color info

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

RGB color model

#91B074 color RGB value is (145,176,116).

RGB: (145,176,116) (57%, 69%, 45%)

RGB channels and saturation

R 145 of 255 = 57%
G 176 of 255 = 69%
B 116 of 255 = 45%

145
176
116

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

Portions of RGB colors in percentages

R + G + B = 145 + 176 + 116 = 437 (100%)
R 145 of 437 ~ 33.18%
G 176 of 437 ~ 40.27%
B 116 of 437 ~ 26.54'%

%33.18
%40.27
%26.54

CMYK color model

#91B074 color CMYK value is (18,0,34,31).

  • cyan value is 17.61%
  • magenta value is 0.00%
  • yellow value is 34.09%
  • key color value is 30.98%

CMYK: (18,0,34,31)
C18M0Y34K31 (18%, 0%, 34%, 31%)
(0.18 / 0.00 / 0.34 / 0.31)

CMYK percentages

%17.61
%0
%34.09
%30.98

Codes

Color #91B074 in popluar color models

91 B0 74
RGB 145 176 116
HSL 91° 27.52% 57.25%
HSB/HSV 91° 34.09% 69.02%
CMYK 17.61% 0.00% 34.09%
30.98%

Color #91B074 in popluar number systems.

HEX 91 B0 74
Decimal 145 176 116
Binary 10010001 10110000 1110100
Octal 221 260 164

Shades and tints

Shades of #91B074

#91B074
(145,176,116)
#84A06A
(132,160,106)
#779060
(119,144,96)
#6A8056
(106,128,86)
#5D704C
(93,112,76)
#506042
(80,96,66)
#435038
(67,80,56)
#36402E
(54,64,46)
#293024
(41,48,36)
#1C201A
(28,32,26)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #91B074

#91B074
(145,176,116)
#9BB780
(155,183,128)
#A5BE8C
(165,190,140)
#AFC598
(175,197,152)
#B9CCA4
(185,204,164)
#C3D3B0
(195,211,176)
#CDDABC
(205,218,188)
#D7E1C8
(215,225,200)
#E1E8D4
(225,232,212)
#EBEFE0
(235,239,224)
#F5F6EC
(245,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91B074; }

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

This text font color is #91B074.

Background Color

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

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

This div background color is #91B074.

Border color

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

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

This div border color is #91B074.

Opacity

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

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

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

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

This text has shadow with #91B074 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91B074.

Preview

Color preview on black background

This text has color #91B074 on black background.


Color preview on white background

This text has color #91B074 on white background.


Black color preview on #91B074 background

This text has black color on #91B074 background.


White color preview on #91B074 background

This text has white color on #91B074 background.


Related colors

Complementary color

Complementary color for #hex is #6E4F8B.


I love getcolorcode.com

Triadic colors

1 #7491B0 and #B07491 with #91B074 are triadic colors.

2 #74B091 and #B09174 with #91B074 are triadic colors.