COLOR #75A35B

HEX: #75A35B
RGB: (117,163,91)

Color info

#75A35B contains mainly red and green colors. Web safe color of #75A35B is #669966 (or #696).

RGB color model

#75A35B color RGB value is (117,163,91).

  • red value is 117;
  • green value is 163;
  • blue value is 91.
RGB:
(117,163,91)
(46%,64%,36%)

RGB channels and saturation

R 117 of 255 = 46%
G 163 of 255 = 64%
B 91 of 255 = 36%

117
163
91

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

Portions of RGB colors in percentages

R + G + B =
117 + 163 + 91 = 371 (100%)
R 117 of 371 ~ 31.54%
G 163 of 371 ~ 43.94%
B 91 of 371 ~ 24.53%

%31.54
%43.94
%24.53

CMYK color model

#75A35B color CMYK value is (28,0,44,36).

  • cyan value is 28.22%
  • magenta value is 0.00%
  • yellow value is 44.17%
  • key color value is 36.08%
CMYK:
(28,0,44,36)
C28M0Y44K36 
(28%,0%,44%,36%)
(0.28/0.00/0.44/0.36)	

CMYK percentages

%28.22
%0
%44.17
%36.08

Codes

Color #75A35B in popluar color models

75A35B
RGB11716391
HSL98°28.35%49.80%
HSB/HSV98°44.17%63.92%
CMYK28.22%0.00%44.17%
36.08%

Color #75A35B in popluar number systems.

HEX75A35B
Decimal11716391
Binary1110101101000111011011
Octal165243133

Shades and tints

Shades of #75A35B

#75A35B
(117,163,91)
#6B9553
(107,149,83)
#61874B
(97,135,75)
#577943
(87,121,67)
#4D6B3B
(77,107,59)
#435D33
(67,93,51)
#394F2B
(57,79,43)
#2F4123
(47,65,35)
#25331B
(37,51,27)
#1B2513
(27,37,19)
#11170B
(17,23,11)
#000000
(0,0,0)

Tints of #75A35B

#75A35B
(117,163,91)
#81AB69
(129,171,105)
#8DB377
(141,179,119)
#99BB85
(153,187,133)
#A5C393
(165,195,147)
#B1CBA1
(177,203,161)
#BDD3AF
(189,211,175)
#C9DBBD
(201,219,189)
#D5E3CB
(213,227,203)
#E1EBD9
(225,235,217)
#EDF3E7
(237,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75A35B color. Also use rgb(117,163,91) instead hex code.

Text Font Color

.myTextColor { color: #75A35B; }

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

This text font color is #75A35B.


Background Color

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

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

This div background color is #75A35B.


Border color

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

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

This div border color is #75A35B.


Opacity

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

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

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

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

This text has shadow with #75A35B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75A35B on black background.


Color preview on white background

This text has color #75A35B on white background.



Black color preview on #75A35B background

This text has black color on #75A35B background.


White color preview on #75A35B background

This text has white color on #75A35B background.