COLOR #74AC7A

HEX: #74AC7A
RGB: (116,172,122)

Color info

#74AC7A contains red, green and blue colors in about the same proportion. Web safe color of #74AC7A is #669966 (or #696).

RGB color model

#74AC7A color RGB value is (116,172,122).

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

RGB channels and saturation

R 116 of 255 = 45%
G 172 of 255 = 67%
B 122 of 255 = 48%

116
172
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 172 + 122 = 410 (100%)
R 116 of 410 ~ 28.29%
G 172 of 410 ~ 41.95%
B 122 of 410 ~ 29.76%

%28.29
%41.95
%29.76

CMYK color model

#74AC7A color CMYK value is (33,0,29,33).

  • cyan value is 32.56%
  • magenta value is 0.00%
  • yellow value is 29.07%
  • key color value is 32.55%
CMYK:
(33,0,29,33)
C33M0Y29K33 
(33%,0%,29%,33%)
(0.33/0.00/0.29/0.33)	

CMYK percentages

%32.56
%0
%29.07
%32.55

Codes

Color #74AC7A in popluar color models

74AC7A
RGB116172122
HSL126°25.23%56.47%
HSB/HSV126°32.56%67.45%
CMYK32.56%0.00%29.07%
32.55%

Color #74AC7A in popluar number systems.

HEX74AC7A
Decimal116172122
Binary1110100101011001111010
Octal164254172

Shades and tints

Shades of #74AC7A

#74AC7A
(116,172,122)
#6A9D6F
(106,157,111)
#608E64
(96,142,100)
#567F59
(86,127,89)
#4C704E
(76,112,78)
#426143
(66,97,67)
#385238
(56,82,56)
#2E432D
(46,67,45)
#243422
(36,52,34)
#1A2517
(26,37,23)
#10160C
(16,22,12)
#000000
(0,0,0)

Tints of #74AC7A

#74AC7A
(116,172,122)
#80B386
(128,179,134)
#8CBA92
(140,186,146)
#98C19E
(152,193,158)
#A4C8AA
(164,200,170)
#B0CFB6
(176,207,182)
#BCD6C2
(188,214,194)
#C8DDCE
(200,221,206)
#D4E4DA
(212,228,218)
#E0EBE6
(224,235,230)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AC7A; }

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

This text font color is #74AC7A.


Background Color

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

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

This div background color is #74AC7A.


Border color

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

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

This div border color is #74AC7A.


Opacity

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

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

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

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

This text has shadow with #74AC7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AC7A on black background.


Color preview on white background

This text has color #74AC7A on white background.



Black color preview on #74AC7A background

This text has black color on #74AC7A background.


White color preview on #74AC7A background

This text has white color on #74AC7A background.