COLOR #75AC1A

HEX: #75AC1A
RGB: (117,172,26)

Color info

#75AC1A contains mainly red and green colors. Web safe color of #75AC1A is #669900 (or #690).

RGB color model

#75AC1A color RGB value is (117,172,26).

  • red value is 117;
  • green value is 172;
  • blue value is 26.
RGB:
(117,172,26)
(46%,67%,10%)

RGB channels and saturation

R 117 of 255 = 46%
G 172 of 255 = 67%
B 26 of 255 = 10%

117
172
26

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

Portions of RGB colors in percentages

R + G + B =
117 + 172 + 26 = 315 (100%)
R 117 of 315 ~ 37.14%
G 172 of 315 ~ 54.6%
B 26 of 315 ~ 8.25%

%37.14
%54.6

CMYK color model

#75AC1A color CMYK value is (32,0,85,33).

  • cyan value is 31.98%
  • magenta value is 0.00%
  • yellow value is 84.88%
  • key color value is 32.55%
CMYK:
(32,0,85,33)
C32M0Y85K33 
(32%,0%,85%,33%)
(0.32/0.00/0.85/0.33)	

CMYK percentages

%31.98
%0
%84.88
%32.55

Codes

Color #75AC1A in popluar color models

75AC1A
RGB11717226
HSL83°73.74%38.82%
HSB/HSV83°84.88%67.45%
CMYK31.98%0.00%84.88%
32.55%

Color #75AC1A in popluar number systems.

HEX75AC1A
Decimal11717226
Binary11101011010110011010
Octal16525432

Shades and tints

Shades of #75AC1A

#75AC1A
(117,172,26)
#6B9D18
(107,157,24)
#618E16
(97,142,22)
#577F14
(87,127,20)
#4D7012
(77,112,18)
#436110
(67,97,16)
#39520E
(57,82,14)
#2F430C
(47,67,12)
#25340A
(37,52,10)
#1B2508
(27,37,8)
#111606
(17,22,6)
#000000
(0,0,0)

Tints of #75AC1A

#75AC1A
(117,172,26)
#81B32E
(129,179,46)
#8DBA42
(141,186,66)
#99C156
(153,193,86)
#A5C86A
(165,200,106)
#B1CF7E
(177,207,126)
#BDD692
(189,214,146)
#C9DDA6
(201,221,166)
#D5E4BA
(213,228,186)
#E1EBCE
(225,235,206)
#EDF2E2
(237,242,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75AC1A color. Also use rgb(117,172,26) instead hex code.

Text Font Color

.myTextColor { color: #75AC1A; }

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

This text font color is #75AC1A.


Background Color

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

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

This div background color is #75AC1A.


Border color

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

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

This div border color is #75AC1A.


Opacity

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

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

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

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

This text has shadow with #75AC1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75AC1A on black background.


Color preview on white background

This text has color #75AC1A on white background.



Black color preview on #75AC1A background

This text has black color on #75AC1A background.


White color preview on #75AC1A background

This text has white color on #75AC1A background.