COLOR #74A763

HEX: #74A763
RGB: (116,167,99)

Renk bilgisi

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

RGB renk modeli

#74A763 color RGB value is (116,167,99).

  • kırmız ton 116;
  • yeşil ton 167;
  • mavi ton 99.
RGB:
(116,167,99)
(45%,65%,39%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 167 of 255 = 65%
B 99 of 255 = 39%

116
167
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 167 + 99 = 382 (100%)
R 116 of 382 ~ 30.37%
G 167 of 382 ~ 43.72%
B 99 of 382 ~ 25.92%

%30.37
%43.72
%25.92

CMYK RENK MODELİ

#74A763 rengi CMYK tonu (31,0,41,35).

  • camgöbeği tonu 30.54%
  • eflatun tonu 0.00%
  • sarı tonu 40.72%
  • ana renk tonu 34.51%
CMYK:
(31,0,41,35)
C31M0Y41K35 
(31%,0%,41%,35%)
(0.31/0.00/0.41/0.35)	

CMYK yüzdeleri

%30.54
%0
%40.72
%34.51

Codes

Color #74A763 in popluar color models

74A763
RGB11616799
HSL105°27.87%52.16%
HSB/HSV105°40.72%65.49%
CMYK30.54%0.00%40.72%
34.51%

Color #74A763 in popluar number systems.

HEX74A763
Decimal11616799
Binary1110100101001111100011
Octal164247143

Shades and tints

Shades of #74A763

#74A763
(116,167,99)
#6A985A
(106,152,90)
#608951
(96,137,81)
#567A48
(86,122,72)
#4C6B3F
(76,107,63)
#425C36
(66,92,54)
#384D2D
(56,77,45)
#2E3E24
(46,62,36)
#242F1B
(36,47,27)
#1A2012
(26,32,18)
#101109
(16,17,9)
#000000
(0,0,0)

Tints of #74A763

#74A763
(116,167,99)
#80AF71
(128,175,113)
#8CB77F
(140,183,127)
#98BF8D
(152,191,141)
#A4C79B
(164,199,155)
#B0CFA9
(176,207,169)
#BCD7B7
(188,215,183)
#C8DFC5
(200,223,197)
#D4E7D3
(212,231,211)
#E0EFE1
(224,239,225)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A763 color. Also use rgb(116,167,99) instead hex code.

Text Font Color

.myTextColor { color: #74A763; }

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

This text font color is #74A763.


Background Color

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

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

This div background color is #74A763.


Border color

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

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

This div border color is #74A763.


Opacity

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

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

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

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

This text has shadow with #74A763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A763 on black background.


Color preview on white background

This text has color #74A763 on white background.



Black color preview on #74A763 background

This text has black color on #74A763 background.


White color preview on #74A763 background

This text has white color on #74A763 background.