COLOR #759A75

HEX: #759A75
RGB: (117,154,117)

Color info

#759A75 contains red, green and blue colors in about the same proportion. Web safe color of #759A75 is #669966 (or #696).

RGB color model

#759A75 color RGB value is (117,154,117).

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

RGB channels and saturation

R 117 of 255 = 46%
G 154 of 255 = 60%
B 117 of 255 = 46%

117
154
117

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

Portions of RGB colors in percentages

R + G + B =
117 + 154 + 117 = 388 (100%)
R 117 of 388 ~ 30.15%
G 154 of 388 ~ 39.69%
B 117 of 388 ~ 30.15%

%30.15
%39.69
%30.15

CMYK color model

#759A75 color CMYK value is (24,0,24,40).

  • cyan value is 24.03%
  • magenta value is 0.00%
  • yellow value is 24.03%
  • key color value is 39.61%
CMYK:
(24,0,24,40)
C24M0Y24K40 
(24%,0%,24%,40%)
(0.24/0.00/0.24/0.40)	

CMYK percentages

%24.03
%0
%24.03
%39.61

Codes

Color #759A75 in popluar color models

759A75
RGB117154117
HSL120°15.48%53.14%
HSB/HSV120°24.03%60.39%
CMYK24.03%0.00%24.03%
39.61%

Color #759A75 in popluar number systems.

HEX759A75
Decimal117154117
Binary1110101100110101110101
Octal165232165

Shades and tints

Shades of #759A75

#759A75
(117,154,117)
#6B8C6B
(107,140,107)
#617E61
(97,126,97)
#577057
(87,112,87)
#4D624D
(77,98,77)
#435443
(67,84,67)
#394639
(57,70,57)
#2F382F
(47,56,47)
#252A25
(37,42,37)
#1B1C1B
(27,28,27)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #759A75

#759A75
(117,154,117)
#81A381
(129,163,129)
#8DAC8D
(141,172,141)
#99B599
(153,181,153)
#A5BEA5
(165,190,165)
#B1C7B1
(177,199,177)
#BDD0BD
(189,208,189)
#C9D9C9
(201,217,201)
#D5E2D5
(213,226,213)
#E1EBE1
(225,235,225)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #759A75; }

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

This text font color is #759A75.


Background Color

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

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

This div background color is #759A75.


Border color

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

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

This div border color is #759A75.


Opacity

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

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

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

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

This text has shadow with #759A75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #759A75 on black background.


Color preview on white background

This text has color #759A75 on white background.



Black color preview on #759A75 background

This text has black color on #759A75 background.


White color preview on #759A75 background

This text has white color on #759A75 background.