COLOR #75AF7A

HEX: #75AF7A
RGB: (117,175,122)

Color info

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

RGB color model

#75AF7A color RGB value is (117,175,122).

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

RGB channels and saturation

R 117 of 255 = 46%
G 175 of 255 = 69%
B 122 of 255 = 48%

117
175
122

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

Portions of RGB colors in percentages

R + G + B =
117 + 175 + 122 = 414 (100%)
R 117 of 414 ~ 28.26%
G 175 of 414 ~ 42.27%
B 122 of 414 ~ 29.47%

%28.26
%42.27
%29.47

CMYK color model

#75AF7A color CMYK value is (33,0,30,31).

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 30.29%
  • key color value is 31.37%
CMYK:
(33,0,30,31)
C33M0Y30K31 
(33%,0%,30%,31%)
(0.33/0.00/0.30/0.31)	

CMYK percentages

%33.14
%0
%30.29
%31.37

Codes

Color #75AF7A in popluar color models

75AF7A
RGB117175122
HSL125°26.61%57.25%
HSB/HSV125°33.14%68.63%
CMYK33.14%0.00%30.29%
31.37%

Color #75AF7A in popluar number systems.

HEX75AF7A
Decimal117175122
Binary1110101101011111111010
Octal165257172

Shades and tints

Shades of #75AF7A

#75AF7A
(117,175,122)
#6BA06F
(107,160,111)
#619164
(97,145,100)
#578259
(87,130,89)
#4D734E
(77,115,78)
#436443
(67,100,67)
#395538
(57,85,56)
#2F462D
(47,70,45)
#253722
(37,55,34)
#1B2817
(27,40,23)
#11190C
(17,25,12)
#000000
(0,0,0)

Tints of #75AF7A

#75AF7A
(117,175,122)
#81B686
(129,182,134)
#8DBD92
(141,189,146)
#99C49E
(153,196,158)
#A5CBAA
(165,203,170)
#B1D2B6
(177,210,182)
#BDD9C2
(189,217,194)
#C9E0CE
(201,224,206)
#D5E7DA
(213,231,218)
#E1EEE6
(225,238,230)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AF7A; }

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

This text font color is #75AF7A.


Background Color

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

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

This div background color is #75AF7A.


Border color

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

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

This div border color is #75AF7A.


Opacity

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

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

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

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

This text has shadow with #75AF7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AF7A on black background.


Color preview on white background

This text has color #75AF7A on white background.



Black color preview on #75AF7A background

This text has black color on #75AF7A background.


White color preview on #75AF7A background

This text has white color on #75AF7A background.