COLOR #74A067

HEX: #74A067 RGB: (116,160,103)

Color info

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

RGB color model

#74A067 color RGB value is (116,160,103).

RGB: (116,160,103) (45%, 63%, 40%)

RGB channels and saturation

R 116 of 255 = 45%
G 160 of 255 = 63%
B 103 of 255 = 40%

116
160
103

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

Portions of RGB colors in percentages

R + G + B = 116 + 160 + 103 = 379 (100%)
R 116 of 379 ~ 30.61%
G 160 of 379 ~ 42.22%
B 103 of 379 ~ 27.18'%

%30.61
%42.22
%27.18

CMYK color model

#74A067 color CMYK value is (28,0,36,37).

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

CMYK: (28,0,36,37)
C28M0Y36K37 (28%, 0%, 36%, 37%)
(0.28 / 0.00 / 0.36 / 0.37)

CMYK percentages

%27.5
%0
%35.63
%37.25

Codes

Color #74A067 in popluar color models

74 A0 67
RGB 116 160 103
HSL 106° 23.08% 51.57%
HSB/HSV 106° 35.63% 62.75%
CMYK 27.50% 0.00% 35.63%
37.25%

Color #74A067 in popluar number systems.

HEX 74 A0 67
Decimal 116 160 103
Binary 1110100 10100000 1100111
Octal 164 240 147

Shades and tints

Shades of #74A067

#74A067
(116,160,103)
#6A925E
(106,146,94)
#608455
(96,132,85)
#56764C
(86,118,76)
#4C6843
(76,104,67)
#425A3A
(66,90,58)
#384C31
(56,76,49)
#2E3E28
(46,62,40)
#24301F
(36,48,31)
#1A2216
(26,34,22)
#10140D
(16,20,13)
#000000
(0,0,0)

Tints of #74A067

#74A067
(116,160,103)
#80A874
(128,168,116)
#8CB081
(140,176,129)
#98B88E
(152,184,142)
#A4C09B
(164,192,155)
#B0C8A8
(176,200,168)
#BCD0B5
(188,208,181)
#C8D8C2
(200,216,194)
#D4E0CF
(212,224,207)
#E0E8DC
(224,232,220)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A067; }

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

This text font color is #74A067.

Background Color

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

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

This div background color is #74A067.

Border color

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

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

This div border color is #74A067.

Opacity

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

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

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

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

This text has shadow with #74A067 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A067.

Preview

Color preview on black background

This text has color #74A067 on black background.


Color preview on white background

This text has color #74A067 on white background.


Black color preview on #74A067 background

This text has black color on #74A067 background.


White color preview on #74A067 background

This text has white color on #74A067 background.


Related colors

Complementary color

Complementary color for #hex is #8B5F98.


I love getcolorcode.com

Triadic colors

1 #6774A0 and #A06774 with #74A067 are triadic colors.

2 #67A074 and #A07467 with #74A067 are triadic colors.