COLOR #74927A

HEX: #74927A
RGB: (116,146,122)

Color info

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

RGB color model

#74927A color RGB value is (116,146,122).

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

RGB channels and saturation

R 116 of 255 = 45%
G 146 of 255 = 57%
B 122 of 255 = 48%

116
146
122

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

Portions of RGB colors in percentages

R + G + B =
116 + 146 + 122 = 384 (100%)
R 116 of 384 ~ 30.21%
G 146 of 384 ~ 38.02%
B 122 of 384 ~ 31.77%

%30.21
%38.02
%31.77

CMYK color model

#74927A color CMYK value is (21,0,16,43).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 16.44%
  • key color value is 42.75%
CMYK:
(21,0,16,43)
C21M0Y16K43 
(21%,0%,16%,43%)
(0.21/0.00/0.16/0.43)	

CMYK percentages

%20.55
%0
%16.44
%42.75

Codes

Color #74927A in popluar color models

74927A
RGB116146122
HSL132°12.10%51.37%
HSB/HSV132°20.55%57.25%
CMYK20.55%0.00%16.44%
42.75%

Color #74927A in popluar number systems.

HEX74927A
Decimal116146122
Binary1110100100100101111010
Octal164222172

Shades and tints

Shades of #74927A

#74927A
(116,146,122)
#6A856F
(106,133,111)
#607864
(96,120,100)
#566B59
(86,107,89)
#4C5E4E
(76,94,78)
#425143
(66,81,67)
#384438
(56,68,56)
#2E372D
(46,55,45)
#242A22
(36,42,34)
#1A1D17
(26,29,23)
#10100C
(16,16,12)
#000000
(0,0,0)

Tints of #74927A

#74927A
(116,146,122)
#809B86
(128,155,134)
#8CA492
(140,164,146)
#98AD9E
(152,173,158)
#A4B6AA
(164,182,170)
#B0BFB6
(176,191,182)
#BCC8C2
(188,200,194)
#C8D1CE
(200,209,206)
#D4DADA
(212,218,218)
#E0E3E6
(224,227,230)
#ECECF2
(236,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74927A; }

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

This text font color is #74927A.


Background Color

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

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

This div background color is #74927A.


Border color

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

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

This div border color is #74927A.


Opacity

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

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

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

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

This text has shadow with #74927A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74927A on black background.


Color preview on white background

This text has color #74927A on white background.



Black color preview on #74927A background

This text has black color on #74927A background.


White color preview on #74927A background

This text has white color on #74927A background.