COLOR #759E3B

HEX: #759E3B RGB: (117,158,59)

Color info

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

RGB color model

#759E3B color RGB value is (117,158,59).

RGB: (117,158,59) (46%, 62%, 23%)

RGB channels and saturation

R 117 of 255 = 46%
G 158 of 255 = 62%
B 59 of 255 = 23%

117
158
59

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

Portions of RGB colors in percentages

R + G + B = 117 + 158 + 59 = 334 (100%)
R 117 of 334 ~ 35.03%
G 158 of 334 ~ 47.31%
B 59 of 334 ~ 17.66'%

%35.03
%47.31
%17.66

CMYK color model

#759E3B color CMYK value is (26,0,63,38).

  • cyan value is 25.95%
  • magenta value is 0.00%
  • yellow value is 62.66%
  • key color value is 38.04%

CMYK: (26,0,63,38)
C26M0Y63K38 (26%, 0%, 63%, 38%)
(0.26 / 0.00 / 0.63 / 0.38)

CMYK percentages

%25.95
%0
%62.66
%38.04

Codes

Color #759E3B in popluar color models

75 9E 3B
RGB 117 158 59
HSL 85° 45.62% 42.55%
HSB/HSV 85° 62.66% 61.96%
CMYK 25.95% 0.00% 62.66%
38.04%

Color #759E3B in popluar number systems.

HEX 75 9E 3B
Decimal 117 158 59
Binary 1110101 10011110 111011
Octal 165 236 73

Shades and tints

Shades of #759E3B

#759E3B
(117,158,59)
#6B9036
(107,144,54)
#618231
(97,130,49)
#57742C
(87,116,44)
#4D6627
(77,102,39)
#435822
(67,88,34)
#394A1D
(57,74,29)
#2F3C18
(47,60,24)
#252E13
(37,46,19)
#1B200E
(27,32,14)
#111209
(17,18,9)
#000000
(0,0,0)

Tints of #759E3B

#759E3B
(117,158,59)
#81A64C
(129,166,76)
#8DAE5D
(141,174,93)
#99B66E
(153,182,110)
#A5BE7F
(165,190,127)
#B1C690
(177,198,144)
#BDCEA1
(189,206,161)
#C9D6B2
(201,214,178)
#D5DEC3
(213,222,195)
#E1E6D4
(225,230,212)
#EDEEE5
(237,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759E3B color. Also use rgb(117,158,59) instead hex code.

Text Font Color

.myTextColor { color: #759E3B; }

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

This text font color is #759E3B.

Background Color

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

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

This div background color is #759E3B.

Border color

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

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

This div border color is #759E3B.

Opacity

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

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

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

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

This text has shadow with #759E3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #759E3B.

Preview

Color preview on black background

This text has color #759E3B on black background.


Color preview on white background

This text has color #759E3B on white background.


Black color preview on #759E3B background

This text has black color on #759E3B background.


White color preview on #759E3B background

This text has white color on #759E3B background.


Related colors

Complementary color

Complementary color for #hex is #8A61C4.


I love getcolorcode.com

Triadic colors

1 #3B759E and #9E3B75 with #759E3B are triadic colors.

2 #3B9E75 and #9E753B with #759E3B are triadic colors.