COLOR #74AE78

HEX: #74AE78
RGB: (116,174,120)

Renk bilgisi

#74AE78 contains red, green and blue colors in about the same proportion. #74AE78 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#74AE78 color RGB value is (116,174,120).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 174 of 255 = 68%
B 120 of 255 = 47%

116
174
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 174 + 120 = 410 (100%)
R 116 of 410 ~ 28.29%
G 174 of 410 ~ 42.44%
B 120 of 410 ~ 29.27%

%28.29
%42.44
%29.27

CMYK RENK MODELİ

#74AE78 rengi CMYK tonu (33,0,31,32).

  • camgöbeği tonu 33.33%
  • eflatun tonu 0.00%
  • sarı tonu 31.03%
  • ana renk tonu 31.76%
CMYK:
(33,0,31,32)
C33M0Y31K32 
(33%,0%,31%,32%)
(0.33/0.00/0.31/0.32)	

CMYK yüzdeleri

%33.33
%0
%31.03
%31.76

Codes

Color #74AE78 in popluar color models

74AE78
RGB116174120
HSL124°26.36%56.86%
HSB/HSV124°33.33%68.24%
CMYK33.33%0.00%31.03%
31.76%

Color #74AE78 in popluar number systems.

HEX74AE78
Decimal116174120
Binary1110100101011101111000
Octal164256170

Shades and tints

Shades of #74AE78

#74AE78
(116,174,120)
#6A9F6E
(106,159,110)
#609064
(96,144,100)
#56815A
(86,129,90)
#4C7250
(76,114,80)
#426346
(66,99,70)
#38543C
(56,84,60)
#2E4532
(46,69,50)
#243628
(36,54,40)
#1A271E
(26,39,30)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #74AE78

#74AE78
(116,174,120)
#80B584
(128,181,132)
#8CBC90
(140,188,144)
#98C39C
(152,195,156)
#A4CAA8
(164,202,168)
#B0D1B4
(176,209,180)
#BCD8C0
(188,216,192)
#C8DFCC
(200,223,204)
#D4E6D8
(212,230,216)
#E0EDE4
(224,237,228)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AE78; }

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

This text font color is #74AE78.


Background Color

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

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

This div background color is #74AE78.


Border color

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

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

This div border color is #74AE78.


Opacity

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

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

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

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

This text has shadow with #74AE78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AE78 on black background.


Color preview on white background

This text has color #74AE78 on white background.



Black color preview on #74AE78 background

This text has black color on #74AE78 background.


White color preview on #74AE78 background

This text has white color on #74AE78 background.