COLOR #74997A

HEX: #74997A
RGB: (116,153,122)

Color info

#74997A contains red, green and blue colors in about the same proportion. Web safe color of #74997A is #669966 (or #696).

RGB color model

#74997A color RGB value is (116,153,122).

  • red value is 116;
  • green value is 153;
  • blue value is 122.
RGB: (116,153,122) (45%,60%,48%)

RGB channels and saturation

R 116 of 255 = 45%
G 153 of 255 = 60%
B 122 of 255 = 48%

116
153
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 153 + 122 = 391 (100%)
R 116 of 391 ~ 29.67%
G 153 of 391 ~ 39.13%
B 122 of 391 ~ 31.2%

%29.67
%39.13
%31.2

CMYK color model

#74997A color CMYK value is (24,0,20,40).

  • cyan value is 24.18%
  • magenta value is 0.00%
  • yellow value is 20.26%
  • key color value is 40.00%
CMYK: (24,0,20,40) C24M0Y20K40 (24%,0%,20%,40%) (0.24/0.00/0.20/0.40)

CMYK percentages

%24.18
%0
%20.26
%40

Codes

Color #74997A in popluar color models

74997A
RGB116153122
HSL130°15.35%52.75%
HSB/HSV130°24.18%60.00%
CMYK24.18%0.00%20.26%
40.00%

Color #74997A in popluar number systems.

HEX74997A
Decimal116153122
Binary1110100100110011111010
Octal164231172

Shades and tints

Shades of #74997A

#74997A
(116,153,122)
#6A8C6F
(106,140,111)
#607F64
(96,127,100)
#567259
(86,114,89)
#4C654E
(76,101,78)
#425843
(66,88,67)
#384B38
(56,75,56)
#2E3E2D
(46,62,45)
#243122
(36,49,34)
#1A2417
(26,36,23)
#10170C
(16,23,12)
#000000
(0,0,0)

Tints of #74997A

#74997A
(116,153,122)
#80A286
(128,162,134)
#8CAB92
(140,171,146)
#98B49E
(152,180,158)
#A4BDAA
(164,189,170)
#B0C6B6
(176,198,182)
#BCCFC2
(188,207,194)
#C8D8CE
(200,216,206)
#D4E1DA
(212,225,218)
#E0EAE6
(224,234,230)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74997A color. Also use rgb(116,153,122) instead hex code.

Text Font Color

.myTextColor { color: #74997A; }

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

This text font color is #74997A.


Background Color

.myBgColor { background-color: #74997A; }

<div style="background-color:#74997A">Inner text</div>

This div background color is #74997A.


Border color

.myBorderColor { border: 1px solid #74997A; }

<div style="border:3px solid #74997A">Div</div>

This div border color is #74997A.


Opacity

.myOpacity80 { color: #74997A; opacity: 0.8; }

<p style="color:#74997A;opacity:0.8;">80%</p>

Text with #74997A 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 #74997A;}

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

This text has shadow with #74997A color.

.textShadow {text-shadow: 3px 3px 1px #74997A, 3px 3px 1px red;}

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

This text has shadow with #74997A primary color and red secondary color.


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

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

This text has shadow with #74997A and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #74997A; -webkit-box-shadow:	1px 1px 3px 2px #74997A; box-shadow:	1px 1px 3px 2px #74997A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #74997A; -webkit-box-shadow: 1px 1px 3px 2px #74997A; box-shadow:1px 1px 3px 2px #74997A;">
Div content here</div>
This div box has shadow with color #74997A.

Preview

Color preview on black background

This text has color #74997A on black background.


Color preview on white background

This text has color #74997A on white background.



Black color preview on #74997A background

This text has black color on #74997A background.


White color preview on #74997A background

This text has white color on #74997A background.