COLOR #749978

HEX: #749978
RGB: (116,153,120)

Color info

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

RGB color model

#749978 color RGB value is (116,153,120).

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

RGB channels and saturation

R 116 of 255 = 45%
G 153 of 255 = 60%
B 120 of 255 = 47%

116
153
120

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

Portions of RGB colors in percentages

R + G + B =
116 + 153 + 120 = 389 (100%)
R 116 of 389 ~ 29.82%
G 153 of 389 ~ 39.33%
B 120 of 389 ~ 30.85%

%29.82
%39.33
%30.85

CMYK color model

#749978 color CMYK value is (24,0,22,40).

  • cyan value is 24.18%
  • magenta value is 0.00%
  • yellow value is 21.57%
  • key color value is 40.00%
CMYK:
(24,0,22,40)
C24M0Y22K40 
(24%,0%,22%,40%)
(0.24/0.00/0.22/0.40)	

CMYK percentages

%24.18
%0
%21.57
%40

Codes

Color #749978 in popluar color models

749978
RGB116153120
HSL126°15.35%52.75%
HSB/HSV126°24.18%60.00%
CMYK24.18%0.00%21.57%
40.00%

Color #749978 in popluar number systems.

HEX749978
Decimal116153120
Binary1110100100110011111000
Octal164231170

Shades and tints

Shades of #749978

#749978
(116,153,120)
#6A8C6E
(106,140,110)
#607F64
(96,127,100)
#56725A
(86,114,90)
#4C6550
(76,101,80)
#425846
(66,88,70)
#384B3C
(56,75,60)
#2E3E32
(46,62,50)
#243128
(36,49,40)
#1A241E
(26,36,30)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #749978

#749978
(116,153,120)
#80A284
(128,162,132)
#8CAB90
(140,171,144)
#98B49C
(152,180,156)
#A4BDA8
(164,189,168)
#B0C6B4
(176,198,180)
#BCCFC0
(188,207,192)
#C8D8CC
(200,216,204)
#D4E1D8
(212,225,216)
#E0EAE4
(224,234,228)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749978; }

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

This text font color is #749978.


Background Color

.myBgColor { background-color: #749978; }

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

This div background color is #749978.


Border color

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

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

This div border color is #749978.


Opacity

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

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

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

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

This text has shadow with #749978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749978 on black background.


Color preview on white background

This text has color #749978 on white background.



Black color preview on #749978 background

This text has black color on #749978 background.


White color preview on #749978 background

This text has white color on #749978 background.