COLOR #74AE72

HEX: #74AE72
RGB: (116,174,114)

Renk bilgisi

#74AE72 contains mainly red and green colors. #74AE72 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#74AE72 color RGB value is (116,174,114).

  • kırmız ton 116;
  • yeşil ton 174;
  • mavi ton 114.
RGB:
(116,174,114)
(45%,68%,45%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 174 of 255 = 68%
B 114 of 255 = 45%

116
174
114

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 174 + 114 = 404 (100%)
R 116 of 404 ~ 28.71%
G 174 of 404 ~ 43.07%
B 114 of 404 ~ 28.22%

%28.71
%43.07
%28.22

CMYK RENK MODELİ

#74AE72 rengi CMYK tonu (33,0,34,32).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 34.48%
  • ana renk tonu 31.76%
CMYK:
(33,0,34,32)
C33M0Y34K32 
(33%,0%,34%,32%)
(0.33/0.00/0.34/0.32)	

CMYK yüzdeleri

%33.33
%0
%34.48
%31.76

Codes

Color #74AE72 in popluar color models

74AE72
RGB116174114
HSL118°27.03%56.47%
HSB/HSV118°34.48%68.24%
CMYK33.33%0.00%34.48%
31.76%

Color #74AE72 in popluar number systems.

HEX74AE72
Decimal116174114
Binary1110100101011101110010
Octal164256162

Shades and tints

Shades of #74AE72

#74AE72
(116,174,114)
#6A9F68
(106,159,104)
#60905E
(96,144,94)
#568154
(86,129,84)
#4C724A
(76,114,74)
#426340
(66,99,64)
#385436
(56,84,54)
#2E452C
(46,69,44)
#243622
(36,54,34)
#1A2718
(26,39,24)
#10180E
(16,24,14)
#000000
(0,0,0)

Tints of #74AE72

#74AE72
(116,174,114)
#80B57E
(128,181,126)
#8CBC8A
(140,188,138)
#98C396
(152,195,150)
#A4CAA2
(164,202,162)
#B0D1AE
(176,209,174)
#BCD8BA
(188,216,186)
#C8DFC6
(200,223,198)
#D4E6D2
(212,230,210)
#E0EDDE
(224,237,222)
#ECF4EA
(236,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AE72; }

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

This text font color is #74AE72.


Background Color

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

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

This div background color is #74AE72.


Border color

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

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

This div border color is #74AE72.


Opacity

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

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

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

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

This text has shadow with #74AE72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AE72 on black background.


Color preview on white background

This text has color #74AE72 on white background.



Black color preview on #74AE72 background

This text has black color on #74AE72 background.


White color preview on #74AE72 background

This text has white color on #74AE72 background.