COLOR #75A371

HEX: #75A371
RGB: (117,163,113)

Color info

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

RGB color model

#75A371 color RGB value is (117,163,113).

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

RGB channels and saturation

R 117 of 255 = 46%
G 163 of 255 = 64%
B 113 of 255 = 44%

117
163
113

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

Portions of RGB colors in percentages

R + G + B =
117 + 163 + 113 = 393 (100%)
R 117 of 393 ~ 29.77%
G 163 of 393 ~ 41.48%
B 113 of 393 ~ 28.75%

%29.77
%41.48
%28.75

CMYK color model

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

  • cyan value is 28.22%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 36.08%
CMYK:
(28,0,31,36)
C28M0Y31K36 
(28%,0%,31%,36%)
(0.28/0.00/0.31/0.36)	

CMYK percentages

%28.22
%0
%30.67
%36.08

Codes

Color #75A371 in popluar color models

75A371
RGB117163113
HSL115°21.37%54.12%
HSB/HSV115°30.67%63.92%
CMYK28.22%0.00%30.67%
36.08%

Color #75A371 in popluar number systems.

HEX75A371
Decimal117163113
Binary1110101101000111110001
Octal165243161

Shades and tints

Shades of #75A371

#75A371
(117,163,113)
#6B9567
(107,149,103)
#61875D
(97,135,93)
#577953
(87,121,83)
#4D6B49
(77,107,73)
#435D3F
(67,93,63)
#394F35
(57,79,53)
#2F412B
(47,65,43)
#253321
(37,51,33)
#1B2517
(27,37,23)
#11170D
(17,23,13)
#000000
(0,0,0)

Tints of #75A371

#75A371
(117,163,113)
#81AB7D
(129,171,125)
#8DB389
(141,179,137)
#99BB95
(153,187,149)
#A5C3A1
(165,195,161)
#B1CBAD
(177,203,173)
#BDD3B9
(189,211,185)
#C9DBC5
(201,219,197)
#D5E3D1
(213,227,209)
#E1EBDD
(225,235,221)
#EDF3E9
(237,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A371; }

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

This text font color is #75A371.


Background Color

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

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

This div background color is #75A371.


Border color

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

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

This div border color is #75A371.


Opacity

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

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

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

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

This text has shadow with #75A371 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A371 on black background.


Color preview on white background

This text has color #75A371 on white background.



Black color preview on #75A371 background

This text has black color on #75A371 background.


White color preview on #75A371 background

This text has white color on #75A371 background.