COLOR #74A55A

HEX: #74A55A
RGB: (116,165,90)

Renk bilgisi

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

RGB renk modeli

#74A55A color RGB value is (116,165,90).

  • kırmız ton 116;
  • yeşil ton 165;
  • mavi ton 90.
RGB:
(116,165,90)
(45%,65%,35%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 165 of 255 = 65%
B 90 of 255 = 35%

116
165
90

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 165 + 90 = 371 (100%)
R 116 of 371 ~ 31.27%
G 165 of 371 ~ 44.47%
B 90 of 371 ~ 24.26%

%31.27
%44.47
%24.26

CMYK RENK MODELİ

#74A55A rengi CMYK tonu (30,0,45,35).

  • camgöbeği tonu 29.70%
  • eflatun tonu 0.00%
  • sarı tonu 45.45%
  • ana renk tonu 35.29%
CMYK:
(30,0,45,35)
C30M0Y45K35 
(30%,0%,45%,35%)
(0.30/0.00/0.45/0.35)	

CMYK yüzdeleri

%29.7
%0
%45.45
%35.29

Codes

Color #74A55A in popluar color models

74A55A
RGB11616590
HSL99°29.41%50.00%
HSB/HSV99°45.45%64.71%
CMYK29.70%0.00%45.45%
35.29%

Color #74A55A in popluar number systems.

HEX74A55A
Decimal11616590
Binary1110100101001011011010
Octal164245132

Shades and tints

Shades of #74A55A

#74A55A
(116,165,90)
#6A9652
(106,150,82)
#60874A
(96,135,74)
#567842
(86,120,66)
#4C693A
(76,105,58)
#425A32
(66,90,50)
#384B2A
(56,75,42)
#2E3C22
(46,60,34)
#242D1A
(36,45,26)
#1A1E12
(26,30,18)
#100F0A
(16,15,10)
#000000
(0,0,0)

Tints of #74A55A

#74A55A
(116,165,90)
#80AD69
(128,173,105)
#8CB578
(140,181,120)
#98BD87
(152,189,135)
#A4C596
(164,197,150)
#B0CDA5
(176,205,165)
#BCD5B4
(188,213,180)
#C8DDC3
(200,221,195)
#D4E5D2
(212,229,210)
#E0EDE1
(224,237,225)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A55A; }

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

This text font color is #74A55A.


Background Color

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

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

This div background color is #74A55A.


Border color

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

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

This div border color is #74A55A.


Opacity

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

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

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

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

This text has shadow with #74A55A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A55A on black background.


Color preview on white background

This text has color #74A55A on white background.



Black color preview on #74A55A background

This text has black color on #74A55A background.


White color preview on #74A55A background

This text has white color on #74A55A background.