COLOR #74A06D

HEX: #74A06D
RGB: (116,160,109)

Renk bilgisi

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

RGB renk modeli

#74A06D color RGB value is (116,160,109).

  • kırmız ton 116;
  • yeşil ton 160;
  • mavi ton 109.
RGB:
(116,160,109)
(45%,63%,43%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 160 of 255 = 63%
B 109 of 255 = 43%

116
160
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 160 + 109 = 385 (100%)
R 116 of 385 ~ 30.13%
G 160 of 385 ~ 41.56%
B 109 of 385 ~ 28.31%

%30.13
%41.56
%28.31

CMYK RENK MODELİ

#74A06D rengi CMYK tonu (28,0,32,37).

  • camgöbeği tonu 27.50%
  • eflatun tonu 0.00%
  • sarı tonu 31.88%
  • ana renk tonu 37.25%
CMYK:
(28,0,32,37)
C28M0Y32K37 
(28%,0%,32%,37%)
(0.28/0.00/0.32/0.37)	

CMYK yüzdeleri

%27.5
%0
%31.88
%37.25

Codes

Color #74A06D in popluar color models

74A06D
RGB116160109
HSL112°21.16%52.75%
HSB/HSV112°31.88%62.75%
CMYK27.50%0.00%31.88%
37.25%

Color #74A06D in popluar number systems.

HEX74A06D
Decimal116160109
Binary1110100101000001101101
Octal164240155

Shades and tints

Shades of #74A06D

#74A06D
(116,160,109)
#6A9264
(106,146,100)
#60845B
(96,132,91)
#567652
(86,118,82)
#4C6849
(76,104,73)
#425A40
(66,90,64)
#384C37
(56,76,55)
#2E3E2E
(46,62,46)
#243025
(36,48,37)
#1A221C
(26,34,28)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #74A06D

#74A06D
(116,160,109)
#80A87A
(128,168,122)
#8CB087
(140,176,135)
#98B894
(152,184,148)
#A4C0A1
(164,192,161)
#B0C8AE
(176,200,174)
#BCD0BB
(188,208,187)
#C8D8C8
(200,216,200)
#D4E0D5
(212,224,213)
#E0E8E2
(224,232,226)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A06D; }

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

This text font color is #74A06D.


Background Color

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

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

This div background color is #74A06D.


Border color

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

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

This div border color is #74A06D.


Opacity

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

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

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

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

This text has shadow with #74A06D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A06D on black background.


Color preview on white background

This text has color #74A06D on white background.



Black color preview on #74A06D background

This text has black color on #74A06D background.


White color preview on #74A06D background

This text has white color on #74A06D background.