Color Hex Logo

#197206 Color Hex

#197206
(25,114,6)
0 Favorites   0 Comments

Color spaces of #197206

RGB 251146
HSL0.300.900.24
HSV109°95°45°
CMYK 0.780.000.95   0.55
XYZ6.451112.25442.1976
Yxy12.25440.30860.5862
Hunter Lab35.0063-28.366320.7823
CIE-Lab41.6176-44.396544.8872

#197206 color RGB value is (25,114,6).

#197206 hex color red value is 25, green value is 114 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #197206 hue: 0.30 , saturation: 0.90 and the lightness value of 197206 is 0.24.

The process color (four color CMYK) of #197206 color hex is 0.78, 0.00, 0.95, 0.55. Web safe color of #197206 is #006600. Color #197206 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110010 00000110
Octal 31 162 6
Decimal 25 114 6
Hex 19 72 6

RGB Percentages of Color #197206

%17.24
%78.62
%4.14

CMYK Percentages of Color #197206

%78
%0
%95
%55

Triadic Colors of #197206

#197206 #061972 #720619

Analogous Colors of #197206

#197206 #067229 #4f7206

Monochromatic Colors of #197206

#197206

Complementary Color

#197206 #5f0672

#197206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197206 Color CSS Codes

.mybgcolor {background-color:#197206; } 
.myforecolor {color:#197206; }
.mybordercolor {border:3px solid #197206; }

#197206 Text Font Color

<p style="color:#197206">Text here</p>

This sample text font color is #197206
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#197206 Background Color

<div style="background-color:#197206">
Div content here</div>

This div background color is #197206


#197206 Border Color

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

This div border color is #197206


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,114,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #197206; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #197206;
  -webkit-box-shadow: 1px 1px 3px 2px #197206;
  box-shadow:         1px 1px 3px 2px #197206; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,114,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #197206">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #197206;
  -webkit-box-shadow: 1px 1px 3px 2px #197206;
  box-shadow:         1px 1px 3px 2px #197206;">
Div content here</div>

This div box has shadow with color #197206


Comments

No comments written yet.

Please login to write comment.