COLOR #75AF73

HEX: #75AF73
RGB: (117,175,115)

Color info

#75AF73 contains mainly red and green colors. Web safe color of #75AF73 is #669966 (or #696).

RGB color model

#75AF73 color RGB value is (117,175,115).

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

RGB channels and saturation

R 117 of 255 = 46%
G 175 of 255 = 69%
B 115 of 255 = 45%

117
175
115

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

Portions of RGB colors in percentages

R + G + B =
117 + 175 + 115 = 407 (100%)
R 117 of 407 ~ 28.75%
G 175 of 407 ~ 43%
B 115 of 407 ~ 28.26%

%28.75
%43
%28.26

CMYK color model

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

  • cyan value is 33.14%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 31.37%
CMYK:
(33,0,34,31)
C33M0Y34K31 
(33%,0%,34%,31%)
(0.33/0.00/0.34/0.31)	

CMYK percentages

%33.14
%0
%34.29
%31.37

Codes

Color #75AF73 in popluar color models

75AF73
RGB117175115
HSL118°27.27%56.86%
HSB/HSV118°34.29%68.63%
CMYK33.14%0.00%34.29%
31.37%

Color #75AF73 in popluar number systems.

HEX75AF73
Decimal117175115
Binary1110101101011111110011
Octal165257163

Shades and tints

Shades of #75AF73

#75AF73
(117,175,115)
#6BA069
(107,160,105)
#61915F
(97,145,95)
#578255
(87,130,85)
#4D734B
(77,115,75)
#436441
(67,100,65)
#395537
(57,85,55)
#2F462D
(47,70,45)
#253723
(37,55,35)
#1B2819
(27,40,25)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #75AF73

#75AF73
(117,175,115)
#81B67F
(129,182,127)
#8DBD8B
(141,189,139)
#99C497
(153,196,151)
#A5CBA3
(165,203,163)
#B1D2AF
(177,210,175)
#BDD9BB
(189,217,187)
#C9E0C7
(201,224,199)
#D5E7D3
(213,231,211)
#E1EEDF
(225,238,223)
#EDF5EB
(237,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75AF73; }

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

This text font color is #75AF73.


Background Color

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

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

This div background color is #75AF73.


Border color

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

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

This div border color is #75AF73.


Opacity

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

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

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

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

This text has shadow with #75AF73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AF73 on black background.


Color preview on white background

This text has color #75AF73 on white background.



Black color preview on #75AF73 background

This text has black color on #75AF73 background.


White color preview on #75AF73 background

This text has white color on #75AF73 background.