COLOR #74A070

HEX: #74A070 RGB: (116,160,112)

Color info

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

RGB color model

#74A070 color RGB value is (116,160,112).

RGB: (116,160,112) (45%, 63%, 44%)

RGB channels and saturation

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

116
160
112

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

Portions of RGB colors in percentages

R + G + B = 116 + 160 + 112 = 388 (100%)
R 116 of 388 ~ 29.9%
G 160 of 388 ~ 41.24%
B 112 of 388 ~ 28.87'%

%29.9
%41.24
%28.87

CMYK color model

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

  • cyan value is 27.50%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 37.25%

CMYK: (28,0,30,37)
C28M0Y30K37 (28%, 0%, 30%, 37%)
(0.28 / 0.00 / 0.30 / 0.37)

CMYK percentages

%27.5
%0
%30
%37.25

Codes

Color #74A070 in popluar color models

74 A0 70
RGB 116 160 112
HSL 115° 20.17% 53.33%
HSB/HSV 115° 30.00% 62.75%
CMYK 27.50% 0.00% 30.00%
37.25%

Color #74A070 in popluar number systems.

HEX 74 A0 70
Decimal 116 160 112
Binary 1110100 10100000 1110000
Octal 164 240 160

Shades and tints

Shades of #74A070

#74A070
(116,160,112)
#6A9266
(106,146,102)
#60845C
(96,132,92)
#567652
(86,118,82)
#4C6848
(76,104,72)
#425A3E
(66,90,62)
#384C34
(56,76,52)
#2E3E2A
(46,62,42)
#243020
(36,48,32)
#1A2216
(26,34,22)
#10140C
(16,20,12)
#000000
(0,0,0)

Tints of #74A070

#74A070
(116,160,112)
#80A87D
(128,168,125)
#8CB08A
(140,176,138)
#98B897
(152,184,151)
#A4C0A4
(164,192,164)
#B0C8B1
(176,200,177)
#BCD0BE
(188,208,190)
#C8D8CB
(200,216,203)
#D4E0D8
(212,224,216)
#E0E8E5
(224,232,229)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A070; }

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

This text font color is #74A070.

Background Color

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

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

This div background color is #74A070.

Border color

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

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

This div border color is #74A070.

Opacity

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

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

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

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

This text has shadow with #74A070 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A070.

Preview

Color preview on black background

This text has color #74A070 on black background.


Color preview on white background

This text has color #74A070 on white background.


Black color preview on #74A070 background

This text has black color on #74A070 background.


White color preview on #74A070 background

This text has white color on #74A070 background.


Related colors

Complementary color

Complementary color for #hex is #8B5F8F.


I love getcolorcode.com

Triadic colors

1 #7074A0 and #A07074 with #74A070 are triadic colors.

2 #70A074 and #A07470 with #74A070 are triadic colors.