COLOR #196801

HEX: #196801 RGB: (25,104,1)

Color info

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

RGB color model

#196801 color RGB value is (25,104,1).

RGB: (25,104,1) (10%, 41%, 0%)

RGB channels and saturation

R 25 of 255 = 10%
G 104 of 255 = 41%
B 1 of 255 = 0%

25
104
1

R + G + B ~ 17%. #196801 is dark color.

Portions of RGB colors in percentages

R + G + B = 25 + 104 + 1 = 130 (100%)
R 25 of 130 ~ 19.23%
G 104 of 130 ~ 80%
B 1 of 130 ~ 0.77'%

%19.23
%80

CMYK color model

#196801 color CMYK value is (76,0,99,59).

  • cyan value is 75.96%
  • magenta value is 0.00%
  • yellow value is 99.04%
  • key color value is 59.22%

CMYK: (76,0,99,59)
C76M0Y99K59 (76%, 0%, 99%, 59%)
(0.76 / 0.00 / 0.99 / 0.59)

CMYK percentages

%75.96
%0
%99.04
%59.22

Codes

Color #196801 in popluar color models

19 68 01
RGB 25 104 1
HSL 106° 98.10% 20.59%
HSB/HSV 106° 99.04% 40.78%
CMYK 75.96% 0.00% 99.04%
59.22%

Color #196801 in popluar number systems.

HEX 19 68 01
Decimal 25 104 1
Binary 11001 1101000 1
Octal 31 150 1

Shades and tints

Shades of #196801

#196801
(25,104,1)
#175F01
(23,95,1)
#155601
(21,86,1)
#134D01
(19,77,1)
#114401
(17,68,1)
#0F3B01
(15,59,1)
#0D3201
(13,50,1)
#0B2901
(11,41,1)
#092001
(9,32,1)
#071701
(7,23,1)
#050E01
(5,14,1)
#000000
(0,0,0)

Tints of #196801

#196801
(25,104,1)
#2D7518
(45,117,24)
#41822F
(65,130,47)
#558F46
(85,143,70)
#699C5D
(105,156,93)
#7DA974
(125,169,116)
#91B68B
(145,182,139)
#A5C3A2
(165,195,162)
#B9D0B9
(185,208,185)
#CDDDD0
(205,221,208)
#E1EAE7
(225,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #196801; }

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

This text font color is #196801.

Background Color

.myBgColor { background-color: #196801; }

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

This div background color is #196801.

Border color

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

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

This div border color is #196801.

Opacity

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

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

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

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

This text has shadow with #196801 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #196801.

Preview

Color preview on black background

This text has color #196801 on black background.


Color preview on white background

This text has color #196801 on white background.


Black color preview on #196801 background

This text has black color on #196801 background.


White color preview on #196801 background

This text has white color on #196801 background.


Related colors

Complementary color

Complementary color for #hex is #E697FE.


I love getcolorcode.com

Triadic colors

1 #011968 and #680119 with #196801 are triadic colors.

2 #016819 and #681901 with #196801 are triadic colors.