COLOR #75AB79

HEX: #75AB79 RGB: (117,171,121)

Color info

#75AB79 contains red, green and blue colors in about the same proportion. Web safe color of #75AB79 is #669966 (or #696).

RGB color model

#75AB79 color RGB value is (117,171,121).

RGB: (117,171,121) (46%, 67%, 47%)

RGB channels and saturation

R 117 of 255 = 46%
G 171 of 255 = 67%
B 121 of 255 = 47%

117
171
121

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

Portions of RGB colors in percentages

R + G + B = 117 + 171 + 121 = 409 (100%)
R 117 of 409 ~ 28.61%
G 171 of 409 ~ 41.81%
B 121 of 409 ~ 29.58'%

%28.61
%41.81
%29.58

CMYK color model

#75AB79 color CMYK value is (32,0,29,33).

  • cyan value is 31.58%
  • magenta value is 0.00%
  • yellow value is 29.24%
  • key color value is 32.94%

CMYK: (32,0,29,33)
C32M0Y29K33 (32%, 0%, 29%, 33%)
(0.32 / 0.00 / 0.29 / 0.33)

CMYK percentages

%31.58
%0
%29.24
%32.94

Codes

Color #75AB79 in popluar color models

75 AB 79
RGB 117 171 121
HSL 124° 24.32% 56.47%
HSB/HSV 124° 31.58% 67.06%
CMYK 31.58% 0.00% 29.24%
32.94%

Color #75AB79 in popluar number systems.

HEX 75 AB 79
Decimal 117 171 121
Binary 1110101 10101011 1111001
Octal 165 253 171

Shades and tints

Shades of #75AB79

#75AB79
(117,171,121)
#6B9C6E
(107,156,110)
#618D63
(97,141,99)
#577E58
(87,126,88)
#4D6F4D
(77,111,77)
#436042
(67,96,66)
#395137
(57,81,55)
#2F422C
(47,66,44)
#253321
(37,51,33)
#1B2416
(27,36,22)
#11150B
(17,21,11)
#000000
(0,0,0)

Tints of #75AB79

#75AB79
(117,171,121)
#81B285
(129,178,133)
#8DB991
(141,185,145)
#99C09D
(153,192,157)
#A5C7A9
(165,199,169)
#B1CEB5
(177,206,181)
#BDD5C1
(189,213,193)
#C9DCCD
(201,220,205)
#D5E3D9
(213,227,217)
#E1EAE5
(225,234,229)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AB79; }

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

This text font color is #75AB79.

Background Color

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

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

This div background color is #75AB79.

Border color

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

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

This div border color is #75AB79.

Opacity

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

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

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

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

This text has shadow with #75AB79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75AB79.

Preview

Color preview on black background

This text has color #75AB79 on black background.


Color preview on white background

This text has color #75AB79 on white background.


Black color preview on #75AB79 background

This text has black color on #75AB79 background.


White color preview on #75AB79 background

This text has white color on #75AB79 background.


Related colors

Complementary color

Complementary color for #hex is #8A5486.


I love getcolorcode.com

Triadic colors

1 #7975AB and #AB7975 with #75AB79 are triadic colors.

2 #79AB75 and #AB7579 with #75AB79 are triadic colors.