COLOR #74AF42

HEX: #74AF42
RGB: (116,175,66)

Renk bilgisi

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

RGB renk modeli

#74AF42 color RGB value is (116,175,66).

  • kırmız ton 116;
  • yeşil ton 175;
  • mavi ton 66.
RGB:
(116,175,66)
(45%,69%,26%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 175 of 255 = 69%
B 66 of 255 = 26%

116
175
66

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 175 + 66 = 357 (100%)
R 116 of 357 ~ 32.49%
G 175 of 357 ~ 49.02%
B 66 of 357 ~ 18.49%

%32.49
%49.02
%18.49

CMYK RENK MODELİ

#74AF42 rengi CMYK tonu (34,0,62,31).

  • camgöbeği tonu 33.71%
  • eflatun tonu 0.00%
  • sarı tonu 62.29%
  • ana renk tonu 31.37%
CMYK:
(34,0,62,31)
C34M0Y62K31 
(34%,0%,62%,31%)
(0.34/0.00/0.62/0.31)	

CMYK yüzdeleri

%33.71
%0
%62.29
%31.37

Codes

Color #74AF42 in popluar color models

74AF42
RGB11617566
HSL92°45.23%47.25%
HSB/HSV92°62.29%68.63%
CMYK33.71%0.00%62.29%
31.37%

Color #74AF42 in popluar number systems.

HEX74AF42
Decimal11617566
Binary1110100101011111000010
Octal164257102

Shades and tints

Shades of #74AF42

#74AF42
(116,175,66)
#6AA03C
(106,160,60)
#609136
(96,145,54)
#568230
(86,130,48)
#4C732A
(76,115,42)
#426424
(66,100,36)
#38551E
(56,85,30)
#2E4618
(46,70,24)
#243712
(36,55,18)
#1A280C
(26,40,12)
#101906
(16,25,6)
#000000
(0,0,0)

Tints of #74AF42

#74AF42
(116,175,66)
#80B653
(128,182,83)
#8CBD64
(140,189,100)
#98C475
(152,196,117)
#A4CB86
(164,203,134)
#B0D297
(176,210,151)
#BCD9A8
(188,217,168)
#C8E0B9
(200,224,185)
#D4E7CA
(212,231,202)
#E0EEDB
(224,238,219)
#ECF5EC
(236,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AF42 color. Also use rgb(116,175,66) instead hex code.

Text Font Color

.myTextColor { color: #74AF42; }

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

This text font color is #74AF42.


Background Color

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

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

This div background color is #74AF42.


Border color

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

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

This div border color is #74AF42.


Opacity

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

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

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

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

This text has shadow with #74AF42 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AF42 on black background.


Color preview on white background

This text has color #74AF42 on white background.



Black color preview on #74AF42 background

This text has black color on #74AF42 background.


White color preview on #74AF42 background

This text has white color on #74AF42 background.