COLOR #91C672

HEX: #91C672 RGB: (145,198,114)

Color info

#91C672 contains mainly red and green colors. Web safe color of #91C672 is #99CC66 (or #9C6).

RGB color model

#91C672 color RGB value is (145,198,114).

RGB: (145,198,114) (57%, 78%, 45%)

RGB channels and saturation

R 145 of 255 = 57%
G 198 of 255 = 78%
B 114 of 255 = 45%

145
198
114

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

Portions of RGB colors in percentages

R + G + B = 145 + 198 + 114 = 457 (100%)
R 145 of 457 ~ 31.73%
G 198 of 457 ~ 43.33%
B 114 of 457 ~ 24.95'%

%31.73
%43.33
%24.95

CMYK color model

#91C672 color CMYK value is (27,0,42,22).

  • cyan value is 26.77%
  • magenta value is 0.00%
  • yellow value is 42.42%
  • key color value is 22.35%

CMYK: (27,0,42,22)
C27M0Y42K22 (27%, 0%, 42%, 22%)
(0.27 / 0.00 / 0.42 / 0.22)

CMYK percentages

%26.77
%0
%42.42
%22.35

Codes

Color #91C672 in popluar color models

91 C6 72
RGB 145 198 114
HSL 98° 42.42% 61.18%
HSB/HSV 98° 42.42% 77.65%
CMYK 26.77% 0.00% 42.42%
22.35%

Color #91C672 in popluar number systems.

HEX 91 C6 72
Decimal 145 198 114
Binary 10010001 11000110 1110010
Octal 221 306 162

Shades and tints

Shades of #91C672

#91C672
(145,198,114)
#84B468
(132,180,104)
#77A25E
(119,162,94)
#6A9054
(106,144,84)
#5D7E4A
(93,126,74)
#506C40
(80,108,64)
#435A36
(67,90,54)
#36482C
(54,72,44)
#293622
(41,54,34)
#1C2418
(28,36,24)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #91C672

#91C672
(145,198,114)
#9BCB7E
(155,203,126)
#A5D08A
(165,208,138)
#AFD596
(175,213,150)
#B9DAA2
(185,218,162)
#C3DFAE
(195,223,174)
#CDE4BA
(205,228,186)
#D7E9C6
(215,233,198)
#E1EED2
(225,238,210)
#EBF3DE
(235,243,222)
#F5F8EA
(245,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #91C672 color. Also use rgb(145,198,114) instead hex code.

Text Font Color

.myTextColor { color: #91C672; }

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

This text font color is #91C672.

Background Color

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

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

This div background color is #91C672.

Border color

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

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

This div border color is #91C672.

Opacity

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

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

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

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

This text has shadow with #91C672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #91C672.

Preview

Color preview on black background

This text has color #91C672 on black background.


Color preview on white background

This text has color #91C672 on white background.


Black color preview on #91C672 background

This text has black color on #91C672 background.


White color preview on #91C672 background

This text has white color on #91C672 background.


Related colors

Complementary color

Complementary color for #hex is #6E398D.


I love getcolorcode.com

Triadic colors

1 #7291C6 and #C67291 with #91C672 are triadic colors.

2 #72C691 and #C69172 with #91C672 are triadic colors.