COLOR #74B365

HEX: #74B365
RGB: (116,179,101)

Color info

#74B365 contains mainly green color. Web safe color of #74B365 is #669966 (or #696).

RGB color model

#74B365 color RGB value is (116,179,101).

  • red value is 116;
  • green value is 179;
  • blue value is 101.
RGB:
(116,179,101)
(45%,70%,40%)

RGB channels and saturation

R 116 of 255 = 45%
G 179 of 255 = 70%
B 101 of 255 = 40%

116
179
101

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

Portions of RGB colors in percentages

R + G + B =
116 + 179 + 101 = 396 (100%)
R 116 of 396 ~ 29.29%
G 179 of 396 ~ 45.2%
B 101 of 396 ~ 25.51%

%29.29
%45.2
%25.51

CMYK color model

#74B365 color CMYK value is (35,0,44,30).

  • cyan value is 35.20%
  • magenta value is 0.00%
  • yellow value is 43.58%
  • key color value is 29.80%
CMYK:
(35,0,44,30)
C35M0Y44K30 
(35%,0%,44%,30%)
(0.35/0.00/0.44/0.30)	

CMYK percentages

%35.2
%0
%43.58
%29.8

Codes

Color #74B365 in popluar color models

74B365
RGB116179101
HSL108°33.91%54.90%
HSB/HSV108°43.58%70.20%
CMYK35.20%0.00%43.58%
29.80%

Color #74B365 in popluar number systems.

HEX74B365
Decimal116179101
Binary1110100101100111100101
Octal164263145

Shades and tints

Shades of #74B365

#74B365
(116,179,101)
#6AA35C
(106,163,92)
#609353
(96,147,83)
#56834A
(86,131,74)
#4C7341
(76,115,65)
#426338
(66,99,56)
#38532F
(56,83,47)
#2E4326
(46,67,38)
#24331D
(36,51,29)
#1A2314
(26,35,20)
#10130B
(16,19,11)
#000000
(0,0,0)

Tints of #74B365

#74B365
(116,179,101)
#80B973
(128,185,115)
#8CBF81
(140,191,129)
#98C58F
(152,197,143)
#A4CB9D
(164,203,157)
#B0D1AB
(176,209,171)
#BCD7B9
(188,215,185)
#C8DDC7
(200,221,199)
#D4E3D5
(212,227,213)
#E0E9E3
(224,233,227)
#ECEFF1
(236,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B365 color. Also use rgb(116,179,101) instead hex code.

Text Font Color

.myTextColor { color: #74B365; }

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

This text font color is #74B365.


Background Color

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

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

This div background color is #74B365.


Border color

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

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

This div border color is #74B365.


Opacity

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

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

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

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

This text has shadow with #74B365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B365 on black background.


Color preview on white background

This text has color #74B365 on white background.



Black color preview on #74B365 background

This text has black color on #74B365 background.


White color preview on #74B365 background

This text has white color on #74B365 background.