Color Hex Logo

#689601 Color Hex

#689601
(104,150,1)
0 Favorites   0 Comments

Color spaces of #689601

RGB 1041501
HSL0.220.990.30
HSV79°99°59°
CMYK 0.310.000.99   0.41
XYZ16.620724.75793.9315
Yxy24.75790.36680.5464
Hunter Lab49.7573-27.450030.1454
CIE-Lab56.8388-34.358259.4798

#689601 color RGB value is (104,150,1).

#689601 hex color red value is 104, green value is 150 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #689601 hue: 0.22 , saturation: 0.99 and the lightness value of 689601 is 0.30.

The process color (four color CMYK) of #689601 color hex is 0.31, 0.00, 0.99, 0.41. Web safe color of #689601 is #669900. Color #689601 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10010110 00000001
Octal 150 226 1
Decimal 104 150 1
Hex 68 96 1

RGB Percentages of Color #689601

%40.78
%58.82
%0.39

CMYK Percentages of Color #689601

%31
%0
%99
%41

Triadic Colors of #689601

#689601 #016896 #960168

Analogous Colors of #689601

#689601 #1d9601 #967a01

Monochromatic Colors of #689601

#689601

Complementary Color

#689601 #2f0196

#689601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#689601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#689601 Color CSS Codes

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

#689601 Text Font Color

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

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


#689601 Background Color

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

This div background color is #689601


#689601 Border Color

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

This div border color is #689601


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,150,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 #689601">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #689601


Comments

No comments written yet.

Please login to write comment.