COLOR #749962

HEX: #749962
RGB: (116,153,98)

Color info

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

RGB color model

#749962 color RGB value is (116,153,98).

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

RGB channels and saturation

R 116 of 255 = 45%
G 153 of 255 = 60%
B 98 of 255 = 38%

116
153
98

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

Portions of RGB colors in percentages

R + G + B =
116 + 153 + 98 = 367 (100%)
R 116 of 367 ~ 31.61%
G 153 of 367 ~ 41.69%
B 98 of 367 ~ 26.7%

%31.61
%41.69
%26.7

CMYK color model

#749962 color CMYK value is (24,0,36,40).

  • cyan value is 24.18%
  • magenta value is 0.00%
  • yellow value is 35.95%
  • key color value is 40.00%
CMYK:
(24,0,36,40)
C24M0Y36K40 
(24%,0%,36%,40%)
(0.24/0.00/0.36/0.40)	

CMYK percentages

%24.18
%0
%35.95
%40

Codes

Color #749962 in popluar color models

749962
RGB11615398
HSL100°21.91%49.22%
HSB/HSV100°35.95%60.00%
CMYK24.18%0.00%35.95%
40.00%

Color #749962 in popluar number systems.

HEX749962
Decimal11615398
Binary1110100100110011100010
Octal164231142

Shades and tints

Shades of #749962

#749962
(116,153,98)
#6A8C5A
(106,140,90)
#607F52
(96,127,82)
#56724A
(86,114,74)
#4C6542
(76,101,66)
#42583A
(66,88,58)
#384B32
(56,75,50)
#2E3E2A
(46,62,42)
#243122
(36,49,34)
#1A241A
(26,36,26)
#101712
(16,23,18)
#000000
(0,0,0)

Tints of #749962

#749962
(116,153,98)
#80A270
(128,162,112)
#8CAB7E
(140,171,126)
#98B48C
(152,180,140)
#A4BD9A
(164,189,154)
#B0C6A8
(176,198,168)
#BCCFB6
(188,207,182)
#C8D8C4
(200,216,196)
#D4E1D2
(212,225,210)
#E0EAE0
(224,234,224)
#ECF3EE
(236,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749962; }

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

This text font color is #749962.


Background Color

.myBgColor { background-color: #749962; }

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

This div background color is #749962.


Border color

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

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

This div border color is #749962.


Opacity

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

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

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

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

This text has shadow with #749962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749962 on black background.


Color preview on white background

This text has color #749962 on white background.



Black color preview on #749962 background

This text has black color on #749962 background.


White color preview on #749962 background

This text has white color on #749962 background.