COLOR #74A641

HEX: #74A641
RGB: (116,166,65)

Renk bilgisi

#74A641 contains mainly red and green colors. #74A641 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#74A641 color RGB value is (116,166,65).

  • kırmız ton 116;
  • yeşil ton 166;
  • mavi ton 65.
RGB:
(116,166,65)
(45%,65%,25%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 166 of 255 = 65%
B 65 of 255 = 25%

116
166
65

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 166 + 65 = 347 (100%)
R 116 of 347 ~ 33.43%
G 166 of 347 ~ 47.84%
B 65 of 347 ~ 18.73%

%33.43
%47.84
%18.73

CMYK RENK MODELİ

#74A641 rengi CMYK tonu (30,0,61,35).

  • camgöbeği tonu 30.12%
  • eflatun tonu 0.00%
  • sarı tonu 60.84%
  • ana renk tonu 34.90%
CMYK:
(30,0,61,35)
C30M0Y61K35 
(30%,0%,61%,35%)
(0.30/0.00/0.61/0.35)	

CMYK yüzdeleri

%30.12
%0
%60.84
%34.9

Codes

Color #74A641 in popluar color models

74A641
RGB11616665
HSL90°43.72%45.29%
HSB/HSV90°60.84%65.10%
CMYK30.12%0.00%60.84%
34.90%

Color #74A641 in popluar number systems.

HEX74A641
Decimal11616665
Binary1110100101001101000001
Octal164246101

Shades and tints

Shades of #74A641

#74A641
(116,166,65)
#6A973C
(106,151,60)
#608837
(96,136,55)
#567932
(86,121,50)
#4C6A2D
(76,106,45)
#425B28
(66,91,40)
#384C23
(56,76,35)
#2E3D1E
(46,61,30)
#242E19
(36,46,25)
#1A1F14
(26,31,20)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #74A641

#74A641
(116,166,65)
#80AE52
(128,174,82)
#8CB663
(140,182,99)
#98BE74
(152,190,116)
#A4C685
(164,198,133)
#B0CE96
(176,206,150)
#BCD6A7
(188,214,167)
#C8DEB8
(200,222,184)
#D4E6C9
(212,230,201)
#E0EEDA
(224,238,218)
#ECF6EB
(236,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A641 color. Also use rgb(116,166,65) instead hex code.

Text Font Color

.myTextColor { color: #74A641; }

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

This text font color is #74A641.


Background Color

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

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

This div background color is #74A641.


Border color

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

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

This div border color is #74A641.


Opacity

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

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

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

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

This text has shadow with #74A641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A641 on black background.


Color preview on white background

This text has color #74A641 on white background.



Black color preview on #74A641 background

This text has black color on #74A641 background.


White color preview on #74A641 background

This text has white color on #74A641 background.