COLOR #619916

HEX: #619916
RGB: (97,153,22)

Color info

#619916 contains mainly red and green colors. Web safe color of #619916 is #669900 (or #690).

RGB color model

#619916 color RGB value is (97,153,22).

  • red value is 97;
  • green value is 153;
  • blue value is 22.
RGB:
(97,153,22)
(38%,60%,9%)

RGB channels and saturation

R 97 of 255 = 38%
G 153 of 255 = 60%
B 22 of 255 = 9%

97
153
22

R + G + B ~ 36%. #619916 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
97 + 153 + 22 = 272 (100%)
R 97 of 272 ~ 35.66%
G 153 of 272 ~ 56.25%
B 22 of 272 ~ 8.09%

%35.66
%56.25

CMYK color model

#619916 color CMYK value is (37,0,86,40).

  • cyan value is 36.60%
  • magenta value is 0.00%
  • yellow value is 85.62%
  • key color value is 40.00%
CMYK:
(37,0,86,40)
C37M0Y86K40 
(37%,0%,86%,40%)
(0.37/0.00/0.86/0.40)	

CMYK percentages

%36.6
%0
%85.62
%40

Codes

Color #619916 in popluar color models

619916
RGB9715322
HSL86°74.86%34.31%
HSB/HSV86°85.62%60.00%
CMYK36.60%0.00%85.62%
40.00%

Color #619916 in popluar number systems.

HEX619916
Decimal9715322
Binary11000011001100110110
Octal14123126

Shades and tints

Shades of #619916

#619916
(97,153,22)
#598C14
(89,140,20)
#517F12
(81,127,18)
#497210
(73,114,16)
#41650E
(65,101,14)
#39580C
(57,88,12)
#314B0A
(49,75,10)
#293E08
(41,62,8)
#213106
(33,49,6)
#192404
(25,36,4)
#111702
(17,23,2)
#000000
(0,0,0)

Tints of #619916

#619916
(97,153,22)
#6FA22B
(111,162,43)
#7DAB40
(125,171,64)
#8BB455
(139,180,85)
#99BD6A
(153,189,106)
#A7C67F
(167,198,127)
#B5CF94
(181,207,148)
#C3D8A9
(195,216,169)
#D1E1BE
(209,225,190)
#DFEAD3
(223,234,211)
#EDF3E8
(237,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #619916 color. Also use rgb(97,153,22) instead hex code.

Text Font Color

.myTextColor { color: #619916; }

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

This text font color is #619916.


Background Color

.myBgColor { background-color: #619916; }

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

This div background color is #619916.


Border color

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

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

This div border color is #619916.


Opacity

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

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

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

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

This text has shadow with #619916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #619916 on black background.


Color preview on white background

This text has color #619916 on white background.



Black color preview on #619916 background

This text has black color on #619916 background.


White color preview on #619916 background

This text has white color on #619916 background.