COLOR #75AE78

HEX: #75AE78 RGB: (117,174,120)

Color info

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

RGB color model

#75AE78 color RGB value is (117,174,120).

RGB: (117,174,120) (46%, 68%, 47%)

RGB channels and saturation

R 117 of 255 = 46%
G 174 of 255 = 68%
B 120 of 255 = 47%

117
174
120

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

Portions of RGB colors in percentages

R + G + B = 117 + 174 + 120 = 411 (100%)
R 117 of 411 ~ 28.47%
G 174 of 411 ~ 42.34%
B 120 of 411 ~ 29.2'%

%28.47
%42.34
%29.2

CMYK color model

#75AE78 color CMYK value is (33,0,31,32).

  • cyan value is 32.76%
  • magenta value is 0.00%
  • yellow value is 31.03%
  • key color value is 31.76%

CMYK: (33,0,31,32)
C33M0Y31K32 (33%, 0%, 31%, 32%)
(0.33 / 0.00 / 0.31 / 0.32)

CMYK percentages

%32.76
%0
%31.03
%31.76

Codes

Color #75AE78 in popluar color models

75 AE 78
RGB 117 174 120
HSL 123° 26.03% 57.06%
HSB/HSV 123° 32.76% 68.24%
CMYK 32.76% 0.00% 31.03%
31.76%

Color #75AE78 in popluar number systems.

HEX 75 AE 78
Decimal 117 174 120
Binary 1110101 10101110 1111000
Octal 165 256 170

Shades and tints

Shades of #75AE78

#75AE78
(117,174,120)
#6B9F6E
(107,159,110)
#619064
(97,144,100)
#57815A
(87,129,90)
#4D7250
(77,114,80)
#436346
(67,99,70)
#39543C
(57,84,60)
#2F4532
(47,69,50)
#253628
(37,54,40)
#1B271E
(27,39,30)
#111814
(17,24,20)
#000000
(0,0,0)

Tints of #75AE78

#75AE78
(117,174,120)
#81B584
(129,181,132)
#8DBC90
(141,188,144)
#99C39C
(153,195,156)
#A5CAA8
(165,202,168)
#B1D1B4
(177,209,180)
#BDD8C0
(189,216,192)
#C9DFCC
(201,223,204)
#D5E6D8
(213,230,216)
#E1EDE4
(225,237,228)
#EDF4F0
(237,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AE78 color. Also use rgb(117,174,120) instead hex code.

Text Font Color

.myTextColor { color: #75AE78; }

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

This text font color is #75AE78.

Background Color

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

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

This div background color is #75AE78.

Border color

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

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

This div border color is #75AE78.

Opacity

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

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

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

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

This text has shadow with #75AE78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75AE78.

Preview

Color preview on black background

This text has color #75AE78 on black background.


Color preview on white background

This text has color #75AE78 on white background.


Black color preview on #75AE78 background

This text has black color on #75AE78 background.


White color preview on #75AE78 background

This text has white color on #75AE78 background.


Related colors

Complementary color

Complementary color for #hex is #8A5187.


I love getcolorcode.com

Triadic colors

1 #7875AE and #AE7875 with #75AE78 are triadic colors.

2 #78AE75 and #AE7578 with #75AE78 are triadic colors.