COLOR #74A170

HEX: #74A170
RGB: (116,161,112)

Color info

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

RGB color model

#74A170 color RGB value is (116,161,112).

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

RGB channels and saturation

R 116 of 255 = 45%
G 161 of 255 = 63%
B 112 of 255 = 44%

116
161
112

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

Portions of RGB colors in percentages

R + G + B =
116 + 161 + 112 = 389 (100%)
R 116 of 389 ~ 29.82%
G 161 of 389 ~ 41.39%
B 112 of 389 ~ 28.79%

%29.82
%41.39
%28.79

CMYK color model

#74A170 color CMYK value is (28,0,30,37).

  • cyan value is 27.95%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 36.86%
CMYK:
(28,0,30,37)
C28M0Y30K37 
(28%,0%,30%,37%)
(0.28/0.00/0.30/0.37)	

CMYK percentages

%27.95
%0
%30.43
%36.86

Codes

Color #74A170 in popluar color models

74A170
RGB116161112
HSL115°20.68%53.53%
HSB/HSV115°30.43%63.14%
CMYK27.95%0.00%30.43%
36.86%

Color #74A170 in popluar number systems.

HEX74A170
Decimal116161112
Binary1110100101000011110000
Octal164241160

Shades and tints

Shades of #74A170

#74A170
(116,161,112)
#6A9366
(106,147,102)
#60855C
(96,133,92)
#567752
(86,119,82)
#4C6948
(76,105,72)
#425B3E
(66,91,62)
#384D34
(56,77,52)
#2E3F2A
(46,63,42)
#243120
(36,49,32)
#1A2316
(26,35,22)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #74A170

#74A170
(116,161,112)
#80A97D
(128,169,125)
#8CB18A
(140,177,138)
#98B997
(152,185,151)
#A4C1A4
(164,193,164)
#B0C9B1
(176,201,177)
#BCD1BE
(188,209,190)
#C8D9CB
(200,217,203)
#D4E1D8
(212,225,216)
#E0E9E5
(224,233,229)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A170; }

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

This text font color is #74A170.


Background Color

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

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

This div background color is #74A170.


Border color

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

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

This div border color is #74A170.


Opacity

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

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

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

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

This text has shadow with #74A170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A170 on black background.


Color preview on white background

This text has color #74A170 on white background.



Black color preview on #74A170 background

This text has black color on #74A170 background.


White color preview on #74A170 background

This text has white color on #74A170 background.