COLOR #759B6F

HEX: #759B6F RGB: (117,155,111)

Color info

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

RGB color model

#759B6F color RGB value is (117,155,111).

RGB: (117,155,111) (46%, 61%, 44%)

RGB channels and saturation

R 117 of 255 = 46%
G 155 of 255 = 61%
B 111 of 255 = 44%

117
155
111

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

Portions of RGB colors in percentages

R + G + B = 117 + 155 + 111 = 383 (100%)
R 117 of 383 ~ 30.55%
G 155 of 383 ~ 40.47%
B 111 of 383 ~ 28.98'%

%30.55
%40.47
%28.98

CMYK color model

#759B6F color CMYK value is (25,0,28,39).

  • cyan value is 24.52%
  • magenta value is 0.00%
  • yellow value is 28.39%
  • key color value is 39.22%

CMYK: (25,0,28,39)
C25M0Y28K39 (25%, 0%, 28%, 39%)
(0.25 / 0.00 / 0.28 / 0.39)

CMYK percentages

%24.52
%0
%28.39
%39.22

Codes

Color #759B6F in popluar color models

75 9B 6F
RGB 117 155 111
HSL 112° 18.03% 52.16%
HSB/HSV 112° 28.39% 60.78%
CMYK 24.52% 0.00% 28.39%
39.22%

Color #759B6F in popluar number systems.

HEX 75 9B 6F
Decimal 117 155 111
Binary 1110101 10011011 1101111
Octal 165 233 157

Shades and tints

Shades of #759B6F

#759B6F
(117,155,111)
#6B8D65
(107,141,101)
#617F5B
(97,127,91)
#577151
(87,113,81)
#4D6347
(77,99,71)
#43553D
(67,85,61)
#394733
(57,71,51)
#2F3929
(47,57,41)
#252B1F
(37,43,31)
#1B1D15
(27,29,21)
#110F0B
(17,15,11)
#000000
(0,0,0)

Tints of #759B6F

#759B6F
(117,155,111)
#81A47C
(129,164,124)
#8DAD89
(141,173,137)
#99B696
(153,182,150)
#A5BFA3
(165,191,163)
#B1C8B0
(177,200,176)
#BDD1BD
(189,209,189)
#C9DACA
(201,218,202)
#D5E3D7
(213,227,215)
#E1ECE4
(225,236,228)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759B6F; }

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

This text font color is #759B6F.

Background Color

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

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

This div background color is #759B6F.

Border color

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

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

This div border color is #759B6F.

Opacity

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

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

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

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

This text has shadow with #759B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #759B6F.

Preview

Color preview on black background

This text has color #759B6F on black background.


Color preview on white background

This text has color #759B6F on white background.


Black color preview on #759B6F background

This text has black color on #759B6F background.


White color preview on #759B6F background

This text has white color on #759B6F background.


Related colors

Complementary color

Complementary color for #hex is #8A6490.


I love getcolorcode.com

Triadic colors

1 #6F759B and #9B6F75 with #759B6F are triadic colors.

2 #6F9B75 and #9B756F with #759B6F are triadic colors.