Color Hex Logo

#639914 Color Hex

#639914
(99,153,20)
0 Favorites   0 Comments

Color spaces of #639914

RGB 9915320
HSL0.230.770.34
HSV84°87°60°
CMYK 0.350.000.87   0.40
XYZ16.663125.48564.7028
Yxy25.48560.35570.5440
Hunter Lab50.4833-29.427929.8151
CIE-Lab57.5455-37.167056.6309

#639914 color RGB value is (99,153,20).

#639914 hex color red value is 99, green value is 153 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #639914 hue: 0.23 , saturation: 0.77 and the lightness value of 639914 is 0.34.

The process color (four color CMYK) of #639914 color hex is 0.35, 0.00, 0.87, 0.40. Web safe color of #639914 is #669900. Color #639914 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100011 10011001 00010100
Octal 143 231 24
Decimal 99 153 20
Hex 63 99 14

RGB Percentages of Color #639914

%36.40
%56.25
%7.35

CMYK Percentages of Color #639914

%35
%0
%87
%40

Triadic Colors of #639914

#639914 #146399 #991463

Analogous Colors of #639914

#639914 #219914 #998d14

Monochromatic Colors of #639914

#639914

Complementary Color

#639914 #4a1499

#639914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#639914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#639914 Color CSS Codes

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

#639914 Text Font Color

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

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


#639914 Background Color

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

This div background color is #639914


#639914 Border Color

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

This div border color is #639914


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(99,153,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #639914; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #639914;
  -webkit-box-shadow: 1px 1px 3px 2px #639914;
  box-shadow:         1px 1px 3px 2px #639914; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,153,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #639914


Comments

No comments written yet.

Please login to write comment.