COLOR #74A98F

HEX: #74A98F RGB: (116,169,143)

Color info

#74A98F contains red, green and blue colors in about the same proportion. Web safe color of #74A98F is #669999 (or #699).

RGB color model

#74A98F color RGB value is (116,169,143).

RGB: (116,169,143) (45%, 66%, 56%)

RGB channels and saturation

R 116 of 255 = 45%
G 169 of 255 = 66%
B 143 of 255 = 56%

116
169
143

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

Portions of RGB colors in percentages

R + G + B = 116 + 169 + 143 = 428 (100%)
R 116 of 428 ~ 27.1%
G 169 of 428 ~ 39.49%
B 143 of 428 ~ 33.41'%

%27.1
%39.49
%33.41

CMYK color model

#74A98F color CMYK value is (31,0,15,34).

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 33.73%

CMYK: (31,0,15,34)
C31M0Y15K34 (31%, 0%, 15%, 34%)
(0.31 / 0.00 / 0.15 / 0.34)

CMYK percentages

%31.36
%0
%15.38
%33.73

Codes

Color #74A98F in popluar color models

74 A9 8F
RGB 116 169 143
HSL 151° 23.56% 55.88%
HSB/HSV 151° 31.36% 66.27%
CMYK 31.36% 0.00% 15.38%
33.73%

Color #74A98F in popluar number systems.

HEX 74 A9 8F
Decimal 116 169 143
Binary 1110100 10101001 10001111
Octal 164 251 217

Shades and tints

Shades of #74A98F

#74A98F
(116,169,143)
#6A9A82
(106,154,130)
#608B75
(96,139,117)
#567C68
(86,124,104)
#4C6D5B
(76,109,91)
#425E4E
(66,94,78)
#384F41
(56,79,65)
#2E4034
(46,64,52)
#243127
(36,49,39)
#1A221A
(26,34,26)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #74A98F

#74A98F
(116,169,143)
#80B099
(128,176,153)
#8CB7A3
(140,183,163)
#98BEAD
(152,190,173)
#A4C5B7
(164,197,183)
#B0CCC1
(176,204,193)
#BCD3CB
(188,211,203)
#C8DAD5
(200,218,213)
#D4E1DF
(212,225,223)
#E0E8E9
(224,232,233)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A98F color. Also use rgb(116,169,143) instead hex code.

Text Font Color

.myTextColor { color: #74A98F; }

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

This text font color is #74A98F.

Background Color

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

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

This div background color is #74A98F.

Border color

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

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

This div border color is #74A98F.

Opacity

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

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

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

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

This text has shadow with #74A98F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74A98F.

Preview

Color preview on black background

This text has color #74A98F on black background.


Color preview on white background

This text has color #74A98F on white background.


Black color preview on #74A98F background

This text has black color on #74A98F background.


White color preview on #74A98F background

This text has white color on #74A98F background.


Related colors

Complementary color

Complementary color for #hex is #8B5670.


I love getcolorcode.com

Triadic colors

1 #8F74A9 and #A98F74 with #74A98F are triadic colors.

2 #8FA974 and #A9748F with #74A98F are triadic colors.