COLOR #74AD7B

HEX: #74AD7B
RGB: (116,173,123)

Renk bilgisi

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

RGB renk modeli

#74AD7B color RGB value is (116,173,123).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 173 of 255 = 68%
B 123 of 255 = 48%

116
173
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 173 + 123 = 412 (100%)
R 116 of 412 ~ 28.16%
G 173 of 412 ~ 41.99%
B 123 of 412 ~ 29.85%

%28.16
%41.99
%29.85

CMYK RENK MODELİ

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

  • camgöbeği tonu 32.95%
  • eflatun tonu 0.00%
  • sarı tonu 28.90%
  • ana renk tonu 32.16%
CMYK:
(33,0,29,32)
C33M0Y29K32 
(33%,0%,29%,32%)
(0.33/0.00/0.29/0.32)	

CMYK yüzdeleri

%32.95
%0
%28.9
%32.16

Codes

Color #74AD7B in popluar color models

74AD7B
RGB116173123
HSL127°25.79%56.67%
HSB/HSV127°32.95%67.84%
CMYK32.95%0.00%28.90%
32.16%

Color #74AD7B in popluar number systems.

HEX74AD7B
Decimal116173123
Binary1110100101011011111011
Octal164255173

Shades and tints

Shades of #74AD7B

#74AD7B
(116,173,123)
#6A9E70
(106,158,112)
#608F65
(96,143,101)
#56805A
(86,128,90)
#4C714F
(76,113,79)
#426244
(66,98,68)
#385339
(56,83,57)
#2E442E
(46,68,46)
#243523
(36,53,35)
#1A2618
(26,38,24)
#10170D
(16,23,13)
#000000
(0,0,0)

Tints of #74AD7B

#74AD7B
(116,173,123)
#80B487
(128,180,135)
#8CBB93
(140,187,147)
#98C29F
(152,194,159)
#A4C9AB
(164,201,171)
#B0D0B7
(176,208,183)
#BCD7C3
(188,215,195)
#C8DECF
(200,222,207)
#D4E5DB
(212,229,219)
#E0ECE7
(224,236,231)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74AD7B; }

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

This text font color is #74AD7B.


Background Color

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

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

This div background color is #74AD7B.


Border color

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

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

This div border color is #74AD7B.


Opacity

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

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

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

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

This text has shadow with #74AD7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AD7B on black background.


Color preview on white background

This text has color #74AD7B on white background.



Black color preview on #74AD7B background

This text has black color on #74AD7B background.


White color preview on #74AD7B background

This text has white color on #74AD7B background.