COLOR #759B6D

HEX: #759B6D
RGB: (117,155,109)

Color info

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

RGB color model

#759B6D color RGB value is (117,155,109).

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

RGB channels and saturation

R 117 of 255 = 46%
G 155 of 255 = 61%
B 109 of 255 = 43%

117
155
109

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

Portions of RGB colors in percentages

R + G + B =
117 + 155 + 109 = 381 (100%)
R 117 of 381 ~ 30.71%
G 155 of 381 ~ 40.68%
B 109 of 381 ~ 28.61%

%30.71
%40.68
%28.61

CMYK color model

#759B6D color CMYK value is (25,0,30,39).

  • cyan value is 24.52%
  • magenta value is 0.00%
  • yellow value is 29.68%
  • key color value is 39.22%
CMYK:
(25,0,30,39)
C25M0Y30K39 
(25%,0%,30%,39%)
(0.25/0.00/0.30/0.39)	

CMYK percentages

%24.52
%0
%29.68
%39.22

Codes

Color #759B6D in popluar color models

759B6D
RGB117155109
HSL110°18.70%51.76%
HSB/HSV110°29.68%60.78%
CMYK24.52%0.00%29.68%
39.22%

Color #759B6D in popluar number systems.

HEX759B6D
Decimal117155109
Binary1110101100110111101101
Octal165233155

Shades and tints

Shades of #759B6D

#759B6D
(117,155,109)
#6B8D64
(107,141,100)
#617F5B
(97,127,91)
#577152
(87,113,82)
#4D6349
(77,99,73)
#435540
(67,85,64)
#394737
(57,71,55)
#2F392E
(47,57,46)
#252B25
(37,43,37)
#1B1D1C
(27,29,28)
#110F13
(17,15,19)
#000000
(0,0,0)

Tints of #759B6D

#759B6D
(117,155,109)
#81A47A
(129,164,122)
#8DAD87
(141,173,135)
#99B694
(153,182,148)
#A5BFA1
(165,191,161)
#B1C8AE
(177,200,174)
#BDD1BB
(189,209,187)
#C9DAC8
(201,218,200)
#D5E3D5
(213,227,213)
#E1ECE2
(225,236,226)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759B6D; }

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

This text font color is #759B6D.


Background Color

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

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

This div background color is #759B6D.


Border color

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

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

This div border color is #759B6D.


Opacity

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

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

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

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

This text has shadow with #759B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759B6D on black background.


Color preview on white background

This text has color #759B6D on white background.



Black color preview on #759B6D background

This text has black color on #759B6D background.


White color preview on #759B6D background

This text has white color on #759B6D background.