COLOR #74AD7B

HEX: #74AD7B RGB: (116,173,123)

Color info

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

RGB color model

#74AD7B color RGB value is (116,173,123).

RGB: (116,173,123) (45%, 68%, 48%)

RGB channels and saturation

R 116 of 255 = 45%
G 173 of 255 = 68%
B 123 of 255 = 48%

116
173
123

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

Portions of RGB colors in percentages

R + G + B = 116 + 173 + 123 = 412 (100%)
R 116 of 412 ~ 28.16%
G 173 of 412 ~ 41.99%
B 123 of 412 ~ 29.85'%

%28.16
%41.99
%29.85

CMYK color model

#74AD7B color CMYK value is (33,0,29,32).

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

CMYK: (33,0,29,32)
C33M0Y29K32 (33%, 0%, 29%, 32%)
(0.33 / 0.00 / 0.29 / 0.32)

CMYK percentages

%32.95
%0
%28.9
%32.16

Codes

Color #74AD7B in popluar color models

74 AD 7B
RGB 116 173 123
HSL 127° 25.79% 56.67%
HSB/HSV 127° 32.95% 67.84%
CMYK 32.95% 0.00% 28.90%
32.16%

Color #74AD7B in popluar number systems.

HEX 74 AD 7B
Decimal 116 173 123
Binary 1110100 10101101 1111011
Octal 164 255 173

Shades and tints

Shades of #74AD7B

#74AD7B
(116,173,123)
#6A9E70
(106,158,112)
#608F65
(96,143,101)
#56805A
(86,128,90)
#4C714F
(76,113,79)
#426244
(66,98,68)
#385339
(56,83,57)
#2E442E
(46,68,46)
#243523
(36,53,35)
#1A2618
(26,38,24)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #74AD7B

#74AD7B
(116,173,123)
#80B487
(128,180,135)
#8CBB93
(140,187,147)
#98C29F
(152,194,159)
#A4C9AB
(164,201,171)
#B0D0B7
(176,208,183)
#BCD7C3
(188,215,195)
#C8DECF
(200,222,207)
#D4E5DB
(212,229,219)
#E0ECE7
(224,236,231)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AD7B; }

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

This text font color is #74AD7B.

Background Color

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

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

This div background color is #74AD7B.

Border color

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

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

This div border color is #74AD7B.

Opacity

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

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

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

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

This text has shadow with #74AD7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74AD7B.

Preview

Color preview on black background

This text has color #74AD7B on black background.


Color preview on white background

This text has color #74AD7B on white background.


Black color preview on #74AD7B background

This text has black color on #74AD7B background.


White color preview on #74AD7B background

This text has white color on #74AD7B background.


Related colors

Complementary color

Complementary color for #hex is #8B5284.


I love getcolorcode.com

Triadic colors

1 #7B74AD and #AD7B74 with #74AD7B are triadic colors.

2 #7BAD74 and #AD747B with #74AD7B are triadic colors.