Color Hex Logo

#616601 Color Hex

#616601
(97,102,1)
0 Favorites   0 Comments

Color spaces of #616601

RGB 971021
HSL0.170.980.20
HSV63°99°40°
CMYK 0.050.000.99   0.60
XYZ9.686612.04631.8433
Yxy12.04630.41090.5110
Hunter Lab34.7078-10.921021.1466
CIE-Lab41.2896-13.387447.4211

#616601 color RGB value is (97,102,1).

#616601 hex color red value is 97, green value is 102 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #616601 hue: 0.17 , saturation: 0.98 and the lightness value of 616601 is 0.20.

The process color (four color CMYK) of #616601 color hex is 0.05, 0.00, 0.99, 0.60. Web safe color of #616601 is #666600. Color #616601 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 01100110 00000001
Octal 141 146 1
Decimal 97 102 1
Hex 61 66 1

RGB Percentages of Color #616601

%48.50
%51.00
%0.50

CMYK Percentages of Color #616601

%5
%0
%99
%60

Triadic Colors of #616601

#616601 #016166 #660161

Analogous Colors of #616601

#616601 #2e6601 #663901

Monochromatic Colors of #616601

#616601

Complementary Color

#616601 #060166

#616601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#616601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#616601 Color CSS Codes

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

#616601 Text Font Color

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

This sample text font color is #616601
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.


#616601 Background Color

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

This div background color is #616601


#616601 Border Color

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

This div border color is #616601


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,102,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #616601; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #616601;
  -webkit-box-shadow: 1px 1px 3px 2px #616601;
  box-shadow:         1px 1px 3px 2px #616601; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,102,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #616601


Comments

No comments written yet.

Please login to write comment.