COLOR #74AD6E

HEX: #74AD6E
RGB: (116,173,110)

Color info

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

RGB color model

#74AD6E color RGB value is (116,173,110).

  • red value is 116;
  • green value is 173;
  • blue value is 110.
RGB:
(116,173,110)
(45%,68%,43%)

RGB channels and saturation

R 116 of 255 = 45%
G 173 of 255 = 68%
B 110 of 255 = 43%

116
173
110

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

Portions of RGB colors in percentages

R + G + B =
116 + 173 + 110 = 399 (100%)
R 116 of 399 ~ 29.07%
G 173 of 399 ~ 43.36%
B 110 of 399 ~ 27.57%

%29.07
%43.36
%27.57

CMYK color model

#74AD6E color CMYK value is (33,0,36,32).

  • cyan value is 32.95%
  • magenta value is 0.00%
  • yellow value is 36.42%
  • key color value is 32.16%
CMYK:
(33,0,36,32)
C33M0Y36K32 
(33%,0%,36%,32%)
(0.33/0.00/0.36/0.32)	

CMYK percentages

%32.95
%0
%36.42
%32.16

Codes

Color #74AD6E in popluar color models

74AD6E
RGB116173110
HSL114°27.75%55.49%
HSB/HSV114°36.42%67.84%
CMYK32.95%0.00%36.42%
32.16%

Color #74AD6E in popluar number systems.

HEX74AD6E
Decimal116173110
Binary1110100101011011101110
Octal164255156

Shades and tints

Shades of #74AD6E

#74AD6E
(116,173,110)
#6A9E64
(106,158,100)
#608F5A
(96,143,90)
#568050
(86,128,80)
#4C7146
(76,113,70)
#42623C
(66,98,60)
#385332
(56,83,50)
#2E4428
(46,68,40)
#24351E
(36,53,30)
#1A2614
(26,38,20)
#10170A
(16,23,10)
#000000
(0,0,0)

Tints of #74AD6E

#74AD6E
(116,173,110)
#80B47B
(128,180,123)
#8CBB88
(140,187,136)
#98C295
(152,194,149)
#A4C9A2
(164,201,162)
#B0D0AF
(176,208,175)
#BCD7BC
(188,215,188)
#C8DEC9
(200,222,201)
#D4E5D6
(212,229,214)
#E0ECE3
(224,236,227)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AD6E color. Also use rgb(116,173,110) instead hex code.

Text Font Color

.myTextColor { color: #74AD6E; }

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

This text font color is #74AD6E.


Background Color

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

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

This div background color is #74AD6E.


Border color

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

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

This div border color is #74AD6E.


Opacity

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

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

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

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

This text has shadow with #74AD6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AD6E on black background.


Color preview on white background

This text has color #74AD6E on white background.



Black color preview on #74AD6E background

This text has black color on #74AD6E background.


White color preview on #74AD6E background

This text has white color on #74AD6E background.