COLOR #74A606

HEX: #74A606
RGB: (116,166,6)

Renk bilgisi

#74A606 contains mainly red and green colors. #74A606 ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#74A606 color RGB value is (116,166,6).

  • kırmız ton 116;
  • yeşil ton 166;
  • mavi ton 6.
RGB:
(116,166,6)
(45%,65%,2%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 166 of 255 = 65%
B 6 of 255 = 2%

116
166
6

R + G + B ~ 37%. #74A606 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 166 + 6 = 288 (100%)
R 116 of 288 ~ 40.28%
G 166 of 288 ~ 57.64%
B 6 of 288 ~ 2.08%

%40.28
%57.64

CMYK RENK MODELİ

#74A606 rengi CMYK tonu (30,0,96,35).

  • camgöbeği tonu 30.12%
  • eflatun tonu 0.00%
  • sarı tonu 96.39%
  • ana renk tonu 34.90%
CMYK:
(30,0,96,35)
C30M0Y96K35 
(30%,0%,96%,35%)
(0.30/0.00/0.96/0.35)	

CMYK yüzdeleri

%30.12
%0
%96.39
%34.9

Codes

Color #74A606 in popluar color models

74A606
RGB1161666
HSL79°93.02%33.73%
HSB/HSV79°96.39%65.10%
CMYK30.12%0.00%96.39%
34.90%

Color #74A606 in popluar number systems.

HEX74A606
Decimal1161666
Binary111010010100110110
Octal1642466

Shades and tints

Shades of #74A606

#74A606
(116,166,6)
#6A9706
(106,151,6)
#608806
(96,136,6)
#567906
(86,121,6)
#4C6A06
(76,106,6)
#425B06
(66,91,6)
#384C06
(56,76,6)
#2E3D06
(46,61,6)
#242E06
(36,46,6)
#1A1F06
(26,31,6)
#101006
(16,16,6)
#000000
(0,0,0)

Tints of #74A606

#74A606
(116,166,6)
#80AE1C
(128,174,28)
#8CB632
(140,182,50)
#98BE48
(152,190,72)
#A4C65E
(164,198,94)
#B0CE74
(176,206,116)
#BCD68A
(188,214,138)
#C8DEA0
(200,222,160)
#D4E6B6
(212,230,182)
#E0EECC
(224,238,204)
#ECF6E2
(236,246,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A606; }

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

This text font color is #74A606.


Background Color

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

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

This div background color is #74A606.


Border color

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

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

This div border color is #74A606.


Opacity

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

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

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

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

This text has shadow with #74A606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A606 on black background.


Color preview on white background

This text has color #74A606 on white background.



Black color preview on #74A606 background

This text has black color on #74A606 background.


White color preview on #74A606 background

This text has white color on #74A606 background.