COLOR #75AD3A

HEX: #75AD3A
RGB: (117,173,58)

Color info

#75AD3A contains mainly red and green colors. Web safe color of #75AD3A is #669933 (or #693).

RGB color model

#75AD3A color RGB value is (117,173,58).

  • red value is 117;
  • green value is 173;
  • blue value is 58.
RGB:
(117,173,58)
(46%,68%,23%)

RGB channels and saturation

R 117 of 255 = 46%
G 173 of 255 = 68%
B 58 of 255 = 23%

117
173
58

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

Portions of RGB colors in percentages

R + G + B =
117 + 173 + 58 = 348 (100%)
R 117 of 348 ~ 33.62%
G 173 of 348 ~ 49.71%
B 58 of 348 ~ 16.67%

%33.62
%49.71
%16.67

CMYK color model

#75AD3A color CMYK value is (32,0,66,32).

  • cyan value is 32.37%
  • magenta value is 0.00%
  • yellow value is 66.47%
  • key color value is 32.16%
CMYK:
(32,0,66,32)
C32M0Y66K32 
(32%,0%,66%,32%)
(0.32/0.00/0.66/0.32)	

CMYK percentages

%32.37
%0
%66.47
%32.16

Codes

Color #75AD3A in popluar color models

75AD3A
RGB11717358
HSL89°49.78%45.29%
HSB/HSV89°66.47%67.84%
CMYK32.37%0.00%66.47%
32.16%

Color #75AD3A in popluar number systems.

HEX75AD3A
Decimal11717358
Binary111010110101101111010
Octal16525572

Shades and tints

Shades of #75AD3A

#75AD3A
(117,173,58)
#6B9E35
(107,158,53)
#618F30
(97,143,48)
#57802B
(87,128,43)
#4D7126
(77,113,38)
#436221
(67,98,33)
#39531C
(57,83,28)
#2F4417
(47,68,23)
#253512
(37,53,18)
#1B260D
(27,38,13)
#111708
(17,23,8)
#000000
(0,0,0)

Tints of #75AD3A

#75AD3A
(117,173,58)
#81B44B
(129,180,75)
#8DBB5C
(141,187,92)
#99C26D
(153,194,109)
#A5C97E
(165,201,126)
#B1D08F
(177,208,143)
#BDD7A0
(189,215,160)
#C9DEB1
(201,222,177)
#D5E5C2
(213,229,194)
#E1ECD3
(225,236,211)
#EDF3E4
(237,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AD3A color. Also use rgb(117,173,58) instead hex code.

Text Font Color

.myTextColor { color: #75AD3A; }

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

This text font color is #75AD3A.


Background Color

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

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

This div background color is #75AD3A.


Border color

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

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

This div border color is #75AD3A.


Opacity

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

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

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

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

This text has shadow with #75AD3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AD3A on black background.


Color preview on white background

This text has color #75AD3A on white background.



Black color preview on #75AD3A background

This text has black color on #75AD3A background.


White color preview on #75AD3A background

This text has white color on #75AD3A background.