COLOR #75AD73

HEX: #75AD73
RGB: (117,173,115)

Color info

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

RGB color model

#75AD73 color RGB value is (117,173,115).

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

RGB channels and saturation

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

117
173
115

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

Portions of RGB colors in percentages

R + G + B =
117 + 173 + 115 = 405 (100%)
R 117 of 405 ~ 28.89%
G 173 of 405 ~ 42.72%
B 115 of 405 ~ 28.4%

%28.89
%42.72
%28.4

CMYK color model

#75AD73 color CMYK value is (32,0,34,32).

  • cyan value is 32.37%
  • magenta value is 0.00%
  • yellow value is 33.53%
  • key color value is 32.16%
CMYK:
(32,0,34,32)
C32M0Y34K32 
(32%,0%,34%,32%)
(0.32/0.00/0.34/0.32)	

CMYK percentages

%32.37
%0
%33.53
%32.16

Codes

Color #75AD73 in popluar color models

75AD73
RGB117173115
HSL118°26.13%56.47%
HSB/HSV118°33.53%67.84%
CMYK32.37%0.00%33.53%
32.16%

Color #75AD73 in popluar number systems.

HEX75AD73
Decimal117173115
Binary1110101101011011110011
Octal165255163

Shades and tints

Shades of #75AD73

#75AD73
(117,173,115)
#6B9E69
(107,158,105)
#618F5F
(97,143,95)
#578055
(87,128,85)
#4D714B
(77,113,75)
#436241
(67,98,65)
#395337
(57,83,55)
#2F442D
(47,68,45)
#253523
(37,53,35)
#1B2619
(27,38,25)
#11170F
(17,23,15)
#000000
(0,0,0)

Tints of #75AD73

#75AD73
(117,173,115)
#81B47F
(129,180,127)
#8DBB8B
(141,187,139)
#99C297
(153,194,151)
#A5C9A3
(165,201,163)
#B1D0AF
(177,208,175)
#BDD7BB
(189,215,187)
#C9DEC7
(201,222,199)
#D5E5D3
(213,229,211)
#E1ECDF
(225,236,223)
#EDF3EB
(237,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AD73 color. Also use rgb(117,173,115) instead hex code.

Text Font Color

.myTextColor { color: #75AD73; }

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

This text font color is #75AD73.


Background Color

.myBgColor { background-color: #75AD73; }

<div style="background-color:#75AD73">Inner text</div>

This div background color is #75AD73.


Border color

.myBorderColor { border: 1px solid #75AD73; }

<div style="border:3px solid #75AD73">Div</div>

This div border color is #75AD73.


Opacity

.myOpacity80 { color: #75AD73; opacity: 0.8; }

<p style="color:#75AD73;opacity:0.8;">80%</p>

Text with #75AD73 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 #75AD73;}

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

This text has shadow with #75AD73 color.

.textShadow {text-shadow: 3px 3px 1px #75AD73, 3px 3px 1px red;}

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

This text has shadow with #75AD73 primary color and red secondary color.


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

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

This text has shadow with #75AD73 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AD73 on black background.


Color preview on white background

This text has color #75AD73 on white background.



Black color preview on #75AD73 background

This text has black color on #75AD73 background.


White color preview on #75AD73 background

This text has white color on #75AD73 background.