COLOR #75A376

HEX: #75A376
RGB: (117,163,118)

Color info

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

RGB color model

#75A376 color RGB value is (117,163,118).

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

RGB channels and saturation

R 117 of 255 = 46%
G 163 of 255 = 64%
B 118 of 255 = 46%

117
163
118

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

Portions of RGB colors in percentages

R + G + B =
117 + 163 + 118 = 398 (100%)
R 117 of 398 ~ 29.4%
G 163 of 398 ~ 40.95%
B 118 of 398 ~ 29.65%

%29.4
%40.95
%29.65

CMYK color model

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

  • cyan value is 28.22%
  • magenta value is 0.00%
  • yellow value is 27.61%
  • key color value is 36.08%
CMYK:
(28,0,28,36)
C28M0Y28K36 
(28%,0%,28%,36%)
(0.28/0.00/0.28/0.36)	

CMYK percentages

%28.22
%0
%27.61
%36.08

Codes

Color #75A376 in popluar color models

75A376
RGB117163118
HSL121°20.00%54.90%
HSB/HSV121°28.22%63.92%
CMYK28.22%0.00%27.61%
36.08%

Color #75A376 in popluar number systems.

HEX75A376
Decimal117163118
Binary1110101101000111110110
Octal165243166

Shades and tints

Shades of #75A376

#75A376
(117,163,118)
#6B956C
(107,149,108)
#618762
(97,135,98)
#577958
(87,121,88)
#4D6B4E
(77,107,78)
#435D44
(67,93,68)
#394F3A
(57,79,58)
#2F4130
(47,65,48)
#253326
(37,51,38)
#1B251C
(27,37,28)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #75A376

#75A376
(117,163,118)
#81AB82
(129,171,130)
#8DB38E
(141,179,142)
#99BB9A
(153,187,154)
#A5C3A6
(165,195,166)
#B1CBB2
(177,203,178)
#BDD3BE
(189,211,190)
#C9DBCA
(201,219,202)
#D5E3D6
(213,227,214)
#E1EBE2
(225,235,226)
#EDF3EE
(237,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A376; }

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

This text font color is #75A376.


Background Color

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

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

This div background color is #75A376.


Border color

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

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

This div border color is #75A376.


Opacity

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

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

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

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

This text has shadow with #75A376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A376 on black background.


Color preview on white background

This text has color #75A376 on white background.



Black color preview on #75A376 background

This text has black color on #75A376 background.


White color preview on #75A376 background

This text has white color on #75A376 background.