COLOR #74A074

HEX: #74A074
RGB: (116,160,116)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

116
160
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 160 + 116 = 392 (100%)
R 116 of 392 ~ 29.59%
G 160 of 392 ~ 40.82%
B 116 of 392 ~ 29.59%

%29.59
%40.82
%29.59

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%27.5
%0
%27.5
%37.25

Codes

Color #74A074 in popluar color models

74A074
RGB116160116
HSL120°18.80%54.12%
HSB/HSV120°27.50%62.75%
CMYK27.50%0.00%27.50%
37.25%

Color #74A074 in popluar number systems.

HEX74A074
Decimal116160116
Binary1110100101000001110100
Octal164240164

Shades and tints

Shades of #74A074

#74A074
(116,160,116)
#6A926A
(106,146,106)
#608460
(96,132,96)
#567656
(86,118,86)
#4C684C
(76,104,76)
#425A42
(66,90,66)
#384C38
(56,76,56)
#2E3E2E
(46,62,46)
#243024
(36,48,36)
#1A221A
(26,34,26)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #74A074

#74A074
(116,160,116)
#80A880
(128,168,128)
#8CB08C
(140,176,140)
#98B898
(152,184,152)
#A4C0A4
(164,192,164)
#B0C8B0
(176,200,176)
#BCD0BC
(188,208,188)
#C8D8C8
(200,216,200)
#D4E0D4
(212,224,212)
#E0E8E0
(224,232,224)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A074; }

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

This text font color is #74A074.


Background Color

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

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

This div background color is #74A074.


Border color

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

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

This div border color is #74A074.


Opacity

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

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

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

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

This text has shadow with #74A074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A074 on black background.


Color preview on white background

This text has color #74A074 on white background.



Black color preview on #74A074 background

This text has black color on #74A074 background.


White color preview on #74A074 background

This text has white color on #74A074 background.