COLOR #196913

HEX: #196913 RGB: (25,105,19)

Color info

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

RGB color model

#196913 color RGB value is (25,105,19).

RGB: (25,105,19) (10%, 41%, 7%)

RGB channels and saturation

R 25 of 255 = 10%
G 105 of 255 = 41%
B 19 of 255 = 7%

25
105
19

R + G + B ~ 19%. #196913 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 105 + 19 = 149 (100%)
R 25 of 149 ~ 16.78%
G 105 of 149 ~ 70.47%
B 19 of 149 ~ 12.75'%

%16.78
%70.47
%12.75

CMYK color model

#196913 color CMYK value is (76,0,82,59).

  • cyan value is 76.19%
  • magenta value is 0.00%
  • yellow value is 81.90%
  • key color value is 58.82%

CMYK: (76,0,82,59)
C76M0Y82K59 (76%, 0%, 82%, 59%)
(0.76 / 0.00 / 0.82 / 0.59)

CMYK percentages

%76.19
%0
%81.9
%58.82

Codes

Color #196913 in popluar color models

19 69 13
RGB 25 105 19
HSL 116° 69.35% 24.31%
HSB/HSV 116° 81.90% 41.18%
CMYK 76.19% 0.00% 81.90%
58.82%

Color #196913 in popluar number systems.

HEX 19 69 13
Decimal 25 105 19
Binary 11001 1101001 10011
Octal 31 151 23

Shades and tints

Shades of #196913

#196913
(25,105,19)
#176012
(23,96,18)
#155711
(21,87,17)
#134E10
(19,78,16)
#11450F
(17,69,15)
#0F3C0E
(15,60,14)
#0D330D
(13,51,13)
#0B2A0C
(11,42,12)
#09210B
(9,33,11)
#07180A
(7,24,10)
#050F09
(5,15,9)
#000000
(0,0,0)

Tints of #196913

#196913
(25,105,19)
#2D7628
(45,118,40)
#41833D
(65,131,61)
#559052
(85,144,82)
#699D67
(105,157,103)
#7DAA7C
(125,170,124)
#91B791
(145,183,145)
#A5C4A6
(165,196,166)
#B9D1BB
(185,209,187)
#CDDED0
(205,222,208)
#E1EBE5
(225,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #196913; }

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

This text font color is #196913.

Background Color

.myBgColor { background-color: #196913; }

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

This div background color is #196913.

Border color

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

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

This div border color is #196913.

Opacity

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

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

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

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

This text has shadow with #196913 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #196913.

Preview

Color preview on black background

This text has color #196913 on black background.


Color preview on white background

This text has color #196913 on white background.


Black color preview on #196913 background

This text has black color on #196913 background.


White color preview on #196913 background

This text has white color on #196913 background.


Related colors

Complementary color

Complementary color for #hex is #E696EC.


I love getcolorcode.com

Triadic colors

1 #131969 and #691319 with #196913 are triadic colors.

2 #136919 and #691913 with #196913 are triadic colors.