COLOR #74A676

HEX: #74A676 RGB: (116,166,118)

Color info

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

RGB color model

#74A676 color RGB value is (116,166,118).

RGB: (116,166,118) (45%, 65%, 46%)

RGB channels and saturation

R 116 of 255 = 45%
G 166 of 255 = 65%
B 118 of 255 = 46%

116
166
118

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

Portions of RGB colors in percentages

R + G + B = 116 + 166 + 118 = 400 (100%)
R 116 of 400 ~ 29%
G 166 of 400 ~ 41.5%
B 118 of 400 ~ 29.5'%

%29
%41.5
%29.5

CMYK color model

#74A676 color CMYK value is (30,0,29,35).

  • cyan value is 30.12%
  • magenta value is 0.00%
  • yellow value is 28.92%
  • key color value is 34.90%

CMYK: (30,0,29,35)
C30M0Y29K35 (30%, 0%, 29%, 35%)
(0.30 / 0.00 / 0.29 / 0.35)

CMYK percentages

%30.12
%0
%28.92
%34.9

Codes

Color #74A676 in popluar color models

74 A6 76
RGB 116 166 118
HSL 122° 21.93% 55.29%
HSB/HSV 122° 30.12% 65.10%
CMYK 30.12% 0.00% 28.92%
34.90%

Color #74A676 in popluar number systems.

HEX 74 A6 76
Decimal 116 166 118
Binary 1110100 10100110 1110110
Octal 164 246 166

Shades and tints

Shades of #74A676

#74A676
(116,166,118)
#6A976C
(106,151,108)
#608862
(96,136,98)
#567958
(86,121,88)
#4C6A4E
(76,106,78)
#425B44
(66,91,68)
#384C3A
(56,76,58)
#2E3D30
(46,61,48)
#242E26
(36,46,38)
#1A1F1C
(26,31,28)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #74A676

#74A676
(116,166,118)
#80AE82
(128,174,130)
#8CB68E
(140,182,142)
#98BE9A
(152,190,154)
#A4C6A6
(164,198,166)
#B0CEB2
(176,206,178)
#BCD6BE
(188,214,190)
#C8DECA
(200,222,202)
#D4E6D6
(212,230,214)
#E0EEE2
(224,238,226)
#ECF6EE
(236,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A676 color. Also use rgb(116,166,118) instead hex code.

Text Font Color

.myTextColor { color: #74A676; }

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

This text font color is #74A676.

Background Color

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

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

This div background color is #74A676.

Border color

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

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

This div border color is #74A676.

Opacity

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

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

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

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

This text has shadow with #74A676 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A676.

Preview

Color preview on black background

This text has color #74A676 on black background.


Color preview on white background

This text has color #74A676 on white background.


Black color preview on #74A676 background

This text has black color on #74A676 background.


White color preview on #74A676 background

This text has white color on #74A676 background.


Related colors

Complementary color

Complementary color for #hex is #8B5989.


I love getcolorcode.com

Triadic colors

1 #7674A6 and #A67674 with #74A676 are triadic colors.

2 #76A674 and #A67476 with #74A676 are triadic colors.