COLOR #74978B

HEX: #74978B
RGB: (116,151,139)

Renk bilgisi

#74978B contains red, green and blue colors in about the same proportion. #74978B ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#74978B color RGB value is (116,151,139).

  • kırmız ton 116;
  • yeşil ton 151;
  • mavi ton 139.
RGB:
(116,151,139)
(45%,59%,55%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 151 of 255 = 59%
B 139 of 255 = 55%

116
151
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 151 + 139 = 406 (100%)
R 116 of 406 ~ 28.57%
G 151 of 406 ~ 37.19%
B 139 of 406 ~ 34.24%

%28.57
%37.19
%34.24

CMYK RENK MODELİ

#74978B rengi CMYK tonu (23,0,8,41).

  • camgöbeği tonu 23.18%
  • eflatun tonu 0.00%
  • sarı tonu 7.95%
  • ana renk tonu 40.78%
CMYK:
(23,0,8,41)
C23M0Y8K41 
(23%,0%,8%,41%)
(0.23/0.00/0.08/0.41)	

CMYK yüzdeleri

%23.18
%0
%7.95
%40.78

Codes

Color #74978B in popluar color models

74978B
RGB116151139
HSL159°14.40%52.35%
HSB/HSV159°23.18%59.22%
CMYK23.18%0.00%7.95%
40.78%

Color #74978B in popluar number systems.

HEX74978B
Decimal116151139
Binary11101001001011110001011
Octal164227213

Shades and tints

Shades of #74978B

#74978B
(116,151,139)
#6A8A7F
(106,138,127)
#607D73
(96,125,115)
#567067
(86,112,103)
#4C635B
(76,99,91)
#42564F
(66,86,79)
#384943
(56,73,67)
#2E3C37
(46,60,55)
#242F2B
(36,47,43)
#1A221F
(26,34,31)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #74978B

#74978B
(116,151,139)
#80A095
(128,160,149)
#8CA99F
(140,169,159)
#98B2A9
(152,178,169)
#A4BBB3
(164,187,179)
#B0C4BD
(176,196,189)
#BCCDC7
(188,205,199)
#C8D6D1
(200,214,209)
#D4DFDB
(212,223,219)
#E0E8E5
(224,232,229)
#ECF1EF
(236,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74978B; }

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

This text font color is #74978B.


Background Color

.myBgColor { background-color: #74978B; }

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

This div background color is #74978B.


Border color

.myBorderColor { border: 1px solid #74978B; }

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

This div border color is #74978B.


Opacity

.myOpacity80 { color: #74978B; opacity: 0.8; }

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

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

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

This text has shadow with #74978B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74978B on black background.


Color preview on white background

This text has color #74978B on white background.



Black color preview on #74978B background

This text has black color on #74978B background.


White color preview on #74978B background

This text has white color on #74978B background.