COLOR #74B63C

HEX: #74B63C
RGB: (116,182,60)

Renk bilgisi

#74B63C contains mainly green color. #74B63C ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#74B63C color RGB value is (116,182,60).

  • kırmız ton 116;
  • yeşil ton 182;
  • mavi ton 60.
RGB:
(116,182,60)
(45%,71%,24%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 182 of 255 = 71%
B 60 of 255 = 24%

116
182
60

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 182 + 60 = 358 (100%)
R 116 of 358 ~ 32.4%
G 182 of 358 ~ 50.84%
B 60 of 358 ~ 16.76%

%32.4
%50.84
%16.76

CMYK RENK MODELİ

#74B63C rengi CMYK tonu (36,0,67,29).

  • camgöbeği tonu 36.26%
  • eflatun tonu 0.00%
  • sarı tonu 67.03%
  • ana renk tonu 28.63%
CMYK:
(36,0,67,29)
C36M0Y67K29 
(36%,0%,67%,29%)
(0.36/0.00/0.67/0.29)	

CMYK yüzdeleri

%36.26
%0
%67.03
%28.63

Codes

Color #74B63C in popluar color models

74B63C
RGB11618260
HSL92°50.41%47.45%
HSB/HSV92°67.03%71.37%
CMYK36.26%0.00%67.03%
28.63%

Color #74B63C in popluar number systems.

HEX74B63C
Decimal11618260
Binary111010010110110111100
Octal16426674

Shades and tints

Shades of #74B63C

#74B63C
(116,182,60)
#6AA637
(106,166,55)
#609632
(96,150,50)
#56862D
(86,134,45)
#4C7628
(76,118,40)
#426623
(66,102,35)
#38561E
(56,86,30)
#2E4619
(46,70,25)
#243614
(36,54,20)
#1A260F
(26,38,15)
#10160A
(16,22,10)
#000000
(0,0,0)

Tints of #74B63C

#74B63C
(116,182,60)
#80BC4D
(128,188,77)
#8CC25E
(140,194,94)
#98C86F
(152,200,111)
#A4CE80
(164,206,128)
#B0D491
(176,212,145)
#BCDAA2
(188,218,162)
#C8E0B3
(200,224,179)
#D4E6C4
(212,230,196)
#E0ECD5
(224,236,213)
#ECF2E6
(236,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B63C; }

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

This text font color is #74B63C.


Background Color

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

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

This div background color is #74B63C.


Border color

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

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

This div border color is #74B63C.


Opacity

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

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

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

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

This text has shadow with #74B63C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B63C on black background.


Color preview on white background

This text has color #74B63C on white background.



Black color preview on #74B63C background

This text has black color on #74B63C background.


White color preview on #74B63C background

This text has white color on #74B63C background.