COLOR #75AF92

HEX: #75AF92
RGB: (117,175,146)

Color info

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

RGB color model

#75AF92 color RGB value is (117,175,146).

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

RGB channels and saturation

R 117 of 255 = 46%
G 175 of 255 = 69%
B 146 of 255 = 57%

117
175
146

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

Portions of RGB colors in percentages

R + G + B =
117 + 175 + 146 = 438 (100%)
R 117 of 438 ~ 26.71%
G 175 of 438 ~ 39.95%
B 146 of 438 ~ 33.33%

%26.71
%39.95
%33.33

CMYK color model

#75AF92 color CMYK value is (33,0,17,31).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 16.57%
  • key color value is 31.37%
CMYK:
(33,0,17,31)
C33M0Y17K31 
(33%,0%,17%,31%)
(0.33/0.00/0.17/0.31)	

CMYK percentages

%33.14
%0
%16.57
%31.37

Codes

Color #75AF92 in popluar color models

75AF92
RGB117175146
HSL150°26.61%57.25%
HSB/HSV150°33.14%68.63%
CMYK33.14%0.00%16.57%
31.37%

Color #75AF92 in popluar number systems.

HEX75AF92
Decimal117175146
Binary11101011010111110010010
Octal165257222

Shades and tints

Shades of #75AF92

#75AF92
(117,175,146)
#6BA085
(107,160,133)
#619178
(97,145,120)
#57826B
(87,130,107)
#4D735E
(77,115,94)
#436451
(67,100,81)
#395544
(57,85,68)
#2F4637
(47,70,55)
#25372A
(37,55,42)
#1B281D
(27,40,29)
#111910
(17,25,16)
#000000
(0,0,0)

Tints of #75AF92

#75AF92
(117,175,146)
#81B69B
(129,182,155)
#8DBDA4
(141,189,164)
#99C4AD
(153,196,173)
#A5CBB6
(165,203,182)
#B1D2BF
(177,210,191)
#BDD9C8
(189,217,200)
#C9E0D1
(201,224,209)
#D5E7DA
(213,231,218)
#E1EEE3
(225,238,227)
#EDF5EC
(237,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AF92; }

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

This text font color is #75AF92.


Background Color

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

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

This div background color is #75AF92.


Border color

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

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

This div border color is #75AF92.


Opacity

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

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

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

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

This text has shadow with #75AF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AF92 on black background.


Color preview on white background

This text has color #75AF92 on white background.



Black color preview on #75AF92 background

This text has black color on #75AF92 background.


White color preview on #75AF92 background

This text has white color on #75AF92 background.