COLOR #74AB64

HEX: #74AB64
RGB: (116,171,100)

Color info

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

RGB color model

#74AB64 color RGB value is (116,171,100).

  • red value is 116;
  • green value is 171;
  • blue value is 100.
RGB:
(116,171,100)
(45%,67%,39%)

RGB channels and saturation

R 116 of 255 = 45%
G 171 of 255 = 67%
B 100 of 255 = 39%

116
171
100

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

Portions of RGB colors in percentages

R + G + B =
116 + 171 + 100 = 387 (100%)
R 116 of 387 ~ 29.97%
G 171 of 387 ~ 44.19%
B 100 of 387 ~ 25.84%

%29.97
%44.19
%25.84

CMYK color model

#74AB64 color CMYK value is (32,0,42,33).

  • cyan value is 32.16%
  • magenta value is 0.00%
  • yellow value is 41.52%
  • key color value is 32.94%
CMYK:
(32,0,42,33)
C32M0Y42K33 
(32%,0%,42%,33%)
(0.32/0.00/0.42/0.33)	

CMYK percentages

%32.16
%0
%41.52
%32.94

Codes

Color #74AB64 in popluar color models

74AB64
RGB116171100
HSL106°29.71%53.14%
HSB/HSV106°41.52%67.06%
CMYK32.16%0.00%41.52%
32.94%

Color #74AB64 in popluar number systems.

HEX74AB64
Decimal116171100
Binary1110100101010111100100
Octal164253144

Shades and tints

Shades of #74AB64

#74AB64
(116,171,100)
#6A9C5B
(106,156,91)
#608D52
(96,141,82)
#567E49
(86,126,73)
#4C6F40
(76,111,64)
#426037
(66,96,55)
#38512E
(56,81,46)
#2E4225
(46,66,37)
#24331C
(36,51,28)
#1A2413
(26,36,19)
#10150A
(16,21,10)
#000000
(0,0,0)

Tints of #74AB64

#74AB64
(116,171,100)
#80B272
(128,178,114)
#8CB980
(140,185,128)
#98C08E
(152,192,142)
#A4C79C
(164,199,156)
#B0CEAA
(176,206,170)
#BCD5B8
(188,213,184)
#C8DCC6
(200,220,198)
#D4E3D4
(212,227,212)
#E0EAE2
(224,234,226)
#ECF1F0
(236,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74AB64 color. Also use rgb(116,171,100) instead hex code.

Text Font Color

.myTextColor { color: #74AB64; }

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

This text font color is #74AB64.


Background Color

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

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

This div background color is #74AB64.


Border color

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

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

This div border color is #74AB64.


Opacity

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

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

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

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

This text has shadow with #74AB64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74AB64 on black background.


Color preview on white background

This text has color #74AB64 on white background.



Black color preview on #74AB64 background

This text has black color on #74AB64 background.


White color preview on #74AB64 background

This text has white color on #74AB64 background.