COLOR #75AF79

HEX: #75AF79
RGB: (117,175,121)

Color info

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

RGB color model

#75AF79 color RGB value is (117,175,121).

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

RGB channels and saturation

R 117 of 255 = 46%
G 175 of 255 = 69%
B 121 of 255 = 47%

117
175
121

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

Portions of RGB colors in percentages

R + G + B =
117 + 175 + 121 = 413 (100%)
R 117 of 413 ~ 28.33%
G 175 of 413 ~ 42.37%
B 121 of 413 ~ 29.3%

%28.33
%42.37
%29.3

CMYK color model

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

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 30.86%
  • key color value is 31.37%
CMYK:
(33,0,31,31)
C33M0Y31K31 
(33%,0%,31%,31%)
(0.33/0.00/0.31/0.31)	

CMYK percentages

%33.14
%0
%30.86
%31.37

Codes

Color #75AF79 in popluar color models

75AF79
RGB117175121
HSL124°26.61%57.25%
HSB/HSV124°33.14%68.63%
CMYK33.14%0.00%30.86%
31.37%

Color #75AF79 in popluar number systems.

HEX75AF79
Decimal117175121
Binary1110101101011111111001
Octal165257171

Shades and tints

Shades of #75AF79

#75AF79
(117,175,121)
#6BA06E
(107,160,110)
#619163
(97,145,99)
#578258
(87,130,88)
#4D734D
(77,115,77)
#436442
(67,100,66)
#395537
(57,85,55)
#2F462C
(47,70,44)
#253721
(37,55,33)
#1B2816
(27,40,22)
#11190B
(17,25,11)
#000000
(0,0,0)

Tints of #75AF79

#75AF79
(117,175,121)
#81B685
(129,182,133)
#8DBD91
(141,189,145)
#99C49D
(153,196,157)
#A5CBA9
(165,203,169)
#B1D2B5
(177,210,181)
#BDD9C1
(189,217,193)
#C9E0CD
(201,224,205)
#D5E7D9
(213,231,217)
#E1EEE5
(225,238,229)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AF79; }

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

This text font color is #75AF79.


Background Color

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

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

This div background color is #75AF79.


Border color

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

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

This div border color is #75AF79.


Opacity

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

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

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

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

This text has shadow with #75AF79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AF79 on black background.


Color preview on white background

This text has color #75AF79 on white background.



Black color preview on #75AF79 background

This text has black color on #75AF79 background.


White color preview on #75AF79 background

This text has white color on #75AF79 background.