COLOR #75AC6B

HEX: #75AC6B RGB: (117,172,107)

Color info

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

RGB color model

#75AC6B color RGB value is (117,172,107).

RGB: (117,172,107) (46%, 67%, 42%)

RGB channels and saturation

R 117 of 255 = 46%
G 172 of 255 = 67%
B 107 of 255 = 42%

117
172
107

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

Portions of RGB colors in percentages

R + G + B = 117 + 172 + 107 = 396 (100%)
R 117 of 396 ~ 29.55%
G 172 of 396 ~ 43.43%
B 107 of 396 ~ 27.02'%

%29.55
%43.43
%27.02

CMYK color model

#75AC6B color CMYK value is (32,0,38,33).

  • cyan value is 31.98%
  • magenta value is 0.00%
  • yellow value is 37.79%
  • key color value is 32.55%

CMYK: (32,0,38,33)
C32M0Y38K33 (32%, 0%, 38%, 33%)
(0.32 / 0.00 / 0.38 / 0.33)

CMYK percentages

%31.98
%0
%37.79
%32.55

Codes

Color #75AC6B in popluar color models

75 AC 6B
RGB 117 172 107
HSL 111° 28.14% 54.71%
HSB/HSV 111° 37.79% 67.45%
CMYK 31.98% 0.00% 37.79%
32.55%

Color #75AC6B in popluar number systems.

HEX 75 AC 6B
Decimal 117 172 107
Binary 1110101 10101100 1101011
Octal 165 254 153

Shades and tints

Shades of #75AC6B

#75AC6B
(117,172,107)
#6B9D62
(107,157,98)
#618E59
(97,142,89)
#577F50
(87,127,80)
#4D7047
(77,112,71)
#43613E
(67,97,62)
#395235
(57,82,53)
#2F432C
(47,67,44)
#253423
(37,52,35)
#1B251A
(27,37,26)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #75AC6B

#75AC6B
(117,172,107)
#81B378
(129,179,120)
#8DBA85
(141,186,133)
#99C192
(153,193,146)
#A5C89F
(165,200,159)
#B1CFAC
(177,207,172)
#BDD6B9
(189,214,185)
#C9DDC6
(201,221,198)
#D5E4D3
(213,228,211)
#E1EBE0
(225,235,224)
#EDF2ED
(237,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AC6B; }

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

This text font color is #75AC6B.

Background Color

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

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

This div background color is #75AC6B.

Border color

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

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

This div border color is #75AC6B.

Opacity

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

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

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

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

This text has shadow with #75AC6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75AC6B.

Preview

Color preview on black background

This text has color #75AC6B on black background.


Color preview on white background

This text has color #75AC6B on white background.


Black color preview on #75AC6B background

This text has black color on #75AC6B background.


White color preview on #75AC6B background

This text has white color on #75AC6B background.


Related colors

Complementary color

Complementary color for #hex is #8A5394.


I love getcolorcode.com

Triadic colors

1 #6B75AC and #AC6B75 with #75AC6B are triadic colors.

2 #6BAC75 and #AC756B with #75AC6B are triadic colors.