COLOR #759646

HEX: #759646
RGB: (117,150,70)

Color info

#759646 contains mainly red and green colors. Web safe color of #759646 is #669933 (or #693).

RGB color model

#759646 color RGB value is (117,150,70).

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

RGB channels and saturation

R 117 of 255 = 46%
G 150 of 255 = 59%
B 70 of 255 = 27%

117
150
70

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

Portions of RGB colors in percentages

R + G + B =
117 + 150 + 70 = 337 (100%)
R 117 of 337 ~ 34.72%
G 150 of 337 ~ 44.51%
B 70 of 337 ~ 20.77%

%34.72
%44.51
%20.77

CMYK color model

#759646 color CMYK value is (22,0,53,41).

  • cyan value is 22.00%
  • magenta value is 0.00%
  • yellow value is 53.33%
  • key color value is 41.18%
CMYK:
(22,0,53,41)
C22M0Y53K41 
(22%,0%,53%,41%)
(0.22/0.00/0.53/0.41)	

CMYK percentages

%22
%0
%53.33
%41.18

Codes

Color #759646 in popluar color models

759646
RGB11715070
HSL85°36.36%43.14%
HSB/HSV85°53.33%58.82%
CMYK22.00%0.00%53.33%
41.18%

Color #759646 in popluar number systems.

HEX759646
Decimal11715070
Binary1110101100101101000110
Octal165226106

Shades and tints

Shades of #759646

#759646
(117,150,70)
#6B8940
(107,137,64)
#617C3A
(97,124,58)
#576F34
(87,111,52)
#4D622E
(77,98,46)
#435528
(67,85,40)
#394822
(57,72,34)
#2F3B1C
(47,59,28)
#252E16
(37,46,22)
#1B2110
(27,33,16)
#11140A
(17,20,10)
#000000
(0,0,0)

Tints of #759646

#759646
(117,150,70)
#819F56
(129,159,86)
#8DA866
(141,168,102)
#99B176
(153,177,118)
#A5BA86
(165,186,134)
#B1C396
(177,195,150)
#BDCCA6
(189,204,166)
#C9D5B6
(201,213,182)
#D5DEC6
(213,222,198)
#E1E7D6
(225,231,214)
#EDF0E6
(237,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759646; }

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

This text font color is #759646.


Background Color

.myBgColor { background-color: #759646; }

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

This div background color is #759646.


Border color

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

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

This div border color is #759646.


Opacity

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

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

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

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

This text has shadow with #759646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759646 on black background.


Color preview on white background

This text has color #759646 on white background.



Black color preview on #759646 background

This text has black color on #759646 background.


White color preview on #759646 background

This text has white color on #759646 background.