COLOR #75AB56

HEX: #75AB56
RGB: (117,171,86)

Color info

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

RGB color model

#75AB56 color RGB value is (117,171,86).

  • red value is 117;
  • green value is 171;
  • blue value is 86.
RGB:
(117,171,86)
(46%,67%,34%)

RGB channels and saturation

R 117 of 255 = 46%
G 171 of 255 = 67%
B 86 of 255 = 34%

117
171
86

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

Portions of RGB colors in percentages

R + G + B =
117 + 171 + 86 = 374 (100%)
R 117 of 374 ~ 31.28%
G 171 of 374 ~ 45.72%
B 86 of 374 ~ 22.99%

%31.28
%45.72
%22.99

CMYK color model

#75AB56 color CMYK value is (32,0,50,33).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 49.71%
  • key color value is 32.94%
CMYK:
(32,0,50,33)
C32M0Y50K33 
(32%,0%,50%,33%)
(0.32/0.00/0.50/0.33)	

CMYK percentages

%31.58
%0
%49.71
%32.94

Codes

Color #75AB56 in popluar color models

75AB56
RGB11717186
HSL98°33.60%50.39%
HSB/HSV98°49.71%67.06%
CMYK31.58%0.00%49.71%
32.94%

Color #75AB56 in popluar number systems.

HEX75AB56
Decimal11717186
Binary1110101101010111010110
Octal165253126

Shades and tints

Shades of #75AB56

#75AB56
(117,171,86)
#6B9C4F
(107,156,79)
#618D48
(97,141,72)
#577E41
(87,126,65)
#4D6F3A
(77,111,58)
#436033
(67,96,51)
#39512C
(57,81,44)
#2F4225
(47,66,37)
#25331E
(37,51,30)
#1B2417
(27,36,23)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #75AB56

#75AB56
(117,171,86)
#81B265
(129,178,101)
#8DB974
(141,185,116)
#99C083
(153,192,131)
#A5C792
(165,199,146)
#B1CEA1
(177,206,161)
#BDD5B0
(189,213,176)
#C9DCBF
(201,220,191)
#D5E3CE
(213,227,206)
#E1EADD
(225,234,221)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AB56 color. Also use rgb(117,171,86) instead hex code.

Text Font Color

.myTextColor { color: #75AB56; }

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

This text font color is #75AB56.


Background Color

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

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

This div background color is #75AB56.


Border color

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

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

This div border color is #75AB56.


Opacity

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

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

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

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

This text has shadow with #75AB56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AB56 on black background.


Color preview on white background

This text has color #75AB56 on white background.



Black color preview on #75AB56 background

This text has black color on #75AB56 background.


White color preview on #75AB56 background

This text has white color on #75AB56 background.