COLOR #619D79

HEX: #619D79
RGB: (97,157,121)

Color info

#619D79 contains mainly green and blue colors. Web safe color of #619D79 is #669966 (or #696).

RGB color model

#619D79 color RGB value is (97,157,121).

  • red value is 97;
  • green value is 157;
  • blue value is 121.
RGB: (97,157,121) (38%,62%,47%)

RGB channels and saturation

R 97 of 255 = 38%
G 157 of 255 = 62%
B 121 of 255 = 47%

97
157
121

R + G + B ~ 49%. #619D79 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
97 + 157 + 121 = 375 (100%)
R 97 of 375 ~ 25.87%
G 157 of 375 ~ 41.87%
B 121 of 375 ~ 32.27%

%25.87
%41.87
%32.27

CMYK color model

#619D79 color CMYK value is (38,0,23,38).

  • cyan value is 38.22%
  • magenta value is 0.00%
  • yellow value is 22.93%
  • key color value is 38.43%
CMYK: (38,0,23,38) C38M0Y23K38 (38%,0%,23%,38%) (0.38/0.00/0.23/0.38)

CMYK percentages

%38.22
%0
%22.93
%38.43

Codes

Color #619D79 in popluar color models

619D79
RGB97157121
HSL144°23.62%49.80%
HSB/HSV144°38.22%61.57%
CMYK38.22%0.00%22.93%
38.43%

Color #619D79 in popluar number systems.

HEX619D79
Decimal97157121
Binary1100001100111011111001
Octal141235171

Shades and tints

Shades of #619D79

#619D79
(97,157,121)
#598F6E
(89,143,110)
#518163
(81,129,99)
#497358
(73,115,88)
#41654D
(65,101,77)
#395742
(57,87,66)
#314937
(49,73,55)
#293B2C
(41,59,44)
#212D21
(33,45,33)
#191F16
(25,31,22)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #619D79

#619D79
(97,157,121)
#6FA585
(111,165,133)
#7DAD91
(125,173,145)
#8BB59D
(139,181,157)
#99BDA9
(153,189,169)
#A7C5B5
(167,197,181)
#B5CDC1
(181,205,193)
#C3D5CD
(195,213,205)
#D1DDD9
(209,221,217)
#DFE5E5
(223,229,229)
#EDEDF1
(237,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619D79 color. Also use rgb(97,157,121) instead hex code.

Text Font Color

.myTextColor { color: #619D79; }

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

This text font color is #619D79.


Background Color

.myBgColor { background-color: #619D79; }

<div style="background-color:#619D79">Inner text</div>

This div background color is #619D79.


Border color

.myBorderColor { border: 1px solid #619D79; }

<div style="border:3px solid #619D79">Div</div>

This div border color is #619D79.


Opacity

.myOpacity80 { color: #619D79; opacity: 0.8; }

<p style="color:#619D79;opacity:0.8;">80%</p>

Text with #619D79 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 #619D79;}

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

This text has shadow with #619D79 color.

.textShadow {text-shadow: 3px 3px 1px #619D79, 3px 3px 1px red;}

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

This text has shadow with #619D79 primary color and red secondary color.


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

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

This text has shadow with #619D79 and red colors in old Internet Explorer.


Div box shadow color

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

Preview

Color preview on black background

This text has color #619D79 on black background.


Color preview on white background

This text has color #619D79 on white background.



Black color preview on #619D79 background

This text has black color on #619D79 background.


White color preview on #619D79 background

This text has white color on #619D79 background.