COLOR #75AE81

HEX: #75AE81 RGB: (117,174,129)

Color info

#75AE81 contains red, green and blue colors in about the same proportion. Web safe color of #75AE81 is #669999 (or #699).

RGB color model

#75AE81 color RGB value is (117,174,129).

RGB: (117,174,129) (46%, 68%, 51%)

RGB channels and saturation

R 117 of 255 = 46%
G 174 of 255 = 68%
B 129 of 255 = 51%

117
174
129

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

Portions of RGB colors in percentages

R + G + B = 117 + 174 + 129 = 420 (100%)
R 117 of 420 ~ 27.86%
G 174 of 420 ~ 41.43%
B 129 of 420 ~ 30.71'%

%27.86
%41.43
%30.71

CMYK color model

#75AE81 color CMYK value is (33,0,26,32).

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

CMYK: (33,0,26,32)
C33M0Y26K32 (33%, 0%, 26%, 32%)
(0.33 / 0.00 / 0.26 / 0.32)

CMYK percentages

%32.76
%0
%25.86
%31.76

Codes

Color #75AE81 in popluar color models

75 AE 81
RGB 117 174 129
HSL 133° 26.03% 57.06%
HSB/HSV 133° 32.76% 68.24%
CMYK 32.76% 0.00% 25.86%
31.76%

Color #75AE81 in popluar number systems.

HEX 75 AE 81
Decimal 117 174 129
Binary 1110101 10101110 10000001
Octal 165 256 201

Shades and tints

Shades of #75AE81

#75AE81
(117,174,129)
#6B9F76
(107,159,118)
#61906B
(97,144,107)
#578160
(87,129,96)
#4D7255
(77,114,85)
#43634A
(67,99,74)
#39543F
(57,84,63)
#2F4534
(47,69,52)
#253629
(37,54,41)
#1B271E
(27,39,30)
#111813
(17,24,19)
#000000
(0,0,0)

Tints of #75AE81

#75AE81
(117,174,129)
#81B58C
(129,181,140)
#8DBC97
(141,188,151)
#99C3A2
(153,195,162)
#A5CAAD
(165,202,173)
#B1D1B8
(177,209,184)
#BDD8C3
(189,216,195)
#C9DFCE
(201,223,206)
#D5E6D9
(213,230,217)
#E1EDE4
(225,237,228)
#EDF4EF
(237,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AE81; }

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

This text font color is #75AE81.

Background Color

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

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

This div background color is #75AE81.

Border color

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

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

This div border color is #75AE81.

Opacity

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

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

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

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

This text has shadow with #75AE81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75AE81.

Preview

Color preview on black background

This text has color #75AE81 on black background.


Color preview on white background

This text has color #75AE81 on white background.


Black color preview on #75AE81 background

This text has black color on #75AE81 background.


White color preview on #75AE81 background

This text has white color on #75AE81 background.


Related colors

Complementary color

Complementary color for #hex is #8A517E.


I love getcolorcode.com

Triadic colors

1 #8175AE and #AE8175 with #75AE81 are triadic colors.

2 #81AE75 and #AE7581 with #75AE81 are triadic colors.