COLOR #75A240

HEX: #75A240
RGB: (117,162,64)

Color info

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

RGB color model

#75A240 color RGB value is (117,162,64).

  • red value is 117;
  • green value is 162;
  • blue value is 64.
RGB:
(117,162,64)
(46%,64%,25%)

RGB channels and saturation

R 117 of 255 = 46%
G 162 of 255 = 64%
B 64 of 255 = 25%

117
162
64

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

Portions of RGB colors in percentages

R + G + B =
117 + 162 + 64 = 343 (100%)
R 117 of 343 ~ 34.11%
G 162 of 343 ~ 47.23%
B 64 of 343 ~ 18.66%

%34.11
%47.23
%18.66

CMYK color model

#75A240 color CMYK value is (28,0,60,36).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 60.49%
  • key color value is 36.47%
CMYK:
(28,0,60,36)
C28M0Y60K36 
(28%,0%,60%,36%)
(0.28/0.00/0.60/0.36)	

CMYK percentages

%27.78
%0
%60.49
%36.47

Codes

Color #75A240 in popluar color models

75A240
RGB11716264
HSL88°43.36%44.31%
HSB/HSV88°60.49%63.53%
CMYK27.78%0.00%60.49%
36.47%

Color #75A240 in popluar number systems.

HEX75A240
Decimal11716264
Binary1110101101000101000000
Octal165242100

Shades and tints

Shades of #75A240

#75A240
(117,162,64)
#6B943B
(107,148,59)
#618636
(97,134,54)
#577831
(87,120,49)
#4D6A2C
(77,106,44)
#435C27
(67,92,39)
#394E22
(57,78,34)
#2F401D
(47,64,29)
#253218
(37,50,24)
#1B2413
(27,36,19)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #75A240

#75A240
(117,162,64)
#81AA51
(129,170,81)
#8DB262
(141,178,98)
#99BA73
(153,186,115)
#A5C284
(165,194,132)
#B1CA95
(177,202,149)
#BDD2A6
(189,210,166)
#C9DAB7
(201,218,183)
#D5E2C8
(213,226,200)
#E1EAD9
(225,234,217)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A240 color. Also use rgb(117,162,64) instead hex code.

Text Font Color

.myTextColor { color: #75A240; }

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

This text font color is #75A240.


Background Color

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

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

This div background color is #75A240.


Border color

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

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

This div border color is #75A240.


Opacity

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

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

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

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

This text has shadow with #75A240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A240 on black background.


Color preview on white background

This text has color #75A240 on white background.



Black color preview on #75A240 background

This text has black color on #75A240 background.


White color preview on #75A240 background

This text has white color on #75A240 background.