COLOR #759B3F

HEX: #759B3F
RGB: (117,155,63)

Color info

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

RGB color model

#759B3F color RGB value is (117,155,63).

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

RGB channels and saturation

R 117 of 255 = 46%
G 155 of 255 = 61%
B 63 of 255 = 25%

117
155
63

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

Portions of RGB colors in percentages

R + G + B =
117 + 155 + 63 = 335 (100%)
R 117 of 335 ~ 34.93%
G 155 of 335 ~ 46.27%
B 63 of 335 ~ 18.81%

%34.93
%46.27
%18.81

CMYK color model

#759B3F color CMYK value is (25,0,59,39).

  • cyan value is 24.52%
  • magenta value is 0.00%
  • yellow value is 59.35%
  • key color value is 39.22%
CMYK:
(25,0,59,39)
C25M0Y59K39 
(25%,0%,59%,39%)
(0.25/0.00/0.59/0.39)	

CMYK percentages

%24.52
%0
%59.35
%39.22

Codes

Color #759B3F in popluar color models

759B3F
RGB11715563
HSL85°42.20%42.75%
HSB/HSV85°59.35%60.78%
CMYK24.52%0.00%59.35%
39.22%

Color #759B3F in popluar number systems.

HEX759B3F
Decimal11715563
Binary111010110011011111111
Octal16523377

Shades and tints

Shades of #759B3F

#759B3F
(117,155,63)
#6B8D3A
(107,141,58)
#617F35
(97,127,53)
#577130
(87,113,48)
#4D632B
(77,99,43)
#435526
(67,85,38)
#394721
(57,71,33)
#2F391C
(47,57,28)
#252B17
(37,43,23)
#1B1D12
(27,29,18)
#110F0D
(17,15,13)
#000000
(0,0,0)

Tints of #759B3F

#759B3F
(117,155,63)
#81A450
(129,164,80)
#8DAD61
(141,173,97)
#99B672
(153,182,114)
#A5BF83
(165,191,131)
#B1C894
(177,200,148)
#BDD1A5
(189,209,165)
#C9DAB6
(201,218,182)
#D5E3C7
(213,227,199)
#E1ECD8
(225,236,216)
#EDF5E9
(237,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759B3F; }

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

This text font color is #759B3F.


Background Color

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

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

This div background color is #759B3F.


Border color

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

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

This div border color is #759B3F.


Opacity

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

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

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

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

This text has shadow with #759B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759B3F on black background.


Color preview on white background

This text has color #759B3F on white background.



Black color preview on #759B3F background

This text has black color on #759B3F background.


White color preview on #759B3F background

This text has white color on #759B3F background.