COLOR #74977A

HEX: #74977A
RGB: (116,151,122)

Renk bilgisi

#74977A contains red, green and blue colors in about the same proportion. #74977A ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#74977A color RGB value is (116,151,122).

  • kırmız ton 116;
  • yeşil ton 151;
  • mavi ton 122.
RGB:
(116,151,122)
(45%,59%,48%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 151 of 255 = 59%
B 122 of 255 = 48%

116
151
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 151 + 122 = 389 (100%)
R 116 of 389 ~ 29.82%
G 151 of 389 ~ 38.82%
B 122 of 389 ~ 31.36%

%29.82
%38.82
%31.36

CMYK RENK MODELİ

#74977A rengi CMYK tonu (23,0,19,41).

  • camgöbeği tonu 23.18%
  • eflatun tonu 0.00%
  • sarı tonu 19.21%
  • ana renk tonu 40.78%
CMYK:
(23,0,19,41)
C23M0Y19K41 
(23%,0%,19%,41%)
(0.23/0.00/0.19/0.41)	

CMYK yüzdeleri

%23.18
%0
%19.21
%40.78

Codes

Color #74977A in popluar color models

74977A
RGB116151122
HSL130°14.40%52.35%
HSB/HSV130°23.18%59.22%
CMYK23.18%0.00%19.21%
40.78%

Color #74977A in popluar number systems.

HEX74977A
Decimal116151122
Binary1110100100101111111010
Octal164227172

Shades and tints

Shades of #74977A

#74977A
(116,151,122)
#6A8A6F
(106,138,111)
#607D64
(96,125,100)
#567059
(86,112,89)
#4C634E
(76,99,78)
#425643
(66,86,67)
#384938
(56,73,56)
#2E3C2D
(46,60,45)
#242F22
(36,47,34)
#1A2217
(26,34,23)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #74977A

#74977A
(116,151,122)
#80A086
(128,160,134)
#8CA992
(140,169,146)
#98B29E
(152,178,158)
#A4BBAA
(164,187,170)
#B0C4B6
(176,196,182)
#BCCDC2
(188,205,194)
#C8D6CE
(200,214,206)
#D4DFDA
(212,223,218)
#E0E8E6
(224,232,230)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74977A; }

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

This text font color is #74977A.


Background Color

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

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

This div background color is #74977A.


Border color

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

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

This div border color is #74977A.


Opacity

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

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

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

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

This text has shadow with #74977A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74977A on black background.


Color preview on white background

This text has color #74977A on white background.



Black color preview on #74977A background

This text has black color on #74977A background.


White color preview on #74977A background

This text has white color on #74977A background.