COLOR #75AD6C

HEX: #75AD6C
RGB: (117,173,108)

Color info

#75AD6C contains mainly red and green colors. Web safe color of #75AD6C is #669966 (or #696).

RGB color model

#75AD6C color RGB value is (117,173,108).

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

RGB channels and saturation

R 117 of 255 = 46%
G 173 of 255 = 68%
B 108 of 255 = 42%

117
173
108

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

Portions of RGB colors in percentages

R + G + B =
117 + 173 + 108 = 398 (100%)
R 117 of 398 ~ 29.4%
G 173 of 398 ~ 43.47%
B 108 of 398 ~ 27.14%

%29.4
%43.47
%27.14

CMYK color model

#75AD6C color CMYK value is (32,0,38,32).

  • cyan value is 32.37%
  • magenta value is 0.00%
  • yellow value is 37.57%
  • key color value is 32.16%
CMYK:
(32,0,38,32)
C32M0Y38K32 
(32%,0%,38%,32%)
(0.32/0.00/0.38/0.32)	

CMYK percentages

%32.37
%0
%37.57
%32.16

Codes

Color #75AD6C in popluar color models

75AD6C
RGB117173108
HSL112°28.38%55.10%
HSB/HSV112°37.57%67.84%
CMYK32.37%0.00%37.57%
32.16%

Color #75AD6C in popluar number systems.

HEX75AD6C
Decimal117173108
Binary1110101101011011101100
Octal165255154

Shades and tints

Shades of #75AD6C

#75AD6C
(117,173,108)
#6B9E63
(107,158,99)
#618F5A
(97,143,90)
#578051
(87,128,81)
#4D7148
(77,113,72)
#43623F
(67,98,63)
#395336
(57,83,54)
#2F442D
(47,68,45)
#253524
(37,53,36)
#1B261B
(27,38,27)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #75AD6C

#75AD6C
(117,173,108)
#81B479
(129,180,121)
#8DBB86
(141,187,134)
#99C293
(153,194,147)
#A5C9A0
(165,201,160)
#B1D0AD
(177,208,173)
#BDD7BA
(189,215,186)
#C9DEC7
(201,222,199)
#D5E5D4
(213,229,212)
#E1ECE1
(225,236,225)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AD6C; }

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

This text font color is #75AD6C.


Background Color

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

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

This div background color is #75AD6C.


Border color

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

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

This div border color is #75AD6C.


Opacity

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

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

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

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

This text has shadow with #75AD6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AD6C on black background.


Color preview on white background

This text has color #75AD6C on white background.



Black color preview on #75AD6C background

This text has black color on #75AD6C background.


White color preview on #75AD6C background

This text has white color on #75AD6C background.