COLOR #759C51

HEX: #759C51
RGB: (117,156,81)

Color info

#759C51 contains mainly red and green colors. Web safe color of #759C51 is #669966 (or #696).

RGB color model

#759C51 color RGB value is (117,156,81).

  • red value is 117;
  • green value is 156;
  • blue value is 81.
RGB:
(117,156,81)
(46%,61%,32%)

RGB channels and saturation

R 117 of 255 = 46%
G 156 of 255 = 61%
B 81 of 255 = 32%

117
156
81

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

Portions of RGB colors in percentages

R + G + B =
117 + 156 + 81 = 354 (100%)
R 117 of 354 ~ 33.05%
G 156 of 354 ~ 44.07%
B 81 of 354 ~ 22.88%

%33.05
%44.07
%22.88

CMYK color model

#759C51 color CMYK value is (25,0,48,39).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 48.08%
  • key color value is 38.82%
CMYK:
(25,0,48,39)
C25M0Y48K39 
(25%,0%,48%,39%)
(0.25/0.00/0.48/0.39)	

CMYK percentages

%25
%0
%48.08
%38.82

Codes

Color #759C51 in popluar color models

759C51
RGB11715681
HSL91°31.65%46.47%
HSB/HSV91°48.08%61.18%
CMYK25.00%0.00%48.08%
38.82%

Color #759C51 in popluar number systems.

HEX759C51
Decimal11715681
Binary1110101100111001010001
Octal165234121

Shades and tints

Shades of #759C51

#759C51
(117,156,81)
#6B8E4A
(107,142,74)
#618043
(97,128,67)
#57723C
(87,114,60)
#4D6435
(77,100,53)
#43562E
(67,86,46)
#394827
(57,72,39)
#2F3A20
(47,58,32)
#252C19
(37,44,25)
#1B1E12
(27,30,18)
#11100B
(17,16,11)
#000000
(0,0,0)

Tints of #759C51

#759C51
(117,156,81)
#81A560
(129,165,96)
#8DAE6F
(141,174,111)
#99B77E
(153,183,126)
#A5C08D
(165,192,141)
#B1C99C
(177,201,156)
#BDD2AB
(189,210,171)
#C9DBBA
(201,219,186)
#D5E4C9
(213,228,201)
#E1EDD8
(225,237,216)
#EDF6E7
(237,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759C51 color. Also use rgb(117,156,81) instead hex code.

Text Font Color

.myTextColor { color: #759C51; }

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

This text font color is #759C51.


Background Color

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

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

This div background color is #759C51.


Border color

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

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

This div border color is #759C51.


Opacity

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

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

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

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

This text has shadow with #759C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759C51 on black background.


Color preview on white background

This text has color #759C51 on white background.



Black color preview on #759C51 background

This text has black color on #759C51 background.


White color preview on #759C51 background

This text has white color on #759C51 background.