COLOR #74A837

HEX: #74A837
RGB: (116,168,55)

Color info

#74A837 contains mainly red and green colors. Web safe color of #74A837 is #669933 (or #693).

RGB color model

#74A837 color RGB value is (116,168,55).

  • red value is 116;
  • green value is 168;
  • blue value is 55.
RGB:
(116,168,55)
(45%,66%,22%)

RGB channels and saturation

R 116 of 255 = 45%
G 168 of 255 = 66%
B 55 of 255 = 22%

116
168
55

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

Portions of RGB colors in percentages

R + G + B =
116 + 168 + 55 = 339 (100%)
R 116 of 339 ~ 34.22%
G 168 of 339 ~ 49.56%
B 55 of 339 ~ 16.22%

%34.22
%49.56
%16.22

CMYK color model

#74A837 color CMYK value is (31,0,67,34).

  • cyan value is 30.95%
  • magenta value is 0.00%
  • yellow value is 67.26%
  • key color value is 34.12%
CMYK:
(31,0,67,34)
C31M0Y67K34 
(31%,0%,67%,34%)
(0.31/0.00/0.67/0.34)	

CMYK percentages

%30.95
%0
%67.26
%34.12

Codes

Color #74A837 in popluar color models

74A837
RGB11616855
HSL88°50.67%43.73%
HSB/HSV88°67.26%65.88%
CMYK30.95%0.00%67.26%
34.12%

Color #74A837 in popluar number systems.

HEX74A837
Decimal11616855
Binary111010010101000110111
Octal16425067

Shades and tints

Shades of #74A837

#74A837
(116,168,55)
#6A9932
(106,153,50)
#608A2D
(96,138,45)
#567B28
(86,123,40)
#4C6C23
(76,108,35)
#425D1E
(66,93,30)
#384E19
(56,78,25)
#2E3F14
(46,63,20)
#24300F
(36,48,15)
#1A210A
(26,33,10)
#101205
(16,18,5)
#000000
(0,0,0)

Tints of #74A837

#74A837
(116,168,55)
#80AF49
(128,175,73)
#8CB65B
(140,182,91)
#98BD6D
(152,189,109)
#A4C47F
(164,196,127)
#B0CB91
(176,203,145)
#BCD2A3
(188,210,163)
#C8D9B5
(200,217,181)
#D4E0C7
(212,224,199)
#E0E7D9
(224,231,217)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A837 color. Also use rgb(116,168,55) instead hex code.

Text Font Color

.myTextColor { color: #74A837; }

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

This text font color is #74A837.


Background Color

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

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

This div background color is #74A837.


Border color

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

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

This div border color is #74A837.


Opacity

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

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

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

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

This text has shadow with #74A837 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A837 on black background.


Color preview on white background

This text has color #74A837 on white background.



Black color preview on #74A837 background

This text has black color on #74A837 background.


White color preview on #74A837 background

This text has white color on #74A837 background.