COLOR #74AC5B

HEX: #74AC5B
RGB: (116,172,91)

Color info

#74AC5B contains mainly red and green colors. Web safe color of #74AC5B is #669966 (or #696).

RGB color model

#74AC5B color RGB value is (116,172,91).

  • red value is 116;
  • green value is 172;
  • blue value is 91.
RGB:
(116,172,91)
(45%,67%,36%)

RGB channels and saturation

R 116 of 255 = 45%
G 172 of 255 = 67%
B 91 of 255 = 36%

116
172
91

R + G + B ~ 49%. #74AC5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 172 + 91 = 379 (100%)
R 116 of 379 ~ 30.61%
G 172 of 379 ~ 45.38%
B 91 of 379 ~ 24.01%

%30.61
%45.38
%24.01

CMYK color model

#74AC5B color CMYK value is (33,0,47,33).

  • cyan value is 32.56%
  • magenta value is 0.00%
  • yellow value is 47.09%
  • key color value is 32.55%
CMYK:
(33,0,47,33)
C33M0Y47K33 
(33%,0%,47%,33%)
(0.33/0.00/0.47/0.33)	

CMYK percentages

%32.56
%0
%47.09
%32.55

Codes

Color #74AC5B in popluar color models

74AC5B
RGB11617291
HSL101°32.79%51.57%
HSB/HSV101°47.09%67.45%
CMYK32.56%0.00%47.09%
32.55%

Color #74AC5B in popluar number systems.

HEX74AC5B
Decimal11617291
Binary1110100101011001011011
Octal164254133

Shades and tints

Shades of #74AC5B

#74AC5B
(116,172,91)
#6A9D53
(106,157,83)
#608E4B
(96,142,75)
#567F43
(86,127,67)
#4C703B
(76,112,59)
#426133
(66,97,51)
#38522B
(56,82,43)
#2E4323
(46,67,35)
#24341B
(36,52,27)
#1A2513
(26,37,19)
#10160B
(16,22,11)
#000000
(0,0,0)

Tints of #74AC5B

#74AC5B
(116,172,91)
#80B369
(128,179,105)
#8CBA77
(140,186,119)
#98C185
(152,193,133)
#A4C893
(164,200,147)
#B0CFA1
(176,207,161)
#BCD6AF
(188,214,175)
#C8DDBD
(200,221,189)
#D4E4CB
(212,228,203)
#E0EBD9
(224,235,217)
#ECF2E7
(236,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AC5B color. Also use rgb(116,172,91) instead hex code.

Text Font Color

.myTextColor { color: #74AC5B; }

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

This text font color is #74AC5B.


Background Color

.myBgColor { background-color: #74AC5B; }

<div style="background-color:#74AC5B">Inner text</div>

This div background color is #74AC5B.


Border color

.myBorderColor { border: 1px solid #74AC5B; }

<div style="border:3px solid #74AC5B">Div</div>

This div border color is #74AC5B.


Opacity

.myOpacity80 { color: #74AC5B; opacity: 0.8; }

<p style="color:#74AC5B;opacity:0.8;">80%</p>

Text with #74AC5B 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 #74AC5B;}

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

This text has shadow with #74AC5B color.

.textShadow {text-shadow: 3px 3px 1px #74AC5B, 3px 3px 1px red;}

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

This text has shadow with #74AC5B primary color and red secondary color.


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

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

This text has shadow with #74AC5B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AC5B on black background.


Color preview on white background

This text has color #74AC5B on white background.



Black color preview on #74AC5B background

This text has black color on #74AC5B background.


White color preview on #74AC5B background

This text has white color on #74AC5B background.