COLOR #75A237

HEX: #75A237 RGB: (117,162,55)

Color info

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

RGB color model

#75A237 color RGB value is (117,162,55).

RGB: (117,162,55) (46%, 64%, 22%)

RGB channels and saturation

R 117 of 255 = 46%
G 162 of 255 = 64%
B 55 of 255 = 22%

117
162
55

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

Portions of RGB colors in percentages

R + G + B = 117 + 162 + 55 = 334 (100%)
R 117 of 334 ~ 35.03%
G 162 of 334 ~ 48.5%
B 55 of 334 ~ 16.47'%

%35.03
%48.5
%16.47

CMYK color model

#75A237 color CMYK value is (28,0,66,36).

  • cyan value is 27.78%
  • magenta value is 0.00%
  • yellow value is 66.05%
  • key color value is 36.47%
CMYK: (28,0,66,36) C28M0Y66K36 (28%,0%,66%,36%) (0.28/0.00/0.66/0.36) 

CMYK percentages

%27.78
%0
%66.05
%36.47

Codes

Color #75A237 in popluar color models

75 A2 37
RGB 117 162 55
HSL 85° 49.31% 42.55%
HSB/HSV 85° 66.05% 63.53%
CMYK 27.78% 0.00% 66.05%
36.47%

Color #75A237 in popluar number systems.

HEX 75 A2 37
Decimal 117 162 55
Binary 1110101 10100010 110111
Octal 165 242 67

Shades and tints

Shades of #75A237

#75A237
(117,162,55)
#6B9432
(107,148,50)
#61862D
(97,134,45)
#577828
(87,120,40)
#4D6A23
(77,106,35)
#435C1E
(67,92,30)
#394E19
(57,78,25)
#2F4014
(47,64,20)
#25320F
(37,50,15)
#1B240A
(27,36,10)
#111605
(17,22,5)
#000000
(0,0,0)

Tints of #75A237

#75A237
(117,162,55)
#81AA49
(129,170,73)
#8DB25B
(141,178,91)
#99BA6D
(153,186,109)
#A5C27F
(165,194,127)
#B1CA91
(177,202,145)
#BDD2A3
(189,210,163)
#C9DAB5
(201,218,181)
#D5E2C7
(213,226,199)
#E1EAD9
(225,234,217)
#EDF2EB
(237,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #75A237; }

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

This text font color is #75A237.

Background Color

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

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

This div background color is #75A237.

Border color

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

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

This div border color is #75A237.

Opacity

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

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

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

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

This text has shadow with #75A237 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75A237.

Preview

Color preview on black background

This text has color #75A237 on black background.


Color preview on white background

This text has color #75A237 on white background.


Black color preview on #75A237 background

This text has black color on #75A237 background.


White color preview on #75A237 background

This text has white color on #75A237 background.


Related colors

Complementary color

Complementary color for #hex is #8A5DC8.


I love getcolorcode.com

Triadic colors

1 #3775A2 and #A23775 with #75A237 are triadic colors.

2 #37A275 and #A27537 with #75A237 are triadic colors.