COLOR #759668

HEX: #759668
RGB: (117,150,104)

Color info

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

RGB color model

#759668 color RGB value is (117,150,104).

  • red value is 117;
  • green value is 150;
  • blue value is 104.
RGB:
(117,150,104)
(46%,59%,41%)

RGB channels and saturation

R 117 of 255 = 46%
G 150 of 255 = 59%
B 104 of 255 = 41%

117
150
104

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

Portions of RGB colors in percentages

R + G + B =
117 + 150 + 104 = 371 (100%)
R 117 of 371 ~ 31.54%
G 150 of 371 ~ 40.43%
B 104 of 371 ~ 28.03%

%31.54
%40.43
%28.03

CMYK color model

#759668 color CMYK value is (22,0,31,41).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 41.18%
CMYK:
(22,0,31,41)
C22M0Y31K41 
(22%,0%,31%,41%)
(0.22/0.00/0.31/0.41)	

CMYK percentages

%22
%0
%30.67
%41.18

Codes

Color #759668 in popluar color models

759668
RGB117150104
HSL103°18.11%49.80%
HSB/HSV103°30.67%58.82%
CMYK22.00%0.00%30.67%
41.18%

Color #759668 in popluar number systems.

HEX759668
Decimal117150104
Binary1110101100101101101000
Octal165226150

Shades and tints

Shades of #759668

#759668
(117,150,104)
#6B895F
(107,137,95)
#617C56
(97,124,86)
#576F4D
(87,111,77)
#4D6244
(77,98,68)
#43553B
(67,85,59)
#394832
(57,72,50)
#2F3B29
(47,59,41)
#252E20
(37,46,32)
#1B2117
(27,33,23)
#11140E
(17,20,14)
#000000
(0,0,0)

Tints of #759668

#759668
(117,150,104)
#819F75
(129,159,117)
#8DA882
(141,168,130)
#99B18F
(153,177,143)
#A5BA9C
(165,186,156)
#B1C3A9
(177,195,169)
#BDCCB6
(189,204,182)
#C9D5C3
(201,213,195)
#D5DED0
(213,222,208)
#E1E7DD
(225,231,221)
#EDF0EA
(237,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759668 color. Also use rgb(117,150,104) instead hex code.

Text Font Color

.myTextColor { color: #759668; }

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

This text font color is #759668.


Background Color

.myBgColor { background-color: #759668; }

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

This div background color is #759668.


Border color

.myBorderColor { border: 1px solid #759668; }

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

This div border color is #759668.


Opacity

.myOpacity80 { color: #759668; opacity: 0.8; }

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

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

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

This text has shadow with #759668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759668 on black background.


Color preview on white background

This text has color #759668 on white background.



Black color preview on #759668 background

This text has black color on #759668 background.


White color preview on #759668 background

This text has white color on #759668 background.