COLOR #74A764

HEX: #74A764
RGB: (116,167,100)

Color info

#74A764 contains mainly red and green colors. Web safe color of #74A764 is #669966 (or #696).

RGB color model

#74A764 color RGB value is (116,167,100).

  • red value is 116;
  • green value is 167;
  • blue value is 100.
RGB: (116,167,100) (45%,65%,39%)

RGB channels and saturation

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

116
167
100

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

Portions of RGB colors in percentages

R + G + B =
116 + 167 + 100 = 383 (100%)
R 116 of 383 ~ 30.29%
G 167 of 383 ~ 43.6%
B 100 of 383 ~ 26.11%

%30.29
%43.6
%26.11

CMYK color model

#74A764 color CMYK value is (31,0,40,35).

  • cyan value is 30.54%
  • magenta value is 0.00%
  • yellow value is 40.12%
  • key color value is 34.51%
CMYK: (31,0,40,35) C31M0Y40K35 (31%,0%,40%,35%) (0.31/0.00/0.40/0.35)

CMYK percentages

%30.54
%0
%40.12
%34.51

Codes

Color #74A764 in popluar color models

74A764
RGB116167100
HSL106°27.57%52.35%
HSB/HSV106°40.12%65.49%
CMYK30.54%0.00%40.12%
34.51%

Color #74A764 in popluar number systems.

HEX74A764
Decimal116167100
Binary1110100101001111100100
Octal164247144

Shades and tints

Shades of #74A764

#74A764
(116,167,100)
#6A985B
(106,152,91)
#608952
(96,137,82)
#567A49
(86,122,73)
#4C6B40
(76,107,64)
#425C37
(66,92,55)
#384D2E
(56,77,46)
#2E3E25
(46,62,37)
#242F1C
(36,47,28)
#1A2013
(26,32,19)
#10110A
(16,17,10)
#000000
(0,0,0)

Tints of #74A764

#74A764
(116,167,100)
#80AF72
(128,175,114)
#8CB780
(140,183,128)
#98BF8E
(152,191,142)
#A4C79C
(164,199,156)
#B0CFAA
(176,207,170)
#BCD7B8
(188,215,184)
#C8DFC6
(200,223,198)
#D4E7D4
(212,231,212)
#E0EFE2
(224,239,226)
#ECF7F0
(236,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A764; }

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

This text font color is #74A764.


Background Color

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

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

This div background color is #74A764.


Border color

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

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

This div border color is #74A764.


Opacity

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

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

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

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

This text has shadow with #74A764 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #74A764 on black background.


Color preview on white background

This text has color #74A764 on white background.



Black color preview on #74A764 background

This text has black color on #74A764 background.


White color preview on #74A764 background

This text has white color on #74A764 background.