COLOR #74973C

HEX: #74973C
RGB: (116,151,60)

Renk bilgisi

#74973C contains mainly red and green colors. #74973C ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#74973C color RGB value is (116,151,60).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 151 of 255 = 59%
B 60 of 255 = 24%

116
151
60

R + G + B ~ 43%. #74973C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 151 + 60 = 327 (100%)
R 116 of 327 ~ 35.47%
G 151 of 327 ~ 46.18%
B 60 of 327 ~ 18.35%

%35.47
%46.18
%18.35

CMYK RENK MODELİ

#74973C rengi CMYK tonu (23,0,60,41).

  • camgöbeği tonu 23.18%
  • eflatun tonu 0.00%
  • sarı tonu 60.26%
  • ana renk tonu 40.78%
CMYK:
(23,0,60,41)
C23M0Y60K41 
(23%,0%,60%,41%)
(0.23/0.00/0.60/0.41)	

CMYK yüzdeleri

%23.18
%0
%60.26
%40.78

Codes

Color #74973C in popluar color models

74973C
RGB11615160
HSL83°43.13%41.37%
HSB/HSV83°60.26%59.22%
CMYK23.18%0.00%60.26%
40.78%

Color #74973C in popluar number systems.

HEX74973C
Decimal11615160
Binary111010010010111111100
Octal16422774

Shades and tints

Shades of #74973C

#74973C
(116,151,60)
#6A8A37
(106,138,55)
#607D32
(96,125,50)
#56702D
(86,112,45)
#4C6328
(76,99,40)
#425623
(66,86,35)
#38491E
(56,73,30)
#2E3C19
(46,60,25)
#242F14
(36,47,20)
#1A220F
(26,34,15)
#10150A
(16,21,10)
#000000
(0,0,0)

Tints of #74973C

#74973C
(116,151,60)
#80A04D
(128,160,77)
#8CA95E
(140,169,94)
#98B26F
(152,178,111)
#A4BB80
(164,187,128)
#B0C491
(176,196,145)
#BCCDA2
(188,205,162)
#C8D6B3
(200,214,179)
#D4DFC4
(212,223,196)
#E0E8D5
(224,232,213)
#ECF1E6
(236,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74973C color. Also use rgb(116,151,60) instead hex code.

Text Font Color

.myTextColor { color: #74973C; }

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

This text font color is #74973C.


Background Color

.myBgColor { background-color: #74973C; }

<div style="background-color:#74973C">Inner text</div>

This div background color is #74973C.


Border color

.myBorderColor { border: 1px solid #74973C; }

<div style="border:3px solid #74973C">Div</div>

This div border color is #74973C.


Opacity

.myOpacity80 { color: #74973C; opacity: 0.8; }

<p style="color:#74973C;opacity:0.8;">80%</p>

Text with #74973C 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 #74973C;}

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

This text has shadow with #74973C color.

.textShadow {text-shadow: 3px 3px 1px #74973C, 3px 3px 1px red;}

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

This text has shadow with #74973C primary color and red secondary color.


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

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

This text has shadow with #74973C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74973C on black background.


Color preview on white background

This text has color #74973C on white background.



Black color preview on #74973C background

This text has black color on #74973C background.


White color preview on #74973C background

This text has white color on #74973C background.