COLOR #75AC54

HEX: #75AC54
RGB: (117,172,84)

Color info

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

RGB color model

#75AC54 color RGB value is (117,172,84).

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

RGB channels and saturation

R 117 of 255 = 46%
G 172 of 255 = 67%
B 84 of 255 = 33%

117
172
84

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

Portions of RGB colors in percentages

R + G + B =
117 + 172 + 84 = 373 (100%)
R 117 of 373 ~ 31.37%
G 172 of 373 ~ 46.11%
B 84 of 373 ~ 22.52%

%31.37
%46.11
%22.52

CMYK color model

#75AC54 color CMYK value is (32,0,51,33).

  • cyan value is 31.98%
  • magenta value is 0.00%
  • yellow value is 51.16%
  • key color value is 32.55%
CMYK:
(32,0,51,33)
C32M0Y51K33 
(32%,0%,51%,33%)
(0.32/0.00/0.51/0.33)	

CMYK percentages

%31.98
%0
%51.16
%32.55

Codes

Color #75AC54 in popluar color models

75AC54
RGB11717284
HSL98°34.65%50.20%
HSB/HSV98°51.16%67.45%
CMYK31.98%0.00%51.16%
32.55%

Color #75AC54 in popluar number systems.

HEX75AC54
Decimal11717284
Binary1110101101011001010100
Octal165254124

Shades and tints

Shades of #75AC54

#75AC54
(117,172,84)
#6B9D4D
(107,157,77)
#618E46
(97,142,70)
#577F3F
(87,127,63)
#4D7038
(77,112,56)
#436131
(67,97,49)
#39522A
(57,82,42)
#2F4323
(47,67,35)
#25341C
(37,52,28)
#1B2515
(27,37,21)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #75AC54

#75AC54
(117,172,84)
#81B363
(129,179,99)
#8DBA72
(141,186,114)
#99C181
(153,193,129)
#A5C890
(165,200,144)
#B1CF9F
(177,207,159)
#BDD6AE
(189,214,174)
#C9DDBD
(201,221,189)
#D5E4CC
(213,228,204)
#E1EBDB
(225,235,219)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AC54; }

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

This text font color is #75AC54.


Background Color

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

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

This div background color is #75AC54.


Border color

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

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

This div border color is #75AC54.


Opacity

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

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

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

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

This text has shadow with #75AC54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AC54 on black background.


Color preview on white background

This text has color #75AC54 on white background.



Black color preview on #75AC54 background

This text has black color on #75AC54 background.


White color preview on #75AC54 background

This text has white color on #75AC54 background.