COLOR #74A851

HEX: #74A851
RGB: (116,168,81)

Color info

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

RGB color model

#74A851 color RGB value is (116,168,81).

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

RGB channels and saturation

R 116 of 255 = 45%
G 168 of 255 = 66%
B 81 of 255 = 32%

116
168
81

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

Portions of RGB colors in percentages

R + G + B =
116 + 168 + 81 = 365 (100%)
R 116 of 365 ~ 31.78%
G 168 of 365 ~ 46.03%
B 81 of 365 ~ 22.19%

%31.78
%46.03
%22.19

CMYK color model

#74A851 color CMYK value is (31,0,52,34).

  • cyan value is 30.95%
  • magenta value is 0.00%
  • yellow value is 51.79%
  • key color value is 34.12%
CMYK:
(31,0,52,34)
C31M0Y52K34 
(31%,0%,52%,34%)
(0.31/0.00/0.52/0.34)	

CMYK percentages

%30.95
%0
%51.79
%34.12

Codes

Color #74A851 in popluar color models

74A851
RGB11616881
HSL96°34.94%48.82%
HSB/HSV96°51.79%65.88%
CMYK30.95%0.00%51.79%
34.12%

Color #74A851 in popluar number systems.

HEX74A851
Decimal11616881
Binary1110100101010001010001
Octal164250121

Shades and tints

Shades of #74A851

#74A851
(116,168,81)
#6A994A
(106,153,74)
#608A43
(96,138,67)
#567B3C
(86,123,60)
#4C6C35
(76,108,53)
#425D2E
(66,93,46)
#384E27
(56,78,39)
#2E3F20
(46,63,32)
#243019
(36,48,25)
#1A2112
(26,33,18)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #74A851

#74A851
(116,168,81)
#80AF60
(128,175,96)
#8CB66F
(140,182,111)
#98BD7E
(152,189,126)
#A4C48D
(164,196,141)
#B0CB9C
(176,203,156)
#BCD2AB
(188,210,171)
#C8D9BA
(200,217,186)
#D4E0C9
(212,224,201)
#E0E7D8
(224,231,216)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A851; }

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

This text font color is #74A851.


Background Color

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

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

This div background color is #74A851.


Border color

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

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

This div border color is #74A851.


Opacity

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

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

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

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

This text has shadow with #74A851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A851 on black background.


Color preview on white background

This text has color #74A851 on white background.



Black color preview on #74A851 background

This text has black color on #74A851 background.


White color preview on #74A851 background

This text has white color on #74A851 background.