COLOR #74AD75

HEX: #74AD75
RGB: (116,173,117)

Color info

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

RGB color model

#74AD75 color RGB value is (116,173,117).

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

RGB channels and saturation

R 116 of 255 = 45%
G 173 of 255 = 68%
B 117 of 255 = 46%

116
173
117

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

Portions of RGB colors in percentages

R + G + B =
116 + 173 + 117 = 406 (100%)
R 116 of 406 ~ 28.57%
G 173 of 406 ~ 42.61%
B 117 of 406 ~ 28.82%

%28.57
%42.61
%28.82

CMYK color model

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

  • cyan value is 32.95%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 32.16%
CMYK:
(33,0,32,32)
C33M0Y32K32 
(33%,0%,32%,32%)
(0.33/0.00/0.32/0.32)	

CMYK percentages

%32.95
%0
%32.37
%32.16

Codes

Color #74AD75 in popluar color models

74AD75
RGB116173117
HSL121°25.79%56.67%
HSB/HSV121°32.95%67.84%
CMYK32.95%0.00%32.37%
32.16%

Color #74AD75 in popluar number systems.

HEX74AD75
Decimal116173117
Binary1110100101011011110101
Octal164255165

Shades and tints

Shades of #74AD75

#74AD75
(116,173,117)
#6A9E6B
(106,158,107)
#608F61
(96,143,97)
#568057
(86,128,87)
#4C714D
(76,113,77)
#426243
(66,98,67)
#385339
(56,83,57)
#2E442F
(46,68,47)
#243525
(36,53,37)
#1A261B
(26,38,27)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #74AD75

#74AD75
(116,173,117)
#80B481
(128,180,129)
#8CBB8D
(140,187,141)
#98C299
(152,194,153)
#A4C9A5
(164,201,165)
#B0D0B1
(176,208,177)
#BCD7BD
(188,215,189)
#C8DEC9
(200,222,201)
#D4E5D5
(212,229,213)
#E0ECE1
(224,236,225)
#ECF3ED
(236,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AD75; }

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

This text font color is #74AD75.


Background Color

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

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

This div background color is #74AD75.


Border color

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

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

This div border color is #74AD75.


Opacity

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

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

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

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

This text has shadow with #74AD75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AD75 on black background.


Color preview on white background

This text has color #74AD75 on white background.



Black color preview on #74AD75 background

This text has black color on #74AD75 background.


White color preview on #74AD75 background

This text has white color on #74AD75 background.