COLOR #75A71A

HEX: #75A71A
RGB: (117,167,26)

Color info

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

RGB color model

#75A71A color RGB value is (117,167,26).

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

RGB channels and saturation

R 117 of 255 = 46%
G 167 of 255 = 65%
B 26 of 255 = 10%

117
167
26

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

Portions of RGB colors in percentages

R + G + B =
117 + 167 + 26 = 310 (100%)
R 117 of 310 ~ 37.74%
G 167 of 310 ~ 53.87%
B 26 of 310 ~ 8.39%

%37.74
%53.87

CMYK color model

#75A71A color CMYK value is (30,0,84,35).

  • cyan value is 29.94%
  • magenta value is 0.00%
  • yellow value is 84.43%
  • key color value is 34.51%
CMYK:
(30,0,84,35)
C30M0Y84K35 
(30%,0%,84%,35%)
(0.30/0.00/0.84/0.35)	

CMYK percentages

%29.94
%0
%84.43
%34.51

Codes

Color #75A71A in popluar color models

75A71A
RGB11716726
HSL81°73.06%37.84%
HSB/HSV81°84.43%65.49%
CMYK29.94%0.00%84.43%
34.51%

Color #75A71A in popluar number systems.

HEX75A71A
Decimal11716726
Binary11101011010011111010
Octal16524732

Shades and tints

Shades of #75A71A

#75A71A
(117,167,26)
#6B9818
(107,152,24)
#618916
(97,137,22)
#577A14
(87,122,20)
#4D6B12
(77,107,18)
#435C10
(67,92,16)
#394D0E
(57,77,14)
#2F3E0C
(47,62,12)
#252F0A
(37,47,10)
#1B2008
(27,32,8)
#111106
(17,17,6)
#000000
(0,0,0)

Tints of #75A71A

#75A71A
(117,167,26)
#81AF2E
(129,175,46)
#8DB742
(141,183,66)
#99BF56
(153,191,86)
#A5C76A
(165,199,106)
#B1CF7E
(177,207,126)
#BDD792
(189,215,146)
#C9DFA6
(201,223,166)
#D5E7BA
(213,231,186)
#E1EFCE
(225,239,206)
#EDF7E2
(237,247,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A71A; }

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

This text font color is #75A71A.


Background Color

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

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

This div background color is #75A71A.


Border color

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

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

This div border color is #75A71A.


Opacity

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

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

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

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

This text has shadow with #75A71A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A71A on black background.


Color preview on white background

This text has color #75A71A on white background.



Black color preview on #75A71A background

This text has black color on #75A71A background.


White color preview on #75A71A background

This text has white color on #75A71A background.