COLOR #196719

HEX: #196719
RGB: (25,103,25)

Color info

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

RGB color model

#196719 color RGB value is (25,103,25).

  • red value is 25;
  • green value is 103;
  • blue value is 25.
RGB:
(25,103,25)
(10%,40%,10%)

RGB channels and saturation

R 25 of 255 = 10%
G 103 of 255 = 40%
B 25 of 255 = 10%

25
103
25

R + G + B ~ 20%. #196719 is dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 103 + 25 = 153 (100%)
R 25 of 153 ~ 16.34%
G 103 of 153 ~ 67.32%
B 25 of 153 ~ 16.34%

%16.34
%67.32
%16.34

CMYK color model

#196719 color CMYK value is (76,0,76,60).

  • cyan value is 75.73%
  • magenta value is 0.00%
  • yellow value is 75.73%
  • key color value is 59.61%
CMYK:
(76,0,76,60)
C76M0Y76K60 
(76%,0%,76%,60%)
(0.76/0.00/0.76/0.60)	

CMYK percentages

%75.73
%0
%75.73
%59.61

Codes

Color #196719 in popluar color models

196719
RGB2510325
HSL120°60.94%25.10%
HSB/HSV120°75.73%40.39%
CMYK75.73%0.00%75.73%
59.61%

Color #196719 in popluar number systems.

HEX196719
Decimal2510325
Binary11001110011111001
Octal3114731

Shades and tints

Shades of #196719

#196719
(25,103,25)
#175E17
(23,94,23)
#155515
(21,85,21)
#134C13
(19,76,19)
#114311
(17,67,17)
#0F3A0F
(15,58,15)
#0D310D
(13,49,13)
#0B280B
(11,40,11)
#091F09
(9,31,9)
#071607
(7,22,7)
#050D05
(5,13,5)
#000000
(0,0,0)

Tints of #196719

#196719
(25,103,25)
#2D742D
(45,116,45)
#418141
(65,129,65)
#558E55
(85,142,85)
#699B69
(105,155,105)
#7DA87D
(125,168,125)
#91B591
(145,181,145)
#A5C2A5
(165,194,165)
#B9CFB9
(185,207,185)
#CDDCCD
(205,220,205)
#E1E9E1
(225,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #196719; }

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

This text font color is #196719.


Background Color

.myBgColor { background-color: #196719; }

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

This div background color is #196719.


Border color

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

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

This div border color is #196719.


Opacity

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

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

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

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

This text has shadow with #196719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #196719 on black background.


Color preview on white background

This text has color #196719 on white background.



Black color preview on #196719 background

This text has black color on #196719 background.


White color preview on #196719 background

This text has white color on #196719 background.