COLOR #74AD7A

HEX: #74AD7A
RGB: (116,173,122)

Color info

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

RGB color model

#74AD7A color RGB value is (116,173,122).

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

RGB channels and saturation

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

116
173
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 173 + 122 = 411 (100%)
R 116 of 411 ~ 28.22%
G 173 of 411 ~ 42.09%
B 122 of 411 ~ 29.68%

%28.22
%42.09
%29.68

CMYK color model

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

  • cyan value is 32.95%
  • magenta value is 0.00%
  • yellow value is 29.48%
  • 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
%29.48
%32.16

Codes

Color #74AD7A in popluar color models

74AD7A
RGB116173122
HSL126°25.79%56.67%
HSB/HSV126°32.95%67.84%
CMYK32.95%0.00%29.48%
32.16%

Color #74AD7A in popluar number systems.

HEX74AD7A
Decimal116173122
Binary1110100101011011111010
Octal164255172

Shades and tints

Shades of #74AD7A

#74AD7A
(116,173,122)
#6A9E6F
(106,158,111)
#608F64
(96,143,100)
#568059
(86,128,89)
#4C714E
(76,113,78)
#426243
(66,98,67)
#385338
(56,83,56)
#2E442D
(46,68,45)
#243522
(36,53,34)
#1A2617
(26,38,23)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #74AD7A

#74AD7A
(116,173,122)
#80B486
(128,180,134)
#8CBB92
(140,187,146)
#98C29E
(152,194,158)
#A4C9AA
(164,201,170)
#B0D0B6
(176,208,182)
#BCD7C2
(188,215,194)
#C8DECE
(200,222,206)
#D4E5DA
(212,229,218)
#E0ECE6
(224,236,230)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AD7A; }

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

This text font color is #74AD7A.


Background Color

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

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

This div background color is #74AD7A.


Border color

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

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

This div border color is #74AD7A.


Opacity

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

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

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

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

This text has shadow with #74AD7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AD7A on black background.


Color preview on white background

This text has color #74AD7A on white background.



Black color preview on #74AD7A background

This text has black color on #74AD7A background.


White color preview on #74AD7A background

This text has white color on #74AD7A background.