COLOR #749762

HEX: #749762
RGB: (116,151,98)

Color info

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

RGB color model

#749762 color RGB value is (116,151,98).

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

RGB channels and saturation

R 116 of 255 = 45%
G 151 of 255 = 59%
B 98 of 255 = 38%

116
151
98

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

Portions of RGB colors in percentages

R + G + B =
116 + 151 + 98 = 365 (100%)
R 116 of 365 ~ 31.78%
G 151 of 365 ~ 41.37%
B 98 of 365 ~ 26.85%

%31.78
%41.37
%26.85

CMYK color model

#749762 color CMYK value is (23,0,35,41).

  • cyan value is 23.18%
  • magenta value is 0.00%
  • yellow value is 35.10%
  • key color value is 40.78%
CMYK:
(23,0,35,41)
C23M0Y35K41 
(23%,0%,35%,41%)
(0.23/0.00/0.35/0.41)	

CMYK percentages

%23.18
%0
%35.1
%40.78

Codes

Color #749762 in popluar color models

749762
RGB11615198
HSL100°21.29%48.82%
HSB/HSV100°35.10%59.22%
CMYK23.18%0.00%35.10%
40.78%

Color #749762 in popluar number systems.

HEX749762
Decimal11615198
Binary1110100100101111100010
Octal164227142

Shades and tints

Shades of #749762

#749762
(116,151,98)
#6A8A5A
(106,138,90)
#607D52
(96,125,82)
#56704A
(86,112,74)
#4C6342
(76,99,66)
#42563A
(66,86,58)
#384932
(56,73,50)
#2E3C2A
(46,60,42)
#242F22
(36,47,34)
#1A221A
(26,34,26)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #749762

#749762
(116,151,98)
#80A070
(128,160,112)
#8CA97E
(140,169,126)
#98B28C
(152,178,140)
#A4BB9A
(164,187,154)
#B0C4A8
(176,196,168)
#BCCDB6
(188,205,182)
#C8D6C4
(200,214,196)
#D4DFD2
(212,223,210)
#E0E8E0
(224,232,224)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749762; }

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

This text font color is #749762.


Background Color

.myBgColor { background-color: #749762; }

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

This div background color is #749762.


Border color

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

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

This div border color is #749762.


Opacity

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

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

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

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

This text has shadow with #749762 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749762 on black background.


Color preview on white background

This text has color #749762 on white background.



Black color preview on #749762 background

This text has black color on #749762 background.


White color preview on #749762 background

This text has white color on #749762 background.