COLOR #74A063

HEX: #74A063
RGB: (116,160,99)

Renk bilgisi

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

RGB renk modeli

#74A063 color RGB value is (116,160,99).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 160 of 255 = 63%
B 99 of 255 = 39%

116
160
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 160 + 99 = 375 (100%)
R 116 of 375 ~ 30.93%
G 160 of 375 ~ 42.67%
B 99 of 375 ~ 26.4%

%30.93
%42.67
%26.4

CMYK RENK MODELİ

#74A063 rengi CMYK tonu (28,0,38,37).

  • camgöbeği tonu 27.50%
  • eflatun tonu 0.00%
  • sarı tonu 38.13%
  • ana renk tonu 37.25%
CMYK:
(28,0,38,37)
C28M0Y38K37 
(28%,0%,38%,37%)
(0.28/0.00/0.38/0.37)	

CMYK yüzdeleri

%27.5
%0
%38.13
%37.25

Codes

Color #74A063 in popluar color models

74A063
RGB11616099
HSL103°24.30%50.78%
HSB/HSV103°38.13%62.75%
CMYK27.50%0.00%38.13%
37.25%

Color #74A063 in popluar number systems.

HEX74A063
Decimal11616099
Binary1110100101000001100011
Octal164240143

Shades and tints

Shades of #74A063

#74A063
(116,160,99)
#6A925A
(106,146,90)
#608451
(96,132,81)
#567648
(86,118,72)
#4C683F
(76,104,63)
#425A36
(66,90,54)
#384C2D
(56,76,45)
#2E3E24
(46,62,36)
#24301B
(36,48,27)
#1A2212
(26,34,18)
#101409
(16,20,9)
#000000
(0,0,0)

Tints of #74A063

#74A063
(116,160,99)
#80A871
(128,168,113)
#8CB07F
(140,176,127)
#98B88D
(152,184,141)
#A4C09B
(164,192,155)
#B0C8A9
(176,200,169)
#BCD0B7
(188,208,183)
#C8D8C5
(200,216,197)
#D4E0D3
(212,224,211)
#E0E8E1
(224,232,225)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A063; }

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

This text font color is #74A063.


Background Color

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

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

This div background color is #74A063.


Border color

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

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

This div border color is #74A063.


Opacity

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

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

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

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

This text has shadow with #74A063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A063 on black background.


Color preview on white background

This text has color #74A063 on white background.



Black color preview on #74A063 background

This text has black color on #74A063 background.


White color preview on #74A063 background

This text has white color on #74A063 background.