COLOR #759E6D

HEX: #759E6D
RGB: (117,158,109)

Color info

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

RGB color model

#759E6D color RGB value is (117,158,109).

  • red value is 117;
  • green value is 158;
  • blue value is 109.
RGB:
(117,158,109)
(46%,62%,43%)

RGB channels and saturation

R 117 of 255 = 46%
G 158 of 255 = 62%
B 109 of 255 = 43%

117
158
109

R + G + B ~ 50%. #759E6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 158 + 109 = 384 (100%)
R 117 of 384 ~ 30.47%
G 158 of 384 ~ 41.15%
B 109 of 384 ~ 28.39%

%30.47
%41.15
%28.39

CMYK color model

#759E6D color CMYK value is (26,0,31,38).

  • cyan value is 25.95%
  • magenta value is 0.00%
  • yellow value is 31.01%
  • key color value is 38.04%
CMYK:
(26,0,31,38)
C26M0Y31K38 
(26%,0%,31%,38%)
(0.26/0.00/0.31/0.38)	

CMYK percentages

%25.95
%0
%31.01
%38.04

Codes

Color #759E6D in popluar color models

759E6D
RGB117158109
HSL110°20.16%52.35%
HSB/HSV110°31.01%61.96%
CMYK25.95%0.00%31.01%
38.04%

Color #759E6D in popluar number systems.

HEX759E6D
Decimal117158109
Binary1110101100111101101101
Octal165236155

Shades and tints

Shades of #759E6D

#759E6D
(117,158,109)
#6B9064
(107,144,100)
#61825B
(97,130,91)
#577452
(87,116,82)
#4D6649
(77,102,73)
#435840
(67,88,64)
#394A37
(57,74,55)
#2F3C2E
(47,60,46)
#252E25
(37,46,37)
#1B201C
(27,32,28)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #759E6D

#759E6D
(117,158,109)
#81A67A
(129,166,122)
#8DAE87
(141,174,135)
#99B694
(153,182,148)
#A5BEA1
(165,190,161)
#B1C6AE
(177,198,174)
#BDCEBB
(189,206,187)
#C9D6C8
(201,214,200)
#D5DED5
(213,222,213)
#E1E6E2
(225,230,226)
#EDEEEF
(237,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759E6D color. Also use rgb(117,158,109) instead hex code.

Text Font Color

.myTextColor { color: #759E6D; }

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

This text font color is #759E6D.


Background Color

.myBgColor { background-color: #759E6D; }

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

This div background color is #759E6D.


Border color

.myBorderColor { border: 1px solid #759E6D; }

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

This div border color is #759E6D.


Opacity

.myOpacity80 { color: #759E6D; opacity: 0.8; }

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

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

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

This text has shadow with #759E6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759E6D on black background.


Color preview on white background

This text has color #759E6D on white background.



Black color preview on #759E6D background

This text has black color on #759E6D background.


White color preview on #759E6D background

This text has white color on #759E6D background.