Color Hex Logo

#609c14 Color Hex

#609C14
(96,156,20)
0 Favorites   0 Comments

Color spaces of #609c14

RGB 9615620
HSL0.240.770.35
HSV86°87°61°
CMYK 0.380.000.87   0.39
XYZ16.838626.31424.8535
Yxy26.31420.35080.5481
Hunter Lab51.2974-31.176930.2984
CIE-Lab58.3341-39.587057.2488

#609c14 color RGB value is (96,156,20).

#609c14 hex color red value is 96, green value is 156 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #609c14 hue: 0.24 , saturation: 0.77 and the lightness value of 609c14 is 0.35.

The process color (four color CMYK) of #609c14 color hex is 0.38, 0.00, 0.87, 0.39. Web safe color of #609c14 is #669900. Color #609c14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011100 00010100
Octal 140 234 24
Decimal 96 156 20
Hex 60 9C 14

RGB Percentages of Color #609c14

%35.29
%57.35
%7.35

CMYK Percentages of Color #609c14

%38
%0
%87
%39

Triadic Colors of #609c14

#609c14 #14609c #9c1460

Analogous Colors of #609c14

#609c14 #1c9c14 #9c9414

Monochromatic Colors of #609c14

#609c14

Complementary Color

#609c14 #50149c

#609c14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609c14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609c14 Color CSS Codes

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

#609c14 Text Font Color

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

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


#609c14 Background Color

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

This div background color is #609c14


#609c14 Border Color

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

This div border color is #609c14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,156,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #609c14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #609c14;
  -webkit-box-shadow: 1px 1px 3px 2px #609c14;
  box-shadow:         1px 1px 3px 2px #609c14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,156,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 #609c14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609c14


Comments

No comments written yet.

Please login to write comment.