COLOR #74966D

HEX: #74966D
RGB: (116,150,109)

Renk bilgisi

#74966D contains red, green and blue colors in about the same proportion. #74966D ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#74966D color RGB value is (116,150,109).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 150 of 255 = 59%
B 109 of 255 = 43%

116
150
109

R + G + B ~ 49%. #74966D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 150 + 109 = 375 (100%)
R 116 of 375 ~ 30.93%
G 150 of 375 ~ 40%
B 109 of 375 ~ 29.07%

%30.93
%40
%29.07

CMYK RENK MODELİ

#74966D rengi CMYK tonu (23,0,27,41).

  • camgöbeği tonu 22.67%
  • eflatun tonu 0.00%
  • sarı tonu 27.33%
  • ana renk tonu 41.18%
CMYK:
(23,0,27,41)
C23M0Y27K41 
(23%,0%,27%,41%)
(0.23/0.00/0.27/0.41)	

CMYK yüzdeleri

%22.67
%0
%27.33
%41.18

Codes

Color #74966D in popluar color models

74966D
RGB116150109
HSL110°16.33%50.78%
HSB/HSV110°27.33%58.82%
CMYK22.67%0.00%27.33%
41.18%

Color #74966D in popluar number systems.

HEX74966D
Decimal116150109
Binary1110100100101101101101
Octal164226155

Shades and tints

Shades of #74966D

#74966D
(116,150,109)
#6A8964
(106,137,100)
#607C5B
(96,124,91)
#566F52
(86,111,82)
#4C6249
(76,98,73)
#425540
(66,85,64)
#384837
(56,72,55)
#2E3B2E
(46,59,46)
#242E25
(36,46,37)
#1A211C
(26,33,28)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #74966D

#74966D
(116,150,109)
#809F7A
(128,159,122)
#8CA887
(140,168,135)
#98B194
(152,177,148)
#A4BAA1
(164,186,161)
#B0C3AE
(176,195,174)
#BCCCBB
(188,204,187)
#C8D5C8
(200,213,200)
#D4DED5
(212,222,213)
#E0E7E2
(224,231,226)
#ECF0EF
(236,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74966D color. Also use rgb(116,150,109) instead hex code.

Text Font Color

.myTextColor { color: #74966D; }

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

This text font color is #74966D.


Background Color

.myBgColor { background-color: #74966D; }

<div style="background-color:#74966D">Inner text</div>

This div background color is #74966D.


Border color

.myBorderColor { border: 1px solid #74966D; }

<div style="border:3px solid #74966D">Div</div>

This div border color is #74966D.


Opacity

.myOpacity80 { color: #74966D; opacity: 0.8; }

<p style="color:#74966D;opacity:0.8;">80%</p>

Text with #74966D 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 #74966D;}

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

This text has shadow with #74966D color.

.textShadow {text-shadow: 3px 3px 1px #74966D, 3px 3px 1px red;}

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

This text has shadow with #74966D primary color and red secondary color.


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

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

This text has shadow with #74966D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74966D on black background.


Color preview on white background

This text has color #74966D on white background.



Black color preview on #74966D background

This text has black color on #74966D background.


White color preview on #74966D background

This text has white color on #74966D background.