COLOR #74A35A

HEX: #74A35A
RGB: (116,163,90)

Color info

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

RGB color model

#74A35A color RGB value is (116,163,90).

  • red value is 116;
  • green value is 163;
  • blue value is 90.
RGB:
(116,163,90)
(45%,64%,35%)

RGB channels and saturation

R 116 of 255 = 45%
G 163 of 255 = 64%
B 90 of 255 = 35%

116
163
90

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

Portions of RGB colors in percentages

R + G + B =
116 + 163 + 90 = 369 (100%)
R 116 of 369 ~ 31.44%
G 163 of 369 ~ 44.17%
B 90 of 369 ~ 24.39%

%31.44
%44.17
%24.39

CMYK color model

#74A35A color CMYK value is (29,0,45,36).

  • cyan value is 28.83%
  • magenta value is 0.00%
  • yellow value is 44.79%
  • key color value is 36.08%
CMYK:
(29,0,45,36)
C29M0Y45K36 
(29%,0%,45%,36%)
(0.29/0.00/0.45/0.36)	

CMYK percentages

%28.83
%0
%44.79
%36.08

Codes

Color #74A35A in popluar color models

74A35A
RGB11616390
HSL99°28.85%49.61%
HSB/HSV99°44.79%63.92%
CMYK28.83%0.00%44.79%
36.08%

Color #74A35A in popluar number systems.

HEX74A35A
Decimal11616390
Binary1110100101000111011010
Octal164243132

Shades and tints

Shades of #74A35A

#74A35A
(116,163,90)
#6A9552
(106,149,82)
#60874A
(96,135,74)
#567942
(86,121,66)
#4C6B3A
(76,107,58)
#425D32
(66,93,50)
#384F2A
(56,79,42)
#2E4122
(46,65,34)
#24331A
(36,51,26)
#1A2512
(26,37,18)
#10170A
(16,23,10)
#000000
(0,0,0)

Tints of #74A35A

#74A35A
(116,163,90)
#80AB69
(128,171,105)
#8CB378
(140,179,120)
#98BB87
(152,187,135)
#A4C396
(164,195,150)
#B0CBA5
(176,203,165)
#BCD3B4
(188,211,180)
#C8DBC3
(200,219,195)
#D4E3D2
(212,227,210)
#E0EBE1
(224,235,225)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A35A color. Also use rgb(116,163,90) instead hex code.

Text Font Color

.myTextColor { color: #74A35A; }

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

This text font color is #74A35A.


Background Color

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

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

This div background color is #74A35A.


Border color

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

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

This div border color is #74A35A.


Opacity

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

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

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

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

This text has shadow with #74A35A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A35A on black background.


Color preview on white background

This text has color #74A35A on white background.



Black color preview on #74A35A background

This text has black color on #74A35A background.


White color preview on #74A35A background

This text has white color on #74A35A background.