COLOR #75A84F

HEX: #75A84F
RGB: (117,168,79)

Color info

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

RGB color model

#75A84F color RGB value is (117,168,79).

  • red value is 117;
  • green value is 168;
  • blue value is 79.
RGB:
(117,168,79)
(46%,66%,31%)

RGB channels and saturation

R 117 of 255 = 46%
G 168 of 255 = 66%
B 79 of 255 = 31%

117
168
79

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

Portions of RGB colors in percentages

R + G + B =
117 + 168 + 79 = 364 (100%)
R 117 of 364 ~ 32.14%
G 168 of 364 ~ 46.15%
B 79 of 364 ~ 21.7%

%32.14
%46.15
%21.7

CMYK color model

#75A84F color CMYK value is (30,0,53,34).

  • cyan value is 30.36%
  • magenta value is 0.00%
  • yellow value is 52.98%
  • key color value is 34.12%
CMYK:
(30,0,53,34)
C30M0Y53K34 
(30%,0%,53%,34%)
(0.30/0.00/0.53/0.34)	

CMYK percentages

%30.36
%0
%52.98
%34.12

Codes

Color #75A84F in popluar color models

75A84F
RGB11716879
HSL94°36.03%48.43%
HSB/HSV94°52.98%65.88%
CMYK30.36%0.00%52.98%
34.12%

Color #75A84F in popluar number systems.

HEX75A84F
Decimal11716879
Binary1110101101010001001111
Octal165250117

Shades and tints

Shades of #75A84F

#75A84F
(117,168,79)
#6B9948
(107,153,72)
#618A41
(97,138,65)
#577B3A
(87,123,58)
#4D6C33
(77,108,51)
#435D2C
(67,93,44)
#394E25
(57,78,37)
#2F3F1E
(47,63,30)
#253017
(37,48,23)
#1B2110
(27,33,16)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #75A84F

#75A84F
(117,168,79)
#81AF5F
(129,175,95)
#8DB66F
(141,182,111)
#99BD7F
(153,189,127)
#A5C48F
(165,196,143)
#B1CB9F
(177,203,159)
#BDD2AF
(189,210,175)
#C9D9BF
(201,217,191)
#D5E0CF
(213,224,207)
#E1E7DF
(225,231,223)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A84F color. Also use rgb(117,168,79) instead hex code.

Text Font Color

.myTextColor { color: #75A84F; }

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

This text font color is #75A84F.


Background Color

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

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

This div background color is #75A84F.


Border color

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

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

This div border color is #75A84F.


Opacity

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

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

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

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

This text has shadow with #75A84F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A84F on black background.


Color preview on white background

This text has color #75A84F on white background.



Black color preview on #75A84F background

This text has black color on #75A84F background.


White color preview on #75A84F background

This text has white color on #75A84F background.