COLOR #75A954

HEX: #75A954
RGB: (117,169,84)

Color info

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

RGB color model

#75A954 color RGB value is (117,169,84).

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

RGB channels and saturation

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

117
169
84

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

Portions of RGB colors in percentages

R + G + B =
117 + 169 + 84 = 370 (100%)
R 117 of 370 ~ 31.62%
G 169 of 370 ~ 45.68%
B 84 of 370 ~ 22.7%

%31.62
%45.68
%22.7

CMYK color model

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

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 50.30%
  • 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
%50.3
%33.73

Codes

Color #75A954 in popluar color models

75A954
RGB11716984
HSL97°33.60%49.61%
HSB/HSV97°50.30%66.27%
CMYK30.77%0.00%50.30%
33.73%

Color #75A954 in popluar number systems.

HEX75A954
Decimal11716984
Binary1110101101010011010100
Octal165251124

Shades and tints

Shades of #75A954

#75A954
(117,169,84)
#6B9A4D
(107,154,77)
#618B46
(97,139,70)
#577C3F
(87,124,63)
#4D6D38
(77,109,56)
#435E31
(67,94,49)
#394F2A
(57,79,42)
#2F4023
(47,64,35)
#25311C
(37,49,28)
#1B2215
(27,34,21)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #75A954

#75A954
(117,169,84)
#81B063
(129,176,99)
#8DB772
(141,183,114)
#99BE81
(153,190,129)
#A5C590
(165,197,144)
#B1CC9F
(177,204,159)
#BDD3AE
(189,211,174)
#C9DABD
(201,218,189)
#D5E1CC
(213,225,204)
#E1E8DB
(225,232,219)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A954; }

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

This text font color is #75A954.


Background Color

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

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

This div background color is #75A954.


Border color

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

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

This div border color is #75A954.


Opacity

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

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

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

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

This text has shadow with #75A954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A954 on black background.


Color preview on white background

This text has color #75A954 on white background.



Black color preview on #75A954 background

This text has black color on #75A954 background.


White color preview on #75A954 background

This text has white color on #75A954 background.