COLOR #75A130

HEX: #75A130
RGB: (117,161,48)

Color info

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

RGB color model

#75A130 color RGB value is (117,161,48).

  • red value is 117;
  • green value is 161;
  • blue value is 48.
RGB:
(117,161,48)
(46%,63%,19%)

RGB channels and saturation

R 117 of 255 = 46%
G 161 of 255 = 63%
B 48 of 255 = 19%

117
161
48

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

Portions of RGB colors in percentages

R + G + B =
117 + 161 + 48 = 326 (100%)
R 117 of 326 ~ 35.89%
G 161 of 326 ~ 49.39%
B 48 of 326 ~ 14.72%

%35.89
%49.39
%14.72

CMYK color model

#75A130 color CMYK value is (27,0,70,37).

  • cyan value is 27.33%
  • magenta value is 0.00%
  • yellow value is 70.19%
  • key color value is 36.86%
CMYK:
(27,0,70,37)
C27M0Y70K37 
(27%,0%,70%,37%)
(0.27/0.00/0.70/0.37)	

CMYK percentages

%27.33
%0
%70.19
%36.86

Codes

Color #75A130 in popluar color models

75A130
RGB11716148
HSL83°54.07%40.98%
HSB/HSV83°70.19%63.14%
CMYK27.33%0.00%70.19%
36.86%

Color #75A130 in popluar number systems.

HEX75A130
Decimal11716148
Binary111010110100001110000
Octal16524160

Shades and tints

Shades of #75A130

#75A130
(117,161,48)
#6B932C
(107,147,44)
#618528
(97,133,40)
#577724
(87,119,36)
#4D6920
(77,105,32)
#435B1C
(67,91,28)
#394D18
(57,77,24)
#2F3F14
(47,63,20)
#253110
(37,49,16)
#1B230C
(27,35,12)
#111508
(17,21,8)
#000000
(0,0,0)

Tints of #75A130

#75A130
(117,161,48)
#81A942
(129,169,66)
#8DB154
(141,177,84)
#99B966
(153,185,102)
#A5C178
(165,193,120)
#B1C98A
(177,201,138)
#BDD19C
(189,209,156)
#C9D9AE
(201,217,174)
#D5E1C0
(213,225,192)
#E1E9D2
(225,233,210)
#EDF1E4
(237,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A130 color. Also use rgb(117,161,48) instead hex code.

Text Font Color

.myTextColor { color: #75A130; }

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

This text font color is #75A130.


Background Color

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

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

This div background color is #75A130.


Border color

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

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

This div border color is #75A130.


Opacity

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

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

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

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

This text has shadow with #75A130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A130 on black background.


Color preview on white background

This text has color #75A130 on white background.



Black color preview on #75A130 background

This text has black color on #75A130 background.


White color preview on #75A130 background

This text has white color on #75A130 background.