COLOR #74917B

HEX: #74917B
RGB: (116,145,123)

Color info

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

RGB color model

#74917B color RGB value is (116,145,123).

  • red value is 116;
  • green value is 145;
  • blue value is 123.
RGB:
(116,145,123)
(45%,57%,48%)

RGB channels and saturation

R 116 of 255 = 45%
G 145 of 255 = 57%
B 123 of 255 = 48%

116
145
123

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

Portions of RGB colors in percentages

R + G + B =
116 + 145 + 123 = 384 (100%)
R 116 of 384 ~ 30.21%
G 145 of 384 ~ 37.76%
B 123 of 384 ~ 32.03%

%30.21
%37.76
%32.03

CMYK color model

#74917B color CMYK value is (20,0,15,43).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 15.17%
  • key color value is 43.14%
CMYK:
(20,0,15,43)
C20M0Y15K43 
(20%,0%,15%,43%)
(0.20/0.00/0.15/0.43)	

CMYK percentages

%20
%0
%15.17
%43.14

Codes

Color #74917B in popluar color models

74917B
RGB116145123
HSL134°11.65%51.18%
HSB/HSV134°20.00%56.86%
CMYK20.00%0.00%15.17%
43.14%

Color #74917B in popluar number systems.

HEX74917B
Decimal116145123
Binary1110100100100011111011
Octal164221173

Shades and tints

Shades of #74917B

#74917B
(116,145,123)
#6A8470
(106,132,112)
#607765
(96,119,101)
#566A5A
(86,106,90)
#4C5D4F
(76,93,79)
#425044
(66,80,68)
#384339
(56,67,57)
#2E362E
(46,54,46)
#242923
(36,41,35)
#1A1C18
(26,28,24)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #74917B

#74917B
(116,145,123)
#809B87
(128,155,135)
#8CA593
(140,165,147)
#98AF9F
(152,175,159)
#A4B9AB
(164,185,171)
#B0C3B7
(176,195,183)
#BCCDC3
(188,205,195)
#C8D7CF
(200,215,207)
#D4E1DB
(212,225,219)
#E0EBE7
(224,235,231)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74917B color. Also use rgb(116,145,123) instead hex code.

Text Font Color

.myTextColor { color: #74917B; }

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

This text font color is #74917B.


Background Color

.myBgColor { background-color: #74917B; }

<div style="background-color:#74917B">Inner text</div>

This div background color is #74917B.


Border color

.myBorderColor { border: 1px solid #74917B; }

<div style="border:3px solid #74917B">Div</div>

This div border color is #74917B.


Opacity

.myOpacity80 { color: #74917B; opacity: 0.8; }

<p style="color:#74917B;opacity:0.8;">80%</p>

Text with #74917B 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 #74917B;}

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

This text has shadow with #74917B color.

.textShadow {text-shadow: 3px 3px 1px #74917B, 3px 3px 1px red;}

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

This text has shadow with #74917B primary color and red secondary color.


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

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

This text has shadow with #74917B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74917B on black background.


Color preview on white background

This text has color #74917B on white background.



Black color preview on #74917B background

This text has black color on #74917B background.


White color preview on #74917B background

This text has white color on #74917B background.