COLOR #197916

HEX: #197916
RGB: (25,121,22)

Color info

#197916 contains mainly green color. Web safe color of #197916 is #006600 (or #060).

RGB color model

#197916 color RGB value is (25,121,22).

  • red value is 25;
  • green value is 121;
  • blue value is 22.
RGB:
(25,121,22)
(10%,47%,9%)

RGB channels and saturation

R 25 of 255 = 10%
G 121 of 255 = 47%
B 22 of 255 = 9%

25
121
22

R + G + B ~ 22%. #197916 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 121 + 22 = 168 (100%)
R 25 of 168 ~ 14.88%
G 121 of 168 ~ 72.02%
B 22 of 168 ~ 13.1%

%14.88
%72.02
%13.1

CMYK color model

#197916 color CMYK value is (79,0,82,53).

  • cyan value is 79.34%
  • magenta value is 0.00%
  • yellow value is 81.82%
  • key color value is 52.55%
CMYK:
(79,0,82,53)
C79M0Y82K53 
(79%,0%,82%,53%)
(0.79/0.00/0.82/0.53)	

CMYK percentages

%79.34
%0
%81.82
%52.55

Codes

Color #197916 in popluar color models

197916
RGB2512122
HSL118°69.23%28.04%
HSB/HSV118°81.82%47.45%
CMYK79.34%0.00%81.82%
52.55%

Color #197916 in popluar number systems.

HEX197916
Decimal2512122
Binary11001111100110110
Octal3117126

Shades and tints

Shades of #197916

#197916
(25,121,22)
#176E14
(23,110,20)
#156312
(21,99,18)
#135810
(19,88,16)
#114D0E
(17,77,14)
#0F420C
(15,66,12)
#0D370A
(13,55,10)
#0B2C08
(11,44,8)
#092106
(9,33,6)
#071604
(7,22,4)
#050B02
(5,11,2)
#000000
(0,0,0)

Tints of #197916

#197916
(25,121,22)
#2D852B
(45,133,43)
#419140
(65,145,64)
#559D55
(85,157,85)
#69A96A
(105,169,106)
#7DB57F
(125,181,127)
#91C194
(145,193,148)
#A5CDA9
(165,205,169)
#B9D9BE
(185,217,190)
#CDE5D3
(205,229,211)
#E1F1E8
(225,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197916 color. Also use rgb(25,121,22) instead hex code.

Text Font Color

.myTextColor { color: #197916; }

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

This text font color is #197916.


Background Color

.myBgColor { background-color: #197916; }

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

This div background color is #197916.


Border color

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

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

This div border color is #197916.


Opacity

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

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

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

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

This text has shadow with #197916 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197916 on black background.


Color preview on white background

This text has color #197916 on white background.



Black color preview on #197916 background

This text has black color on #197916 background.


White color preview on #197916 background

This text has white color on #197916 background.