COLOR #74A668

HEX: #74A668
RGB: (116,166,104)

Color info

#74A668 contains mainly red and green colors. Web safe color of #74A668 is #669966 (or #696).

RGB color model

#74A668 color RGB value is (116,166,104).

  • red value is 116;
  • green value is 166;
  • blue value is 104.
RGB:
(116,166,104)
(45%,65%,41%)

RGB channels and saturation

R 116 of 255 = 45%
G 166 of 255 = 65%
B 104 of 255 = 41%

116
166
104

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

Portions of RGB colors in percentages

R + G + B =
116 + 166 + 104 = 386 (100%)
R 116 of 386 ~ 30.05%
G 166 of 386 ~ 43.01%
B 104 of 386 ~ 26.94%

%30.05
%43.01
%26.94

CMYK color model

#74A668 color CMYK value is (30,0,37,35).

  • cyan value is 30.12%
  • magenta value is 0.00%
  • yellow value is 37.35%
  • key color value is 34.90%
CMYK:
(30,0,37,35)
C30M0Y37K35 
(30%,0%,37%,35%)
(0.30/0.00/0.37/0.35)	

CMYK percentages

%30.12
%0
%37.35
%34.9

Codes

Color #74A668 in popluar color models

74A668
RGB116166104
HSL108°25.83%52.94%
HSB/HSV108°37.35%65.10%
CMYK30.12%0.00%37.35%
34.90%

Color #74A668 in popluar number systems.

HEX74A668
Decimal116166104
Binary1110100101001101101000
Octal164246150

Shades and tints

Shades of #74A668

#74A668
(116,166,104)
#6A975F
(106,151,95)
#608856
(96,136,86)
#56794D
(86,121,77)
#4C6A44
(76,106,68)
#425B3B
(66,91,59)
#384C32
(56,76,50)
#2E3D29
(46,61,41)
#242E20
(36,46,32)
#1A1F17
(26,31,23)
#10100E
(16,16,14)
#000000
(0,0,0)

Tints of #74A668

#74A668
(116,166,104)
#80AE75
(128,174,117)
#8CB682
(140,182,130)
#98BE8F
(152,190,143)
#A4C69C
(164,198,156)
#B0CEA9
(176,206,169)
#BCD6B6
(188,214,182)
#C8DEC3
(200,222,195)
#D4E6D0
(212,230,208)
#E0EEDD
(224,238,221)
#ECF6EA
(236,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A668; }

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

This text font color is #74A668.


Background Color

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

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

This div background color is #74A668.


Border color

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

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

This div border color is #74A668.


Opacity

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

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

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

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

This text has shadow with #74A668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A668 on black background.


Color preview on white background

This text has color #74A668 on white background.



Black color preview on #74A668 background

This text has black color on #74A668 background.


White color preview on #74A668 background

This text has white color on #74A668 background.