COLOR #74B76D

HEX: #74B76D
RGB: (116,183,109)

Renk bilgisi

#74B76D contains mainly green color. #74B76D ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#74B76D color RGB value is (116,183,109).

  • kırmız ton 116;
  • yeşil ton 183;
  • mavi ton 109.
RGB:
(116,183,109)
(45%,72%,43%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 183 of 255 = 72%
B 109 of 255 = 43%

116
183
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 183 + 109 = 408 (100%)
R 116 of 408 ~ 28.43%
G 183 of 408 ~ 44.85%
B 109 of 408 ~ 26.72%

%28.43
%44.85
%26.72

CMYK RENK MODELİ

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

  • camgöbeği tonu 36.61%
  • eflatun tonu 0.00%
  • sarı tonu 40.44%
  • ana renk tonu 28.24%
CMYK:
(37,0,40,28)
C37M0Y40K28 
(37%,0%,40%,28%)
(0.37/0.00/0.40/0.28)	

CMYK yüzdeleri

%36.61
%0
%40.44
%28.24

Codes

Color #74B76D in popluar color models

74B76D
RGB116183109
HSL114°33.94%57.25%
HSB/HSV114°40.44%71.76%
CMYK36.61%0.00%40.44%
28.24%

Color #74B76D in popluar number systems.

HEX74B76D
Decimal116183109
Binary1110100101101111101101
Octal164267155

Shades and tints

Shades of #74B76D

#74B76D
(116,183,109)
#6AA764
(106,167,100)
#60975B
(96,151,91)
#568752
(86,135,82)
#4C7749
(76,119,73)
#426740
(66,103,64)
#385737
(56,87,55)
#2E472E
(46,71,46)
#243725
(36,55,37)
#1A271C
(26,39,28)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #74B76D

#74B76D
(116,183,109)
#80BD7A
(128,189,122)
#8CC387
(140,195,135)
#98C994
(152,201,148)
#A4CFA1
(164,207,161)
#B0D5AE
(176,213,174)
#BCDBBB
(188,219,187)
#C8E1C8
(200,225,200)
#D4E7D5
(212,231,213)
#E0EDE2
(224,237,226)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B76D; }

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

This text font color is #74B76D.


Background Color

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

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

This div background color is #74B76D.


Border color

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

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

This div border color is #74B76D.


Opacity

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

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

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

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

This text has shadow with #74B76D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B76D on black background.


Color preview on white background

This text has color #74B76D on white background.



Black color preview on #74B76D background

This text has black color on #74B76D background.


White color preview on #74B76D background

This text has white color on #74B76D background.