COLOR #74994A

HEX: #74994A
RGB: (116,153,74)

Renk bilgisi

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

RGB renk modeli

#74994A color RGB value is (116,153,74).

  • kırmız ton 116;
  • yeşil ton 153;
  • mavi ton 74.
RGB:
(116,153,74)
(45%,60%,29%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 153 of 255 = 60%
B 74 of 255 = 29%

116
153
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 153 + 74 = 343 (100%)
R 116 of 343 ~ 33.82%
G 153 of 343 ~ 44.61%
B 74 of 343 ~ 21.57%

%33.82
%44.61
%21.57

CMYK RENK MODELİ

#74994A rengi CMYK tonu (24,0,52,40).

  • camgöbeği tonu 24.18%
  • eflatun tonu 0.00%
  • sarı tonu 51.63%
  • ana renk tonu 40.00%
CMYK:
(24,0,52,40)
C24M0Y52K40 
(24%,0%,52%,40%)
(0.24/0.00/0.52/0.40)	

CMYK yüzdeleri

%24.18
%0
%51.63
%40

Codes

Color #74994A in popluar color models

74994A
RGB11615374
HSL88°34.80%44.51%
HSB/HSV88°51.63%60.00%
CMYK24.18%0.00%51.63%
40.00%

Color #74994A in popluar number systems.

HEX74994A
Decimal11615374
Binary1110100100110011001010
Octal164231112

Shades and tints

Shades of #74994A

#74994A
(116,153,74)
#6A8C44
(106,140,68)
#607F3E
(96,127,62)
#567238
(86,114,56)
#4C6532
(76,101,50)
#42582C
(66,88,44)
#384B26
(56,75,38)
#2E3E20
(46,62,32)
#24311A
(36,49,26)
#1A2414
(26,36,20)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #74994A

#74994A
(116,153,74)
#80A25A
(128,162,90)
#8CAB6A
(140,171,106)
#98B47A
(152,180,122)
#A4BD8A
(164,189,138)
#B0C69A
(176,198,154)
#BCCFAA
(188,207,170)
#C8D8BA
(200,216,186)
#D4E1CA
(212,225,202)
#E0EADA
(224,234,218)
#ECF3EA
(236,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74994A; }

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

This text font color is #74994A.


Background Color

.myBgColor { background-color: #74994A; }

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

This div background color is #74994A.


Border color

.myBorderColor { border: 1px solid #74994A; }

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

This div border color is #74994A.


Opacity

.myOpacity80 { color: #74994A; opacity: 0.8; }

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

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

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

This text has shadow with #74994A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74994A on black background.


Color preview on white background

This text has color #74994A on white background.



Black color preview on #74994A background

This text has black color on #74994A background.


White color preview on #74994A background

This text has white color on #74994A background.