COLOR #197609

HEX: #197609
RGB: (25,118,9)

Color info

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

RGB color model

#197609 color RGB value is (25,118,9).

  • red value is 25;
  • green value is 118;
  • blue value is 9.
RGB:
(25,118,9)
(10%,46%,4%)

RGB channels and saturation

R 25 of 255 = 10%
G 118 of 255 = 46%
B 9 of 255 = 4%

25
118
9

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

Portions of RGB colors in percentages

R + G + B =
25 + 118 + 9 = 152 (100%)
R 25 of 152 ~ 16.45%
G 118 of 152 ~ 77.63%
B 9 of 152 ~ 5.92%

%16.45
%77.63

CMYK color model

#197609 color CMYK value is (79,0,92,54).

  • cyan value is 78.81%
  • magenta value is 0.00%
  • yellow value is 92.37%
  • key color value is 53.73%
CMYK:
(79,0,92,54)
C79M0Y92K54 
(79%,0%,92%,54%)
(0.79/0.00/0.92/0.54)	

CMYK percentages

%78.81
%0
%92.37
%53.73

Codes

Color #197609 in popluar color models

197609
RGB251189
HSL111°85.83%24.90%
HSB/HSV111°92.37%46.27%
CMYK78.81%0.00%92.37%
53.73%

Color #197609 in popluar number systems.

HEX197609
Decimal251189
Binary1100111101101001
Octal3116611

Shades and tints

Shades of #197609

#197609
(25,118,9)
#176C09
(23,108,9)
#156209
(21,98,9)
#135809
(19,88,9)
#114E09
(17,78,9)
#0F4409
(15,68,9)
#0D3A09
(13,58,9)
#0B3009
(11,48,9)
#092609
(9,38,9)
#071C09
(7,28,9)
#051209
(5,18,9)
#000000
(0,0,0)

Tints of #197609

#197609
(25,118,9)
#2D821F
(45,130,31)
#418E35
(65,142,53)
#559A4B
(85,154,75)
#69A661
(105,166,97)
#7DB277
(125,178,119)
#91BE8D
(145,190,141)
#A5CAA3
(165,202,163)
#B9D6B9
(185,214,185)
#CDE2CF
(205,226,207)
#E1EEE5
(225,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #197609; }

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

This text font color is #197609.


Background Color

.myBgColor { background-color: #197609; }

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

This div background color is #197609.


Border color

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

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

This div border color is #197609.


Opacity

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

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

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

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

This text has shadow with #197609 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197609 on black background.


Color preview on white background

This text has color #197609 on white background.



Black color preview on #197609 background

This text has black color on #197609 background.


White color preview on #197609 background

This text has white color on #197609 background.