COLOR #74A069

HEX: #74A069 RGB: (116,160,105)

Color info

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

RGB color model

#74A069 color RGB value is (116,160,105).

RGB: (116,160,105) (45%, 63%, 41%)

RGB channels and saturation

R 116 of 255 = 45%
G 160 of 255 = 63%
B 105 of 255 = 41%

116
160
105

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

Portions of RGB colors in percentages

R + G + B = 116 + 160 + 105 = 381 (100%)
R 116 of 381 ~ 30.45%
G 160 of 381 ~ 41.99%
B 105 of 381 ~ 27.56'%

%30.45
%41.99
%27.56

CMYK color model

#74A069 color CMYK value is (28,0,34,37).

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

CMYK: (28,0,34,37)
C28M0Y34K37 (28%, 0%, 34%, 37%)
(0.28 / 0.00 / 0.34 / 0.37)

CMYK percentages

%27.5
%0
%34.38
%37.25

Codes

Color #74A069 in popluar color models

74 A0 69
RGB 116 160 105
HSL 108° 22.45% 51.96%
HSB/HSV 108° 34.38% 62.75%
CMYK 27.50% 0.00% 34.38%
37.25%

Color #74A069 in popluar number systems.

HEX 74 A0 69
Decimal 116 160 105
Binary 1110100 10100000 1101001
Octal 164 240 151

Shades and tints

Shades of #74A069

#74A069
(116,160,105)
#6A9260
(106,146,96)
#608457
(96,132,87)
#56764E
(86,118,78)
#4C6845
(76,104,69)
#425A3C
(66,90,60)
#384C33
(56,76,51)
#2E3E2A
(46,62,42)
#243021
(36,48,33)
#1A2218
(26,34,24)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #74A069

#74A069
(116,160,105)
#80A876
(128,168,118)
#8CB083
(140,176,131)
#98B890
(152,184,144)
#A4C09D
(164,192,157)
#B0C8AA
(176,200,170)
#BCD0B7
(188,208,183)
#C8D8C4
(200,216,196)
#D4E0D1
(212,224,209)
#E0E8DE
(224,232,222)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A069; }

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

This text font color is #74A069.

Background Color

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

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

This div background color is #74A069.

Border color

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

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

This div border color is #74A069.

Opacity

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

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

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

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

This text has shadow with #74A069 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A069.

Preview

Color preview on black background

This text has color #74A069 on black background.


Color preview on white background

This text has color #74A069 on white background.


Black color preview on #74A069 background

This text has black color on #74A069 background.


White color preview on #74A069 background

This text has white color on #74A069 background.


Related colors

Complementary color

Complementary color for #hex is #8B5F96.


I love getcolorcode.com

Triadic colors

1 #6974A0 and #A06974 with #74A069 are triadic colors.

2 #69A074 and #A07469 with #74A069 are triadic colors.