COLOR #619872

HEX: #619872
RGB: (97,152,114)

Color info

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

RGB color model

#619872 color RGB value is (97,152,114).

  • red value is 97;
  • green value is 152;
  • blue value is 114.
RGB:
(97,152,114)
(38%,60%,45%)

RGB channels and saturation

R 97 of 255 = 38%
G 152 of 255 = 60%
B 114 of 255 = 45%

97
152
114

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

Portions of RGB colors in percentages

R + G + B =
97 + 152 + 114 = 363 (100%)
R 97 of 363 ~ 26.72%
G 152 of 363 ~ 41.87%
B 114 of 363 ~ 31.4%

%26.72
%41.87
%31.4

CMYK color model

#619872 color CMYK value is (36,0,25,40).

  • cyan value is 36.18%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 40.39%
CMYK:
(36,0,25,40)
C36M0Y25K40 
(36%,0%,25%,40%)
(0.36/0.00/0.25/0.40)	

CMYK percentages

%36.18
%0
%25
%40.39

Codes

Color #619872 in popluar color models

619872
RGB97152114
HSL139°22.09%48.82%
HSB/HSV139°36.18%59.61%
CMYK36.18%0.00%25.00%
40.39%

Color #619872 in popluar number systems.

HEX619872
Decimal97152114
Binary1100001100110001110010
Octal141230162

Shades and tints

Shades of #619872

#619872
(97,152,114)
#598B68
(89,139,104)
#517E5E
(81,126,94)
#497154
(73,113,84)
#41644A
(65,100,74)
#395740
(57,87,64)
#314A36
(49,74,54)
#293D2C
(41,61,44)
#213022
(33,48,34)
#192318
(25,35,24)
#11160E
(17,22,14)
#000000
(0,0,0)

Tints of #619872

#619872
(97,152,114)
#6FA17E
(111,161,126)
#7DAA8A
(125,170,138)
#8BB396
(139,179,150)
#99BCA2
(153,188,162)
#A7C5AE
(167,197,174)
#B5CEBA
(181,206,186)
#C3D7C6
(195,215,198)
#D1E0D2
(209,224,210)
#DFE9DE
(223,233,222)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619872 color. Also use rgb(97,152,114) instead hex code.

Text Font Color

.myTextColor { color: #619872; }

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

This text font color is #619872.


Background Color

.myBgColor { background-color: #619872; }

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

This div background color is #619872.


Border color

.myBorderColor { border: 1px solid #619872; }

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

This div border color is #619872.


Opacity

.myOpacity80 { color: #619872; opacity: 0.8; }

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

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

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

This text has shadow with #619872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619872 on black background.


Color preview on white background

This text has color #619872 on white background.



Black color preview on #619872 background

This text has black color on #619872 background.


White color preview on #619872 background

This text has white color on #619872 background.