COLOR #75A955

HEX: #75A955
RGB: (117,169,85)

Color info

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

RGB color model

#75A955 color RGB value is (117,169,85).

  • red value is 117;
  • green value is 169;
  • blue value is 85.
RGB:
(117,169,85)
(46%,66%,33%)

RGB channels and saturation

R 117 of 255 = 46%
G 169 of 255 = 66%
B 85 of 255 = 33%

117
169
85

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

Portions of RGB colors in percentages

R + G + B =
117 + 169 + 85 = 371 (100%)
R 117 of 371 ~ 31.54%
G 169 of 371 ~ 45.55%
B 85 of 371 ~ 22.91%

%31.54
%45.55
%22.91

CMYK color model

#75A955 color CMYK value is (31,0,50,34).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 49.70%
  • key color value is 33.73%
CMYK:
(31,0,50,34)
C31M0Y50K34 
(31%,0%,50%,34%)
(0.31/0.00/0.50/0.34)	

CMYK percentages

%30.77
%0
%49.7
%33.73

Codes

Color #75A955 in popluar color models

75A955
RGB11716985
HSL97°33.07%49.80%
HSB/HSV97°49.70%66.27%
CMYK30.77%0.00%49.70%
33.73%

Color #75A955 in popluar number systems.

HEX75A955
Decimal11716985
Binary1110101101010011010101
Octal165251125

Shades and tints

Shades of #75A955

#75A955
(117,169,85)
#6B9A4E
(107,154,78)
#618B47
(97,139,71)
#577C40
(87,124,64)
#4D6D39
(77,109,57)
#435E32
(67,94,50)
#394F2B
(57,79,43)
#2F4024
(47,64,36)
#25311D
(37,49,29)
#1B2216
(27,34,22)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #75A955

#75A955
(117,169,85)
#81B064
(129,176,100)
#8DB773
(141,183,115)
#99BE82
(153,190,130)
#A5C591
(165,197,145)
#B1CCA0
(177,204,160)
#BDD3AF
(189,211,175)
#C9DABE
(201,218,190)
#D5E1CD
(213,225,205)
#E1E8DC
(225,232,220)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A955 color. Also use rgb(117,169,85) instead hex code.

Text Font Color

.myTextColor { color: #75A955; }

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

This text font color is #75A955.


Background Color

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

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

This div background color is #75A955.


Border color

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

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

This div border color is #75A955.


Opacity

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

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

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

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

This text has shadow with #75A955 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A955 on black background.


Color preview on white background

This text has color #75A955 on white background.



Black color preview on #75A955 background

This text has black color on #75A955 background.


White color preview on #75A955 background

This text has white color on #75A955 background.