COLOR #74AE75

HEX: #74AE75
RGB: (116,174,117)

Renk bilgisi

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

RGB renk modeli

#74AE75 color RGB value is (116,174,117).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 174 of 255 = 68%
B 117 of 255 = 46%

116
174
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 174 + 117 = 407 (100%)
R 116 of 407 ~ 28.5%
G 174 of 407 ~ 42.75%
B 117 of 407 ~ 28.75%

%28.5
%42.75
%28.75

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%33.33
%0
%32.76
%31.76

Codes

Color #74AE75 in popluar color models

74AE75
RGB116174117
HSL121°26.36%56.86%
HSB/HSV121°33.33%68.24%
CMYK33.33%0.00%32.76%
31.76%

Color #74AE75 in popluar number systems.

HEX74AE75
Decimal116174117
Binary1110100101011101110101
Octal164256165

Shades and tints

Shades of #74AE75

#74AE75
(116,174,117)
#6A9F6B
(106,159,107)
#609061
(96,144,97)
#568157
(86,129,87)
#4C724D
(76,114,77)
#426343
(66,99,67)
#385439
(56,84,57)
#2E452F
(46,69,47)
#243625
(36,54,37)
#1A271B
(26,39,27)
#101811
(16,24,17)
#000000
(0,0,0)

Tints of #74AE75

#74AE75
(116,174,117)
#80B581
(128,181,129)
#8CBC8D
(140,188,141)
#98C399
(152,195,153)
#A4CAA5
(164,202,165)
#B0D1B1
(176,209,177)
#BCD8BD
(188,216,189)
#C8DFC9
(200,223,201)
#D4E6D5
(212,230,213)
#E0EDE1
(224,237,225)
#ECF4ED
(236,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AE75; }

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

This text font color is #74AE75.


Background Color

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

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

This div background color is #74AE75.


Border color

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

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

This div border color is #74AE75.


Opacity

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

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

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

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

This text has shadow with #74AE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AE75 on black background.


Color preview on white background

This text has color #74AE75 on white background.



Black color preview on #74AE75 background

This text has black color on #74AE75 background.


White color preview on #74AE75 background

This text has white color on #74AE75 background.