COLOR #74AD67

HEX: #74AD67 RGB: (116,173,103)

Color info

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

RGB color model

#74AD67 color RGB value is (116,173,103).

RGB: (116,173,103) (45%, 68%, 40%)

RGB channels and saturation

R 116 of 255 = 45%
G 173 of 255 = 68%
B 103 of 255 = 40%

116
173
103

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

Portions of RGB colors in percentages

R + G + B = 116 + 173 + 103 = 392 (100%)
R 116 of 392 ~ 29.59%
G 173 of 392 ~ 44.13%
B 103 of 392 ~ 26.28'%

%29.59
%44.13
%26.28

CMYK color model

#74AD67 color CMYK value is (33,0,40,32).

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

CMYK: (33,0,40,32)
C33M0Y40K32 (33%, 0%, 40%, 32%)
(0.33 / 0.00 / 0.40 / 0.32)

CMYK percentages

%32.95
%0
%40.46
%32.16

Codes

Color #74AD67 in popluar color models

74 AD 67
RGB 116 173 103
HSL 109° 29.91% 54.12%
HSB/HSV 109° 40.46% 67.84%
CMYK 32.95% 0.00% 40.46%
32.16%

Color #74AD67 in popluar number systems.

HEX 74 AD 67
Decimal 116 173 103
Binary 1110100 10101101 1100111
Octal 164 255 147

Shades and tints

Shades of #74AD67

#74AD67
(116,173,103)
#6A9E5E
(106,158,94)
#608F55
(96,143,85)
#56804C
(86,128,76)
#4C7143
(76,113,67)
#42623A
(66,98,58)
#385331
(56,83,49)
#2E4428
(46,68,40)
#24351F
(36,53,31)
#1A2616
(26,38,22)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #74AD67

#74AD67
(116,173,103)
#80B474
(128,180,116)
#8CBB81
(140,187,129)
#98C28E
(152,194,142)
#A4C99B
(164,201,155)
#B0D0A8
(176,208,168)
#BCD7B5
(188,215,181)
#C8DEC2
(200,222,194)
#D4E5CF
(212,229,207)
#E0ECDC
(224,236,220)
#ECF3E9
(236,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AD67; }

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

This text font color is #74AD67.

Background Color

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

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

This div background color is #74AD67.

Border color

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

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

This div border color is #74AD67.

Opacity

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

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

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

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

This text has shadow with #74AD67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74AD67.

Preview

Color preview on black background

This text has color #74AD67 on black background.


Color preview on white background

This text has color #74AD67 on white background.


Black color preview on #74AD67 background

This text has black color on #74AD67 background.


White color preview on #74AD67 background

This text has white color on #74AD67 background.


Related colors

Complementary color

Complementary color for #hex is #8B5298.


I love getcolorcode.com

Triadic colors

1 #6774AD and #AD6774 with #74AD67 are triadic colors.

2 #67AD74 and #AD7467 with #74AD67 are triadic colors.