COLOR #74B878

HEX: #74B878
RGB: (116,184,120)

Renk bilgisi

#74B878 contains mainly green color. #74B878 ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#74B878 color RGB value is (116,184,120).

  • kırmız ton 116;
  • yeşil ton 184;
  • mavi ton 120.
RGB:
(116,184,120)
(45%,72%,47%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 184 of 255 = 72%
B 120 of 255 = 47%

116
184
120

R + G + B ~ 55%. #74B878 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 184 + 120 = 420 (100%)
R 116 of 420 ~ 27.62%
G 184 of 420 ~ 43.81%
B 120 of 420 ~ 28.57%

%27.62
%43.81
%28.57

CMYK RENK MODELİ

#74B878 rengi CMYK tonu (37,0,35,28).

  • camgöbeği tonu 36.96%
  • eflatun tonu 0.00%
  • sarı tonu 34.78%
  • ana renk tonu 27.84%
CMYK:
(37,0,35,28)
C37M0Y35K28 
(37%,0%,35%,28%)
(0.37/0.00/0.35/0.28)	

CMYK yüzdeleri

%36.96
%0
%34.78
%27.84

Codes

Color #74B878 in popluar color models

74B878
RGB116184120
HSL124°32.38%58.82%
HSB/HSV124°36.96%72.16%
CMYK36.96%0.00%34.78%
27.84%

Color #74B878 in popluar number systems.

HEX74B878
Decimal116184120
Binary1110100101110001111000
Octal164270170

Shades and tints

Shades of #74B878

#74B878
(116,184,120)
#6AA86E
(106,168,110)
#609864
(96,152,100)
#56885A
(86,136,90)
#4C7850
(76,120,80)
#426846
(66,104,70)
#38583C
(56,88,60)
#2E4832
(46,72,50)
#243828
(36,56,40)
#1A281E
(26,40,30)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #74B878

#74B878
(116,184,120)
#80BE84
(128,190,132)
#8CC490
(140,196,144)
#98CA9C
(152,202,156)
#A4D0A8
(164,208,168)
#B0D6B4
(176,214,180)
#BCDCC0
(188,220,192)
#C8E2CC
(200,226,204)
#D4E8D8
(212,232,216)
#E0EEE4
(224,238,228)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B878; }

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

This text font color is #74B878.


Background Color

.myBgColor { background-color: #74B878; }

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

This div background color is #74B878.


Border color

.myBorderColor { border: 1px solid #74B878; }

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

This div border color is #74B878.


Opacity

.myOpacity80 { color: #74B878; opacity: 0.8; }

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

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

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

This text has shadow with #74B878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B878 on black background.


Color preview on white background

This text has color #74B878 on white background.



Black color preview on #74B878 background

This text has black color on #74B878 background.


White color preview on #74B878 background

This text has white color on #74B878 background.