COLOR #749765

HEX: #749765
RGB: (116,151,101)

Color info

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

RGB color model

#749765 color RGB value is (116,151,101).

  • red value is 116;
  • green value is 151;
  • blue value is 101.
RGB:
(116,151,101)
(45%,59%,40%)

RGB channels and saturation

R 116 of 255 = 45%
G 151 of 255 = 59%
B 101 of 255 = 40%

116
151
101

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

Portions of RGB colors in percentages

R + G + B =
116 + 151 + 101 = 368 (100%)
R 116 of 368 ~ 31.52%
G 151 of 368 ~ 41.03%
B 101 of 368 ~ 27.45%

%31.52
%41.03
%27.45

CMYK color model

#749765 color CMYK value is (23,0,33,41).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 33.11%
  • key color value is 40.78%
CMYK:
(23,0,33,41)
C23M0Y33K41 
(23%,0%,33%,41%)
(0.23/0.00/0.33/0.41)	

CMYK percentages

%23.18
%0
%33.11
%40.78

Codes

Color #749765 in popluar color models

749765
RGB116151101
HSL102°19.84%49.41%
HSB/HSV102°33.11%59.22%
CMYK23.18%0.00%33.11%
40.78%

Color #749765 in popluar number systems.

HEX749765
Decimal116151101
Binary1110100100101111100101
Octal164227145

Shades and tints

Shades of #749765

#749765
(116,151,101)
#6A8A5C
(106,138,92)
#607D53
(96,125,83)
#56704A
(86,112,74)
#4C6341
(76,99,65)
#425638
(66,86,56)
#38492F
(56,73,47)
#2E3C26
(46,60,38)
#242F1D
(36,47,29)
#1A2214
(26,34,20)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #749765

#749765
(116,151,101)
#80A073
(128,160,115)
#8CA981
(140,169,129)
#98B28F
(152,178,143)
#A4BB9D
(164,187,157)
#B0C4AB
(176,196,171)
#BCCDB9
(188,205,185)
#C8D6C7
(200,214,199)
#D4DFD5
(212,223,213)
#E0E8E3
(224,232,227)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749765 color. Also use rgb(116,151,101) instead hex code.

Text Font Color

.myTextColor { color: #749765; }

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

This text font color is #749765.


Background Color

.myBgColor { background-color: #749765; }

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

This div background color is #749765.


Border color

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

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

This div border color is #749765.


Opacity

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

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

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

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

This text has shadow with #749765 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749765 on black background.


Color preview on white background

This text has color #749765 on white background.



Black color preview on #749765 background

This text has black color on #749765 background.


White color preview on #749765 background

This text has white color on #749765 background.