COLOR #619E65

HEX: #619E65
RGB: (97,158,101)

Color info

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

RGB color model

#619E65 color RGB value is (97,158,101).

  • red value is 97;
  • green value is 158;
  • blue value is 101.
RGB:
(97,158,101)
(38%,62%,40%)

RGB channels and saturation

R 97 of 255 = 38%
G 158 of 255 = 62%
B 101 of 255 = 40%

97
158
101

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

Portions of RGB colors in percentages

R + G + B =
97 + 158 + 101 = 356 (100%)
R 97 of 356 ~ 27.25%
G 158 of 356 ~ 44.38%
B 101 of 356 ~ 28.37%

%27.25
%44.38
%28.37

CMYK color model

#619E65 color CMYK value is (39,0,36,38).

  • cyan value is 38.61%
  • magenta value is 0.00%
  • yellow value is 36.08%
  • key color value is 38.04%
CMYK:
(39,0,36,38)
C39M0Y36K38 
(39%,0%,36%,38%)
(0.39/0.00/0.36/0.38)	

CMYK percentages

%38.61
%0
%36.08
%38.04

Codes

Color #619E65 in popluar color models

619E65
RGB97158101
HSL124°23.92%50.00%
HSB/HSV124°38.61%61.96%
CMYK38.61%0.00%36.08%
38.04%

Color #619E65 in popluar number systems.

HEX619E65
Decimal97158101
Binary1100001100111101100101
Octal141236145

Shades and tints

Shades of #619E65

#619E65
(97,158,101)
#59905C
(89,144,92)
#518253
(81,130,83)
#49744A
(73,116,74)
#416641
(65,102,65)
#395838
(57,88,56)
#314A2F
(49,74,47)
#293C26
(41,60,38)
#212E1D
(33,46,29)
#192014
(25,32,20)
#11120B
(17,18,11)
#000000
(0,0,0)

Tints of #619E65

#619E65
(97,158,101)
#6FA673
(111,166,115)
#7DAE81
(125,174,129)
#8BB68F
(139,182,143)
#99BE9D
(153,190,157)
#A7C6AB
(167,198,171)
#B5CEB9
(181,206,185)
#C3D6C7
(195,214,199)
#D1DED5
(209,222,213)
#DFE6E3
(223,230,227)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619E65 color. Also use rgb(97,158,101) instead hex code.

Text Font Color

.myTextColor { color: #619E65; }

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

This text font color is #619E65.


Background Color

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

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

This div background color is #619E65.


Border color

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

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

This div border color is #619E65.


Opacity

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

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

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

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

This text has shadow with #619E65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619E65 on black background.


Color preview on white background

This text has color #619E65 on white background.



Black color preview on #619E65 background

This text has black color on #619E65 background.


White color preview on #619E65 background

This text has white color on #619E65 background.