COLOR #74AB7A

HEX: #74AB7A RGB: (116,171,122)

Color info

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

RGB color model

#74AB7A color RGB value is (116,171,122).

RGB: (116,171,122) (45%, 67%, 48%)

RGB channels and saturation

R 116 of 255 = 45%
G 171 of 255 = 67%
B 122 of 255 = 48%

116
171
122

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

Portions of RGB colors in percentages

R + G + B = 116 + 171 + 122 = 409 (100%)
R 116 of 409 ~ 28.36%
G 171 of 409 ~ 41.81%
B 122 of 409 ~ 29.83'%

%28.36
%41.81
%29.83

CMYK color model

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

  • cyan value is 32.16%
  • magenta value is 0.00%
  • yellow value is 28.65%
  • key color value is 32.94%

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

CMYK percentages

%32.16
%0
%28.65
%32.94

Codes

Color #74AB7A in popluar color models

74 AB 7A
RGB 116 171 122
HSL 127° 24.66% 56.27%
HSB/HSV 127° 32.16% 67.06%
CMYK 32.16% 0.00% 28.65%
32.94%

Color #74AB7A in popluar number systems.

HEX 74 AB 7A
Decimal 116 171 122
Binary 1110100 10101011 1111010
Octal 164 253 172

Shades and tints

Shades of #74AB7A

#74AB7A
(116,171,122)
#6A9C6F
(106,156,111)
#608D64
(96,141,100)
#567E59
(86,126,89)
#4C6F4E
(76,111,78)
#426043
(66,96,67)
#385138
(56,81,56)
#2E422D
(46,66,45)
#243322
(36,51,34)
#1A2417
(26,36,23)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #74AB7A

#74AB7A
(116,171,122)
#80B286
(128,178,134)
#8CB992
(140,185,146)
#98C09E
(152,192,158)
#A4C7AA
(164,199,170)
#B0CEB6
(176,206,182)
#BCD5C2
(188,213,194)
#C8DCCE
(200,220,206)
#D4E3DA
(212,227,218)
#E0EAE6
(224,234,230)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AB7A color. Also use rgb(116,171,122) instead hex code.

Text Font Color

.myTextColor { color: #74AB7A; }

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

This text font color is #74AB7A.

Background Color

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

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

This div background color is #74AB7A.

Border color

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

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

This div border color is #74AB7A.

Opacity

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

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

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

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

This text has shadow with #74AB7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74AB7A.

Preview

Color preview on black background

This text has color #74AB7A on black background.


Color preview on white background

This text has color #74AB7A on white background.


Black color preview on #74AB7A background

This text has black color on #74AB7A background.


White color preview on #74AB7A background

This text has white color on #74AB7A background.


Related colors

Complementary color

Complementary color for #hex is #8B5485.


I love getcolorcode.com

Triadic colors

1 #7A74AB and #AB7A74 with #74AB7A are triadic colors.

2 #7AAB74 and #AB747A with #74AB7A are triadic colors.