COLOR #74AD6D

HEX: #74AD6D RGB: (116,173,109)

Color info

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

RGB color model

#74AD6D color RGB value is (116,173,109).

RGB: (116,173,109) (45%, 68%, 43%)

RGB channels and saturation

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

116
173
109

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

Portions of RGB colors in percentages

R + G + B = 116 + 173 + 109 = 398 (100%)
R 116 of 398 ~ 29.15%
G 173 of 398 ~ 43.47%
B 109 of 398 ~ 27.39'%

%29.15
%43.47
%27.39

CMYK color model

#74AD6D color CMYK value is (33,0,37,32).

  • cyan value is 32.95%
  • magenta value is 0.00%
  • yellow value is 36.99%
  • key color value is 32.16%

CMYK: (33,0,37,32)
C33M0Y37K32 (33%, 0%, 37%, 32%)
(0.33 / 0.00 / 0.37 / 0.32)

CMYK percentages

%32.95
%0
%36.99
%32.16

Codes

Color #74AD6D in popluar color models

74 AD 6D
RGB 116 173 109
HSL 113° 28.07% 55.29%
HSB/HSV 113° 36.99% 67.84%
CMYK 32.95% 0.00% 36.99%
32.16%

Color #74AD6D in popluar number systems.

HEX 74 AD 6D
Decimal 116 173 109
Binary 1110100 10101101 1101101
Octal 164 255 155

Shades and tints

Shades of #74AD6D

#74AD6D
(116,173,109)
#6A9E64
(106,158,100)
#608F5B
(96,143,91)
#568052
(86,128,82)
#4C7149
(76,113,73)
#426240
(66,98,64)
#385337
(56,83,55)
#2E442E
(46,68,46)
#243525
(36,53,37)
#1A261C
(26,38,28)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #74AD6D

#74AD6D
(116,173,109)
#80B47A
(128,180,122)
#8CBB87
(140,187,135)
#98C294
(152,194,148)
#A4C9A1
(164,201,161)
#B0D0AE
(176,208,174)
#BCD7BB
(188,215,187)
#C8DEC8
(200,222,200)
#D4E5D5
(212,229,213)
#E0ECE2
(224,236,226)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AD6D; }

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

This text font color is #74AD6D.

Background Color

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

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

This div background color is #74AD6D.

Border color

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

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

This div border color is #74AD6D.

Opacity

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

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

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

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

This text has shadow with #74AD6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74AD6D.

Preview

Color preview on black background

This text has color #74AD6D on black background.


Color preview on white background

This text has color #74AD6D on white background.


Black color preview on #74AD6D background

This text has black color on #74AD6D background.


White color preview on #74AD6D background

This text has white color on #74AD6D background.


Related colors

Complementary color

Complementary color for #hex is #8B5292.


I love getcolorcode.com

Triadic colors

1 #6D74AD and #AD6D74 with #74AD6D are triadic colors.

2 #6DAD74 and #AD746D with #74AD6D are triadic colors.