COLOR #74B75A

HEX: #74B75A RGB: (116,183,90)

Color info

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

RGB color model

#74B75A color RGB value is (116,183,90).

RGB: (116,183,90) (45%, 72%, 35%)

RGB channels and saturation

R 116 of 255 = 45%
G 183 of 255 = 72%
B 90 of 255 = 35%

116
183
90

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

Portions of RGB colors in percentages

R + G + B = 116 + 183 + 90 = 389 (100%)
R 116 of 389 ~ 29.82%
G 183 of 389 ~ 47.04%
B 90 of 389 ~ 23.14'%

%29.82
%47.04
%23.14

CMYK color model

#74B75A color CMYK value is (37,0,51,28).

  • cyan value is 36.61%
  • magenta value is 0.00%
  • yellow value is 50.82%
  • key color value is 28.24%

CMYK: (37,0,51,28)
C37M0Y51K28 (37%, 0%, 51%, 28%)
(0.37 / 0.00 / 0.51 / 0.28)

CMYK percentages

%36.61
%0
%50.82
%28.24

Codes

Color #74B75A in popluar color models

74 B7 5A
RGB 116 183 90
HSL 103° 39.24% 53.53%
HSB/HSV 103° 50.82% 71.76%
CMYK 36.61% 0.00% 50.82%
28.24%

Color #74B75A in popluar number systems.

HEX 74 B7 5A
Decimal 116 183 90
Binary 1110100 10110111 1011010
Octal 164 267 132

Shades and tints

Shades of #74B75A

#74B75A
(116,183,90)
#6AA752
(106,167,82)
#60974A
(96,151,74)
#568742
(86,135,66)
#4C773A
(76,119,58)
#426732
(66,103,50)
#38572A
(56,87,42)
#2E4722
(46,71,34)
#24371A
(36,55,26)
#1A2712
(26,39,18)
#10170A
(16,23,10)
#000000
(0,0,0)

Tints of #74B75A

#74B75A
(116,183,90)
#80BD69
(128,189,105)
#8CC378
(140,195,120)
#98C987
(152,201,135)
#A4CF96
(164,207,150)
#B0D5A5
(176,213,165)
#BCDBB4
(188,219,180)
#C8E1C3
(200,225,195)
#D4E7D2
(212,231,210)
#E0EDE1
(224,237,225)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74B75A; }

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

This text font color is #74B75A.

Background Color

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

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

This div background color is #74B75A.

Border color

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

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

This div border color is #74B75A.

Opacity

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

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

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

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

This text has shadow with #74B75A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #74B75A.

Preview

Color preview on black background

This text has color #74B75A on black background.


Color preview on white background

This text has color #74B75A on white background.


Black color preview on #74B75A background

This text has black color on #74B75A background.


White color preview on #74B75A background

This text has white color on #74B75A background.


Related colors

Complementary color

Complementary color for #hex is #8B48A5.


I love getcolorcode.com

Triadic colors

1 #5A74B7 and #B75A74 with #74B75A are triadic colors.

2 #5AB774 and #B7745A with #74B75A are triadic colors.