COLOR #74A17E

HEX: #74A17E
RGB: (116,161,126)

Color info

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

RGB color model

#74A17E color RGB value is (116,161,126).

  • red value is 116;
  • green value is 161;
  • blue value is 126.
RGB:
(116,161,126)
(45%,63%,49%)

RGB channels and saturation

R 116 of 255 = 45%
G 161 of 255 = 63%
B 126 of 255 = 49%

116
161
126

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

Portions of RGB colors in percentages

R + G + B =
116 + 161 + 126 = 403 (100%)
R 116 of 403 ~ 28.78%
G 161 of 403 ~ 39.95%
B 126 of 403 ~ 31.27%

%28.78
%39.95
%31.27

CMYK color model

#74A17E color CMYK value is (28,0,22,37).

  • cyan value is 27.95%
  • magenta value is 0.00%
  • yellow value is 21.74%
  • key color value is 36.86%
CMYK:
(28,0,22,37)
C28M0Y22K37 
(28%,0%,22%,37%)
(0.28/0.00/0.22/0.37)	

CMYK percentages

%27.95
%0
%21.74
%36.86

Codes

Color #74A17E in popluar color models

74A17E
RGB116161126
HSL133°19.31%54.31%
HSB/HSV133°27.95%63.14%
CMYK27.95%0.00%21.74%
36.86%

Color #74A17E in popluar number systems.

HEX74A17E
Decimal116161126
Binary1110100101000011111110
Octal164241176

Shades and tints

Shades of #74A17E

#74A17E
(116,161,126)
#6A9373
(106,147,115)
#608568
(96,133,104)
#56775D
(86,119,93)
#4C6952
(76,105,82)
#425B47
(66,91,71)
#384D3C
(56,77,60)
#2E3F31
(46,63,49)
#243126
(36,49,38)
#1A231B
(26,35,27)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #74A17E

#74A17E
(116,161,126)
#80A989
(128,169,137)
#8CB194
(140,177,148)
#98B99F
(152,185,159)
#A4C1AA
(164,193,170)
#B0C9B5
(176,201,181)
#BCD1C0
(188,209,192)
#C8D9CB
(200,217,203)
#D4E1D6
(212,225,214)
#E0E9E1
(224,233,225)
#ECF1EC
(236,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A17E color. Also use rgb(116,161,126) instead hex code.

Text Font Color

.myTextColor { color: #74A17E; }

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

This text font color is #74A17E.


Background Color

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

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

This div background color is #74A17E.


Border color

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

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

This div border color is #74A17E.


Opacity

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

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

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

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

This text has shadow with #74A17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A17E on black background.


Color preview on white background

This text has color #74A17E on white background.



Black color preview on #74A17E background

This text has black color on #74A17E background.


White color preview on #74A17E background

This text has white color on #74A17E background.