COLOR #74B364

HEX: #74B364
RGB: (116,179,100)

Renk bilgisi

#74B364 contains mainly green color. #74B364 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#74B364 color RGB value is (116,179,100).

  • kırmız ton 116;
  • yeşil ton 179;
  • mavi ton 100.
RGB:
(116,179,100)
(45%,70%,39%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 179 of 255 = 70%
B 100 of 255 = 39%

116
179
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 179 + 100 = 395 (100%)
R 116 of 395 ~ 29.37%
G 179 of 395 ~ 45.32%
B 100 of 395 ~ 25.32%

%29.37
%45.32
%25.32

CMYK RENK MODELİ

#74B364 rengi CMYK tonu (35,0,44,30).

  • camgöbeği tonu 35.20%
  • eflatun tonu 0.00%
  • sarı tonu 44.13%
  • ana renk tonu 29.80%
CMYK:
(35,0,44,30)
C35M0Y44K30 
(35%,0%,44%,30%)
(0.35/0.00/0.44/0.30)	

CMYK yüzdeleri

%35.2
%0
%44.13
%29.8

Codes

Color #74B364 in popluar color models

74B364
RGB116179100
HSL108°34.20%54.71%
HSB/HSV108°44.13%70.20%
CMYK35.20%0.00%44.13%
29.80%

Color #74B364 in popluar number systems.

HEX74B364
Decimal116179100
Binary1110100101100111100100
Octal164263144

Shades and tints

Shades of #74B364

#74B364
(116,179,100)
#6AA35B
(106,163,91)
#609352
(96,147,82)
#568349
(86,131,73)
#4C7340
(76,115,64)
#426337
(66,99,55)
#38532E
(56,83,46)
#2E4325
(46,67,37)
#24331C
(36,51,28)
#1A2313
(26,35,19)
#10130A
(16,19,10)
#000000
(0,0,0)

Tints of #74B364

#74B364
(116,179,100)
#80B972
(128,185,114)
#8CBF80
(140,191,128)
#98C58E
(152,197,142)
#A4CB9C
(164,203,156)
#B0D1AA
(176,209,170)
#BCD7B8
(188,215,184)
#C8DDC6
(200,221,198)
#D4E3D4
(212,227,212)
#E0E9E2
(224,233,226)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B364 color. Also use rgb(116,179,100) instead hex code.

Text Font Color

.myTextColor { color: #74B364; }

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

This text font color is #74B364.


Background Color

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

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

This div background color is #74B364.


Border color

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

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

This div border color is #74B364.


Opacity

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

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

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

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

This text has shadow with #74B364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B364 on black background.


Color preview on white background

This text has color #74B364 on white background.



Black color preview on #74B364 background

This text has black color on #74B364 background.


White color preview on #74B364 background

This text has white color on #74B364 background.