COLOR #75AF96

HEX: #75AF96
RGB: (117,175,150)

Color info

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

RGB color model

#75AF96 color RGB value is (117,175,150).

  • red value is 117;
  • green value is 175;
  • blue value is 150.
RGB:
(117,175,150)
(46%,69%,59%)

RGB channels and saturation

R 117 of 255 = 46%
G 175 of 255 = 69%
B 150 of 255 = 59%

117
175
150

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

Portions of RGB colors in percentages

R + G + B =
117 + 175 + 150 = 442 (100%)
R 117 of 442 ~ 26.47%
G 175 of 442 ~ 39.59%
B 150 of 442 ~ 33.94%

%26.47
%39.59
%33.94

CMYK color model

#75AF96 color CMYK value is (33,0,14,31).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK:
(33,0,14,31)
C33M0Y14K31 
(33%,0%,14%,31%)
(0.33/0.00/0.14/0.31)	

CMYK percentages

%33.14
%0
%14.29
%31.37

Codes

Color #75AF96 in popluar color models

75AF96
RGB117175150
HSL154°26.61%57.25%
HSB/HSV154°33.14%68.63%
CMYK33.14%0.00%14.29%
31.37%

Color #75AF96 in popluar number systems.

HEX75AF96
Decimal117175150
Binary11101011010111110010110
Octal165257226

Shades and tints

Shades of #75AF96

#75AF96
(117,175,150)
#6BA089
(107,160,137)
#61917C
(97,145,124)
#57826F
(87,130,111)
#4D7362
(77,115,98)
#436455
(67,100,85)
#395548
(57,85,72)
#2F463B
(47,70,59)
#25372E
(37,55,46)
#1B2821
(27,40,33)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #75AF96

#75AF96
(117,175,150)
#81B69F
(129,182,159)
#8DBDA8
(141,189,168)
#99C4B1
(153,196,177)
#A5CBBA
(165,203,186)
#B1D2C3
(177,210,195)
#BDD9CC
(189,217,204)
#C9E0D5
(201,224,213)
#D5E7DE
(213,231,222)
#E1EEE7
(225,238,231)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AF96 color. Also use rgb(117,175,150) instead hex code.

Text Font Color

.myTextColor { color: #75AF96; }

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

This text font color is #75AF96.


Background Color

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

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

This div background color is #75AF96.


Border color

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

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

This div border color is #75AF96.


Opacity

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

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

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

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

This text has shadow with #75AF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AF96 on black background.


Color preview on white background

This text has color #75AF96 on white background.



Black color preview on #75AF96 background

This text has black color on #75AF96 background.


White color preview on #75AF96 background

This text has white color on #75AF96 background.