COLOR #74A97B

HEX: #74A97B
RGB: (116,169,123)

Color info

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

RGB color model

#74A97B color RGB value is (116,169,123).

  • red value is 116;
  • green value is 169;
  • blue value is 123.
RGB:
(116,169,123)
(45%,66%,48%)

RGB channels and saturation

R 116 of 255 = 45%
G 169 of 255 = 66%
B 123 of 255 = 48%

116
169
123

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

Portions of RGB colors in percentages

R + G + B =
116 + 169 + 123 = 408 (100%)
R 116 of 408 ~ 28.43%
G 169 of 408 ~ 41.42%
B 123 of 408 ~ 30.15%

%28.43
%41.42
%30.15

CMYK color model

#74A97B color CMYK value is (31,0,27,34).

  • cyan value is 31.36%
  • magenta value is 0.00%
  • yellow value is 27.22%
  • key color value is 33.73%
CMYK:
(31,0,27,34)
C31M0Y27K34 
(31%,0%,27%,34%)
(0.31/0.00/0.27/0.34)	

CMYK percentages

%31.36
%0
%27.22
%33.73

Codes

Color #74A97B in popluar color models

74A97B
RGB116169123
HSL128°23.56%55.88%
HSB/HSV128°31.36%66.27%
CMYK31.36%0.00%27.22%
33.73%

Color #74A97B in popluar number systems.

HEX74A97B
Decimal116169123
Binary1110100101010011111011
Octal164251173

Shades and tints

Shades of #74A97B

#74A97B
(116,169,123)
#6A9A70
(106,154,112)
#608B65
(96,139,101)
#567C5A
(86,124,90)
#4C6D4F
(76,109,79)
#425E44
(66,94,68)
#384F39
(56,79,57)
#2E402E
(46,64,46)
#243123
(36,49,35)
#1A2218
(26,34,24)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #74A97B

#74A97B
(116,169,123)
#80B087
(128,176,135)
#8CB793
(140,183,147)
#98BE9F
(152,190,159)
#A4C5AB
(164,197,171)
#B0CCB7
(176,204,183)
#BCD3C3
(188,211,195)
#C8DACF
(200,218,207)
#D4E1DB
(212,225,219)
#E0E8E7
(224,232,231)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A97B; }

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

This text font color is #74A97B.


Background Color

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

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

This div background color is #74A97B.


Border color

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

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

This div border color is #74A97B.


Opacity

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

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

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

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

This text has shadow with #74A97B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A97B on black background.


Color preview on white background

This text has color #74A97B on white background.



Black color preview on #74A97B background

This text has black color on #74A97B background.


White color preview on #74A97B background

This text has white color on #74A97B background.