COLOR #74AA4A

HEX: #74AA4A
RGB: (116,170,74)

Renk bilgisi

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

RGB renk modeli

#74AA4A color RGB value is (116,170,74).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 170 of 255 = 67%
B 74 of 255 = 29%

116
170
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 170 + 74 = 360 (100%)
R 116 of 360 ~ 32.22%
G 170 of 360 ~ 47.22%
B 74 of 360 ~ 20.56%

%32.22
%47.22
%20.56

CMYK RENK MODELİ

#74AA4A rengi CMYK tonu (32,0,56,33).

  • camgöbeği tonu 31.76%
  • eflatun tonu 0.00%
  • sarı tonu 56.47%
  • ana renk tonu 33.33%
CMYK:
(32,0,56,33)
C32M0Y56K33 
(32%,0%,56%,33%)
(0.32/0.00/0.56/0.33)	

CMYK yüzdeleri

%31.76
%0
%56.47
%33.33

Codes

Color #74AA4A in popluar color models

74AA4A
RGB11617074
HSL94°39.34%47.84%
HSB/HSV94°56.47%66.67%
CMYK31.76%0.00%56.47%
33.33%

Color #74AA4A in popluar number systems.

HEX74AA4A
Decimal11617074
Binary1110100101010101001010
Octal164252112

Shades and tints

Shades of #74AA4A

#74AA4A
(116,170,74)
#6A9B44
(106,155,68)
#608C3E
(96,140,62)
#567D38
(86,125,56)
#4C6E32
(76,110,50)
#425F2C
(66,95,44)
#385026
(56,80,38)
#2E4120
(46,65,32)
#24321A
(36,50,26)
#1A2314
(26,35,20)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #74AA4A

#74AA4A
(116,170,74)
#80B15A
(128,177,90)
#8CB86A
(140,184,106)
#98BF7A
(152,191,122)
#A4C68A
(164,198,138)
#B0CD9A
(176,205,154)
#BCD4AA
(188,212,170)
#C8DBBA
(200,219,186)
#D4E2CA
(212,226,202)
#E0E9DA
(224,233,218)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AA4A; }

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

This text font color is #74AA4A.


Background Color

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

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

This div background color is #74AA4A.


Border color

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

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

This div border color is #74AA4A.


Opacity

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

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

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

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

This text has shadow with #74AA4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AA4A on black background.


Color preview on white background

This text has color #74AA4A on white background.



Black color preview on #74AA4A background

This text has black color on #74AA4A background.


White color preview on #74AA4A background

This text has white color on #74AA4A background.