COLOR #759954

HEX: #759954
RGB: (117,153,84)

Color info

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

RGB color model

#759954 color RGB value is (117,153,84).

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

RGB channels and saturation

R 117 of 255 = 46%
G 153 of 255 = 60%
B 84 of 255 = 33%

117
153
84

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

Portions of RGB colors in percentages

R + G + B =
117 + 153 + 84 = 354 (100%)
R 117 of 354 ~ 33.05%
G 153 of 354 ~ 43.22%
B 84 of 354 ~ 23.73%

%33.05
%43.22
%23.73

CMYK color model

#759954 color CMYK value is (24,0,45,40).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 45.10%
  • key color value is 40.00%
CMYK:
(24,0,45,40)
C24M0Y45K40 
(24%,0%,45%,40%)
(0.24/0.00/0.45/0.40)	

CMYK percentages

%23.53
%0
%45.1
%40

Codes

Color #759954 in popluar color models

759954
RGB11715384
HSL91°29.11%46.47%
HSB/HSV91°45.10%60.00%
CMYK23.53%0.00%45.10%
40.00%

Color #759954 in popluar number systems.

HEX759954
Decimal11715384
Binary1110101100110011010100
Octal165231124

Shades and tints

Shades of #759954

#759954
(117,153,84)
#6B8C4D
(107,140,77)
#617F46
(97,127,70)
#57723F
(87,114,63)
#4D6538
(77,101,56)
#435831
(67,88,49)
#394B2A
(57,75,42)
#2F3E23
(47,62,35)
#25311C
(37,49,28)
#1B2415
(27,36,21)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #759954

#759954
(117,153,84)
#81A263
(129,162,99)
#8DAB72
(141,171,114)
#99B481
(153,180,129)
#A5BD90
(165,189,144)
#B1C69F
(177,198,159)
#BDCFAE
(189,207,174)
#C9D8BD
(201,216,189)
#D5E1CC
(213,225,204)
#E1EADB
(225,234,219)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759954; }

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

This text font color is #759954.


Background Color

.myBgColor { background-color: #759954; }

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

This div background color is #759954.


Border color

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

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

This div border color is #759954.


Opacity

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

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

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

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

This text has shadow with #759954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759954 on black background.


Color preview on white background

This text has color #759954 on white background.



Black color preview on #759954 background

This text has black color on #759954 background.


White color preview on #759954 background

This text has white color on #759954 background.