COLOR #74AC63

HEX: #74AC63
RGB: (116,172,99)

Color info

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

RGB color model

#74AC63 color RGB value is (116,172,99).

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

RGB channels and saturation

R 116 of 255 = 45%
G 172 of 255 = 67%
B 99 of 255 = 39%

116
172
99

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

Portions of RGB colors in percentages

R + G + B =
116 + 172 + 99 = 387 (100%)
R 116 of 387 ~ 29.97%
G 172 of 387 ~ 44.44%
B 99 of 387 ~ 25.58%

%29.97
%44.44
%25.58

CMYK color model

#74AC63 color CMYK value is (33,0,42,33).

  • cyan value is 32.56%
  • magenta value is 0.00%
  • yellow value is 42.44%
  • key color value is 32.55%
CMYK:
(33,0,42,33)
C33M0Y42K33 
(33%,0%,42%,33%)
(0.33/0.00/0.42/0.33)	

CMYK percentages

%32.56
%0
%42.44
%32.55

Codes

Color #74AC63 in popluar color models

74AC63
RGB11617299
HSL106°30.54%53.14%
HSB/HSV106°42.44%67.45%
CMYK32.56%0.00%42.44%
32.55%

Color #74AC63 in popluar number systems.

HEX74AC63
Decimal11617299
Binary1110100101011001100011
Octal164254143

Shades and tints

Shades of #74AC63

#74AC63
(116,172,99)
#6A9D5A
(106,157,90)
#608E51
(96,142,81)
#567F48
(86,127,72)
#4C703F
(76,112,63)
#426136
(66,97,54)
#38522D
(56,82,45)
#2E4324
(46,67,36)
#24341B
(36,52,27)
#1A2512
(26,37,18)
#101609
(16,22,9)
#000000
(0,0,0)

Tints of #74AC63

#74AC63
(116,172,99)
#80B371
(128,179,113)
#8CBA7F
(140,186,127)
#98C18D
(152,193,141)
#A4C89B
(164,200,155)
#B0CFA9
(176,207,169)
#BCD6B7
(188,214,183)
#C8DDC5
(200,221,197)
#D4E4D3
(212,228,211)
#E0EBE1
(224,235,225)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AC63; }

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

This text font color is #74AC63.


Background Color

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

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

This div background color is #74AC63.


Border color

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

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

This div border color is #74AC63.


Opacity

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

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

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

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

This text has shadow with #74AC63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AC63 on black background.


Color preview on white background

This text has color #74AC63 on white background.



Black color preview on #74AC63 background

This text has black color on #74AC63 background.


White color preview on #74AC63 background

This text has white color on #74AC63 background.