COLOR #759911

HEX: #759911
RGB: (117,153,17)

Color info

#759911 contains mainly red and green colors. Web safe color of #759911 is #669900 (or #690).

RGB color model

#759911 color RGB value is (117,153,17).

  • red value is 117;
  • green value is 153;
  • blue value is 17.
RGB:
(117,153,17)
(46%,60%,7%)

RGB channels and saturation

R 117 of 255 = 46%
G 153 of 255 = 60%
B 17 of 255 = 7%

117
153
17

R + G + B ~ 38%. #759911 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 153 + 17 = 287 (100%)
R 117 of 287 ~ 40.77%
G 153 of 287 ~ 53.31%
B 17 of 287 ~ 5.92%

%40.77
%53.31

CMYK color model

#759911 color CMYK value is (24,0,89,40).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 40.00%
CMYK:
(24,0,89,40)
C24M0Y89K40 
(24%,0%,89%,40%)
(0.24/0.00/0.89/0.40)	

CMYK percentages

%23.53
%0
%88.89
%40

Codes

Color #759911 in popluar color models

759911
RGB11715317
HSL76°80.00%33.33%
HSB/HSV76°88.89%60.00%
CMYK23.53%0.00%88.89%
40.00%

Color #759911 in popluar number systems.

HEX759911
Decimal11715317
Binary11101011001100110001
Octal16523121

Shades and tints

Shades of #759911

#759911
(117,153,17)
#6B8C10
(107,140,16)
#617F0F
(97,127,15)
#57720E
(87,114,14)
#4D650D
(77,101,13)
#43580C
(67,88,12)
#394B0B
(57,75,11)
#2F3E0A
(47,62,10)
#253109
(37,49,9)
#1B2408
(27,36,8)
#111707
(17,23,7)
#000000
(0,0,0)

Tints of #759911

#759911
(117,153,17)
#81A226
(129,162,38)
#8DAB3B
(141,171,59)
#99B450
(153,180,80)
#A5BD65
(165,189,101)
#B1C67A
(177,198,122)
#BDCF8F
(189,207,143)
#C9D8A4
(201,216,164)
#D5E1B9
(213,225,185)
#E1EACE
(225,234,206)
#EDF3E3
(237,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #759911 color. Also use rgb(117,153,17) instead hex code.

Text Font Color

.myTextColor { color: #759911; }

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

This text font color is #759911.


Background Color

.myBgColor { background-color: #759911; }

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

This div background color is #759911.


Border color

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

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

This div border color is #759911.


Opacity

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

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

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

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

This text has shadow with #759911 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759911 on black background.


Color preview on white background

This text has color #759911 on white background.



Black color preview on #759911 background

This text has black color on #759911 background.


White color preview on #759911 background

This text has white color on #759911 background.