COLOR #74A775

HEX: #74A775
RGB: (116,167,117)

Renk bilgisi

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

RGB renk modeli

#74A775 color RGB value is (116,167,117).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 167 of 255 = 65%
B 117 of 255 = 46%

116
167
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 167 + 117 = 400 (100%)
R 116 of 400 ~ 29%
G 167 of 400 ~ 41.75%
B 117 of 400 ~ 29.25%

%29
%41.75
%29.25

CMYK RENK MODELİ

#74A775 rengi CMYK tonu (31,0,30,35).

  • camgöbeği tonu 30.54%
  • eflatun tonu 0.00%
  • sarı tonu 29.94%
  • ana renk tonu 34.51%
CMYK:
(31,0,30,35)
C31M0Y30K35 
(31%,0%,30%,35%)
(0.31/0.00/0.30/0.35)	

CMYK yüzdeleri

%30.54
%0
%29.94
%34.51

Codes

Color #74A775 in popluar color models

74A775
RGB116167117
HSL121°22.47%55.49%
HSB/HSV121°30.54%65.49%
CMYK30.54%0.00%29.94%
34.51%

Color #74A775 in popluar number systems.

HEX74A775
Decimal116167117
Binary1110100101001111110101
Octal164247165

Shades and tints

Shades of #74A775

#74A775
(116,167,117)
#6A986B
(106,152,107)
#608961
(96,137,97)
#567A57
(86,122,87)
#4C6B4D
(76,107,77)
#425C43
(66,92,67)
#384D39
(56,77,57)
#2E3E2F
(46,62,47)
#242F25
(36,47,37)
#1A201B
(26,32,27)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #74A775

#74A775
(116,167,117)
#80AF81
(128,175,129)
#8CB78D
(140,183,141)
#98BF99
(152,191,153)
#A4C7A5
(164,199,165)
#B0CFB1
(176,207,177)
#BCD7BD
(188,215,189)
#C8DFC9
(200,223,201)
#D4E7D5
(212,231,213)
#E0EFE1
(224,239,225)
#ECF7ED
(236,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A775; }

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

This text font color is #74A775.


Background Color

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

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

This div background color is #74A775.


Border color

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

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

This div border color is #74A775.


Opacity

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

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

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

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

This text has shadow with #74A775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A775 on black background.


Color preview on white background

This text has color #74A775 on white background.



Black color preview on #74A775 background

This text has black color on #74A775 background.


White color preview on #74A775 background

This text has white color on #74A775 background.