COLOR #75AE7A

HEX: #75AE7A
RGB: (117,174,122)

Color info

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

RGB color model

#75AE7A color RGB value is (117,174,122).

  • red value is 117;
  • green value is 174;
  • blue value is 122.
RGB:
(117,174,122)
(46%,68%,48%)

RGB channels and saturation

R 117 of 255 = 46%
G 174 of 255 = 68%
B 122 of 255 = 48%

117
174
122

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

Portions of RGB colors in percentages

R + G + B =
117 + 174 + 122 = 413 (100%)
R 117 of 413 ~ 28.33%
G 174 of 413 ~ 42.13%
B 122 of 413 ~ 29.54%

%28.33
%42.13
%29.54

CMYK color model

#75AE7A color CMYK value is (33,0,30,32).

  • cyan value is 32.76%
  • magenta value is 0.00%
  • yellow value is 29.89%
  • key color value is 31.76%
CMYK:
(33,0,30,32)
C33M0Y30K32 
(33%,0%,30%,32%)
(0.33/0.00/0.30/0.32)	

CMYK percentages

%32.76
%0
%29.89
%31.76

Codes

Color #75AE7A in popluar color models

75AE7A
RGB117174122
HSL125°26.03%57.06%
HSB/HSV125°32.76%68.24%
CMYK32.76%0.00%29.89%
31.76%

Color #75AE7A in popluar number systems.

HEX75AE7A
Decimal117174122
Binary1110101101011101111010
Octal165256172

Shades and tints

Shades of #75AE7A

#75AE7A
(117,174,122)
#6B9F6F
(107,159,111)
#619064
(97,144,100)
#578159
(87,129,89)
#4D724E
(77,114,78)
#436343
(67,99,67)
#395438
(57,84,56)
#2F452D
(47,69,45)
#253622
(37,54,34)
#1B2717
(27,39,23)
#11180C
(17,24,12)
#000000
(0,0,0)

Tints of #75AE7A

#75AE7A
(117,174,122)
#81B586
(129,181,134)
#8DBC92
(141,188,146)
#99C39E
(153,195,158)
#A5CAAA
(165,202,170)
#B1D1B6
(177,209,182)
#BDD8C2
(189,216,194)
#C9DFCE
(201,223,206)
#D5E6DA
(213,230,218)
#E1EDE6
(225,237,230)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AE7A; }

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

This text font color is #75AE7A.


Background Color

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

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

This div background color is #75AE7A.


Border color

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

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

This div border color is #75AE7A.


Opacity

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

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

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

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

This text has shadow with #75AE7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AE7A on black background.


Color preview on white background

This text has color #75AE7A on white background.



Black color preview on #75AE7A background

This text has black color on #75AE7A background.


White color preview on #75AE7A background

This text has white color on #75AE7A background.