COLOR #75956A

HEX: #75956A
RGB: (117,149,106)

Color info

#75956A contains red, green and blue colors in about the same proportion. Web safe color of #75956A is #669966 (or #696).

RGB color model

#75956A color RGB value is (117,149,106).

  • red value is 117;
  • green value is 149;
  • blue value is 106.
RGB:
(117,149,106)
(46%,58%,42%)

RGB channels and saturation

R 117 of 255 = 46%
G 149 of 255 = 58%
B 106 of 255 = 42%

117
149
106

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

Portions of RGB colors in percentages

R + G + B =
117 + 149 + 106 = 372 (100%)
R 117 of 372 ~ 31.45%
G 149 of 372 ~ 40.05%
B 106 of 372 ~ 28.49%

%31.45
%40.05
%28.49

CMYK color model

#75956A color CMYK value is (21,0,29,42).

  • cyan value is 21.48%
  • magenta value is 0.00%
  • yellow value is 28.86%
  • key color value is 41.57%
CMYK:
(21,0,29,42)
C21M0Y29K42 
(21%,0%,29%,42%)
(0.21/0.00/0.29/0.42)	

CMYK percentages

%21.48
%0
%28.86
%41.57

Codes

Color #75956A in popluar color models

75956A
RGB117149106
HSL105°16.86%50.00%
HSB/HSV105°28.86%58.43%
CMYK21.48%0.00%28.86%
41.57%

Color #75956A in popluar number systems.

HEX75956A
Decimal117149106
Binary1110101100101011101010
Octal165225152

Shades and tints

Shades of #75956A

#75956A
(117,149,106)
#6B8861
(107,136,97)
#617B58
(97,123,88)
#576E4F
(87,110,79)
#4D6146
(77,97,70)
#43543D
(67,84,61)
#394734
(57,71,52)
#2F3A2B
(47,58,43)
#252D22
(37,45,34)
#1B2019
(27,32,25)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #75956A

#75956A
(117,149,106)
#819E77
(129,158,119)
#8DA784
(141,167,132)
#99B091
(153,176,145)
#A5B99E
(165,185,158)
#B1C2AB
(177,194,171)
#BDCBB8
(189,203,184)
#C9D4C5
(201,212,197)
#D5DDD2
(213,221,210)
#E1E6DF
(225,230,223)
#EDEFEC
(237,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75956A color. Also use rgb(117,149,106) instead hex code.

Text Font Color

.myTextColor { color: #75956A; }

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

This text font color is #75956A.


Background Color

.myBgColor { background-color: #75956A; }

<div style="background-color:#75956A">Inner text</div>

This div background color is #75956A.


Border color

.myBorderColor { border: 1px solid #75956A; }

<div style="border:3px solid #75956A">Div</div>

This div border color is #75956A.


Opacity

.myOpacity80 { color: #75956A; opacity: 0.8; }

<p style="color:#75956A;opacity:0.8;">80%</p>

Text with #75956A 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 #75956A;}

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

This text has shadow with #75956A color.

.textShadow {text-shadow: 3px 3px 1px #75956A, 3px 3px 1px red;}

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

This text has shadow with #75956A primary color and red secondary color.


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

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

This text has shadow with #75956A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #75956A on black background.


Color preview on white background

This text has color #75956A on white background.



Black color preview on #75956A background

This text has black color on #75956A background.


White color preview on #75956A background

This text has white color on #75956A background.