COLOR #91C074

HEX: #91C074
RGB: (145,192,116)

Color info

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

RGB color model

#91C074 color RGB value is (145,192,116).

  • red value is 145;
  • green value is 192;
  • blue value is 116.
RGB:
(145,192,116)
(57%,75%,45%)

RGB channels and saturation

R 145 of 255 = 57%
G 192 of 255 = 75%
B 116 of 255 = 45%

145
192
116

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

Portions of RGB colors in percentages

R + G + B =
145 + 192 + 116 = 453 (100%)
R 145 of 453 ~ 32.01%
G 192 of 453 ~ 42.38%
B 116 of 453 ~ 25.61%

%32.01
%42.38
%25.61

CMYK color model

#91C074 color CMYK value is (24,0,40,25).

  • cyan value is 24.48%
  • magenta value is 0.00%
  • yellow value is 39.58%
  • key color value is 24.71%
CMYK:
(24,0,40,25)
C24M0Y40K25 
(24%,0%,40%,25%)
(0.24/0.00/0.40/0.25)	

CMYK percentages

%24.48
%0
%39.58
%24.71

Codes

Color #91C074 in popluar color models

91C074
RGB145192116
HSL97°37.62%60.39%
HSB/HSV97°39.58%75.29%
CMYK24.48%0.00%39.58%
24.71%

Color #91C074 in popluar number systems.

HEX91C074
Decimal145192116
Binary10010001110000001110100
Octal221300164

Shades and tints

Shades of #91C074

#91C074
(145,192,116)
#84AF6A
(132,175,106)
#779E60
(119,158,96)
#6A8D56
(106,141,86)
#5D7C4C
(93,124,76)
#506B42
(80,107,66)
#435A38
(67,90,56)
#36492E
(54,73,46)
#293824
(41,56,36)
#1C271A
(28,39,26)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #91C074

#91C074
(145,192,116)
#9BC580
(155,197,128)
#A5CA8C
(165,202,140)
#AFCF98
(175,207,152)
#B9D4A4
(185,212,164)
#C3D9B0
(195,217,176)
#CDDEBC
(205,222,188)
#D7E3C8
(215,227,200)
#E1E8D4
(225,232,212)
#EBEDE0
(235,237,224)
#F5F2EC
(245,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #91C074; }

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

This text font color is #91C074.


Background Color

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

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

This div background color is #91C074.


Border color

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

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

This div border color is #91C074.


Opacity

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

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

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

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

This text has shadow with #91C074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #91C074 on black background.


Color preview on white background

This text has color #91C074 on white background.



Black color preview on #91C074 background

This text has black color on #91C074 background.


White color preview on #91C074 background

This text has white color on #91C074 background.