COLOR #74A578

HEX: #74A578
RGB: (116,165,120)

Color info

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

RGB color model

#74A578 color RGB value is (116,165,120).

  • red value is 116;
  • green value is 165;
  • blue value is 120.
RGB:
(116,165,120)
(45%,65%,47%)

RGB channels and saturation

R 116 of 255 = 45%
G 165 of 255 = 65%
B 120 of 255 = 47%

116
165
120

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

Portions of RGB colors in percentages

R + G + B =
116 + 165 + 120 = 401 (100%)
R 116 of 401 ~ 28.93%
G 165 of 401 ~ 41.15%
B 120 of 401 ~ 29.93%

%28.93
%41.15
%29.93

CMYK color model

#74A578 color CMYK value is (30,0,27,35).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 35.29%
CMYK:
(30,0,27,35)
C30M0Y27K35 
(30%,0%,27%,35%)
(0.30/0.00/0.27/0.35)	

CMYK percentages

%29.7
%0
%27.27
%35.29

Codes

Color #74A578 in popluar color models

74A578
RGB116165120
HSL125°21.40%55.10%
HSB/HSV125°29.70%64.71%
CMYK29.70%0.00%27.27%
35.29%

Color #74A578 in popluar number systems.

HEX74A578
Decimal116165120
Binary1110100101001011111000
Octal164245170

Shades and tints

Shades of #74A578

#74A578
(116,165,120)
#6A966E
(106,150,110)
#608764
(96,135,100)
#56785A
(86,120,90)
#4C6950
(76,105,80)
#425A46
(66,90,70)
#384B3C
(56,75,60)
#2E3C32
(46,60,50)
#242D28
(36,45,40)
#1A1E1E
(26,30,30)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #74A578

#74A578
(116,165,120)
#80AD84
(128,173,132)
#8CB590
(140,181,144)
#98BD9C
(152,189,156)
#A4C5A8
(164,197,168)
#B0CDB4
(176,205,180)
#BCD5C0
(188,213,192)
#C8DDCC
(200,221,204)
#D4E5D8
(212,229,216)
#E0EDE4
(224,237,228)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A578 color. Also use rgb(116,165,120) instead hex code.

Text Font Color

.myTextColor { color: #74A578; }

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

This text font color is #74A578.


Background Color

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

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

This div background color is #74A578.


Border color

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

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

This div border color is #74A578.


Opacity

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

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

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

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

This text has shadow with #74A578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A578 on black background.


Color preview on white background

This text has color #74A578 on white background.



Black color preview on #74A578 background

This text has black color on #74A578 background.


White color preview on #74A578 background

This text has white color on #74A578 background.