COLOR #75AC60

HEX: #75AC60 RGB: (117,172,96)

Color info

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

RGB color model

#75AC60 color RGB value is (117,172,96).

RGB: (117,172,96) (46%, 67%, 38%)

RGB channels and saturation

R 117 of 255 = 46%
G 172 of 255 = 67%
B 96 of 255 = 38%

117
172
96

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

Portions of RGB colors in percentages

R + G + B = 117 + 172 + 96 = 385 (100%)
R 117 of 385 ~ 30.39%
G 172 of 385 ~ 44.68%
B 96 of 385 ~ 24.94'%

%30.39
%44.68
%24.94

CMYK color model

#75AC60 color CMYK value is (32,0,44,33).

  • cyan value is 31.98%
  • magenta value is 0.00%
  • yellow value is 44.19%
  • key color value is 32.55%
CMYK: (32,0,44,33) C32M0Y44K33 (32%,0%,44%,33%) (0.32/0.00/0.44/0.33) 

CMYK percentages

%31.98
%0
%44.19
%32.55

Codes

Color #75AC60 in popluar color models

75 AC 60
RGB 117 172 96
HSL 103° 31.40% 52.55%
HSB/HSV 103° 44.19% 67.45%
CMYK 31.98% 0.00% 44.19%
32.55%

Color #75AC60 in popluar number systems.

HEX 75 AC 60
Decimal 117 172 96
Binary 1110101 10101100 1100000
Octal 165 254 140

Shades and tints

Shades of #75AC60

#75AC60
(117,172,96)
#6B9D58
(107,157,88)
#618E50
(97,142,80)
#577F48
(87,127,72)
#4D7040
(77,112,64)
#436138
(67,97,56)
#395230
(57,82,48)
#2F4328
(47,67,40)
#253420
(37,52,32)
#1B2518
(27,37,24)
#111610
(17,22,16)
#000000
(0,0,0)

Tints of #75AC60

#75AC60
(117,172,96)
#81B36E
(129,179,110)
#8DBA7C
(141,186,124)
#99C18A
(153,193,138)
#A5C898
(165,200,152)
#B1CFA6
(177,207,166)
#BDD6B4
(189,214,180)
#C9DDC2
(201,221,194)
#D5E4D0
(213,228,208)
#E1EBDE
(225,235,222)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AC60; }

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

This text font color is #75AC60.

Background Color

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

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

This div background color is #75AC60.

Border color

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

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

This div border color is #75AC60.

Opacity

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

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

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

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

This text has shadow with #75AC60 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75AC60.

Preview

Color preview on black background

This text has color #75AC60 on black background.


Color preview on white background

This text has color #75AC60 on white background.


Black color preview on #75AC60 background

This text has black color on #75AC60 background.


White color preview on #75AC60 background

This text has white color on #75AC60 background.


Related colors

Complementary color

Complementary color for #hex is #8A539F.


I love getcolorcode.com

Triadic colors

1 #6075AC and #AC6075 with #75AC60 are triadic colors.

2 #60AC75 and #AC7560 with #75AC60 are triadic colors.