COLOR #74B764

HEX: #74B764
RGB: (116,183,100)

Color info

#74B764 contains mainly green color. Web safe color of #74B764 is #66CC66 (or #6C6).

RGB color model

#74B764 color RGB value is (116,183,100).

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

RGB channels and saturation

R 116 of 255 = 45%
G 183 of 255 = 72%
B 100 of 255 = 39%

116
183
100

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

Portions of RGB colors in percentages

R + G + B =
116 + 183 + 100 = 399 (100%)
R 116 of 399 ~ 29.07%
G 183 of 399 ~ 45.86%
B 100 of 399 ~ 25.06%

%29.07
%45.86
%25.06

CMYK color model

#74B764 color CMYK value is (37,0,45,28).

  • cyan value is 36.61%
  • magenta value is 0.00%
  • yellow value is 45.36%
  • key color value is 28.24%
CMYK:
(37,0,45,28)
C37M0Y45K28 
(37%,0%,45%,28%)
(0.37/0.00/0.45/0.28)	

CMYK percentages

%36.61
%0
%45.36
%28.24

Codes

Color #74B764 in popluar color models

74B764
RGB116183100
HSL108°36.56%55.49%
HSB/HSV108°45.36%71.76%
CMYK36.61%0.00%45.36%
28.24%

Color #74B764 in popluar number systems.

HEX74B764
Decimal116183100
Binary1110100101101111100100
Octal164267144

Shades and tints

Shades of #74B764

#74B764
(116,183,100)
#6AA75B
(106,167,91)
#609752
(96,151,82)
#568749
(86,135,73)
#4C7740
(76,119,64)
#426737
(66,103,55)
#38572E
(56,87,46)
#2E4725
(46,71,37)
#24371C
(36,55,28)
#1A2713
(26,39,19)
#10170A
(16,23,10)
#000000
(0,0,0)

Tints of #74B764

#74B764
(116,183,100)
#80BD72
(128,189,114)
#8CC380
(140,195,128)
#98C98E
(152,201,142)
#A4CF9C
(164,207,156)
#B0D5AA
(176,213,170)
#BCDBB8
(188,219,184)
#C8E1C6
(200,225,198)
#D4E7D4
(212,231,212)
#E0EDE2
(224,237,226)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B764; }

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

This text font color is #74B764.


Background Color

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

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

This div background color is #74B764.


Border color

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

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

This div border color is #74B764.


Opacity

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

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

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

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

This text has shadow with #74B764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B764 on black background.


Color preview on white background

This text has color #74B764 on white background.



Black color preview on #74B764 background

This text has black color on #74B764 background.


White color preview on #74B764 background

This text has white color on #74B764 background.