COLOR #75A36C

HEX: #75A36C
RGB: (117,163,108)

Color info

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

RGB color model

#75A36C color RGB value is (117,163,108).

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

RGB channels and saturation

R 117 of 255 = 46%
G 163 of 255 = 64%
B 108 of 255 = 42%

117
163
108

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

Portions of RGB colors in percentages

R + G + B =
117 + 163 + 108 = 388 (100%)
R 117 of 388 ~ 30.15%
G 163 of 388 ~ 42.01%
B 108 of 388 ~ 27.84%

%30.15
%42.01
%27.84

CMYK color model

#75A36C color CMYK value is (28,0,34,36).

  • cyan value is 28.22%
  • magenta value is 0.00%
  • yellow value is 33.74%
  • key color value is 36.08%
CMYK:
(28,0,34,36)
C28M0Y34K36 
(28%,0%,34%,36%)
(0.28/0.00/0.34/0.36)	

CMYK percentages

%28.22
%0
%33.74
%36.08

Codes

Color #75A36C in popluar color models

75A36C
RGB117163108
HSL110°23.01%53.14%
HSB/HSV110°33.74%63.92%
CMYK28.22%0.00%33.74%
36.08%

Color #75A36C in popluar number systems.

HEX75A36C
Decimal117163108
Binary1110101101000111101100
Octal165243154

Shades and tints

Shades of #75A36C

#75A36C
(117,163,108)
#6B9563
(107,149,99)
#61875A
(97,135,90)
#577951
(87,121,81)
#4D6B48
(77,107,72)
#435D3F
(67,93,63)
#394F36
(57,79,54)
#2F412D
(47,65,45)
#253324
(37,51,36)
#1B251B
(27,37,27)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #75A36C

#75A36C
(117,163,108)
#81AB79
(129,171,121)
#8DB386
(141,179,134)
#99BB93
(153,187,147)
#A5C3A0
(165,195,160)
#B1CBAD
(177,203,173)
#BDD3BA
(189,211,186)
#C9DBC7
(201,219,199)
#D5E3D4
(213,227,212)
#E1EBE1
(225,235,225)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A36C; }

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

This text font color is #75A36C.


Background Color

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

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

This div background color is #75A36C.


Border color

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

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

This div border color is #75A36C.


Opacity

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

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

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

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

This text has shadow with #75A36C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A36C on black background.


Color preview on white background

This text has color #75A36C on white background.



Black color preview on #75A36C background

This text has black color on #75A36C background.


White color preview on #75A36C background

This text has white color on #75A36C background.