COLOR #74A17A

HEX: #74A17A
RGB: (116,161,122)

Color info

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

RGB color model

#74A17A color RGB value is (116,161,122).

  • red value is 116;
  • green value is 161;
  • blue value is 122.
RGB:
(116,161,122)
(45%,63%,48%)

RGB channels and saturation

R 116 of 255 = 45%
G 161 of 255 = 63%
B 122 of 255 = 48%

116
161
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 161 + 122 = 399 (100%)
R 116 of 399 ~ 29.07%
G 161 of 399 ~ 40.35%
B 122 of 399 ~ 30.58%

%29.07
%40.35
%30.58

CMYK color model

#74A17A color CMYK value is (28,0,24,37).

  • cyan value is 27.95%
  • magenta value is 0.00%
  • yellow value is 24.22%
  • key color value is 36.86%
CMYK:
(28,0,24,37)
C28M0Y24K37 
(28%,0%,24%,37%)
(0.28/0.00/0.24/0.37)	

CMYK percentages

%27.95
%0
%24.22
%36.86

Codes

Color #74A17A in popluar color models

74A17A
RGB116161122
HSL128°19.31%54.31%
HSB/HSV128°27.95%63.14%
CMYK27.95%0.00%24.22%
36.86%

Color #74A17A in popluar number systems.

HEX74A17A
Decimal116161122
Binary1110100101000011111010
Octal164241172

Shades and tints

Shades of #74A17A

#74A17A
(116,161,122)
#6A936F
(106,147,111)
#608564
(96,133,100)
#567759
(86,119,89)
#4C694E
(76,105,78)
#425B43
(66,91,67)
#384D38
(56,77,56)
#2E3F2D
(46,63,45)
#243122
(36,49,34)
#1A2317
(26,35,23)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #74A17A

#74A17A
(116,161,122)
#80A986
(128,169,134)
#8CB192
(140,177,146)
#98B99E
(152,185,158)
#A4C1AA
(164,193,170)
#B0C9B6
(176,201,182)
#BCD1C2
(188,209,194)
#C8D9CE
(200,217,206)
#D4E1DA
(212,225,218)
#E0E9E6
(224,233,230)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A17A color. Also use rgb(116,161,122) instead hex code.

Text Font Color

.myTextColor { color: #74A17A; }

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

This text font color is #74A17A.


Background Color

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

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

This div background color is #74A17A.


Border color

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

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

This div border color is #74A17A.


Opacity

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

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

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

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

This text has shadow with #74A17A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A17A on black background.


Color preview on white background

This text has color #74A17A on white background.



Black color preview on #74A17A background

This text has black color on #74A17A background.


White color preview on #74A17A background

This text has white color on #74A17A background.