Color Hex Logo

#609120 Color Hex

#609120
(96,145,32)
0 Favorites   0 Comments

Color spaces of #609120

RGB 9614532
HSL0.240.640.35
HSV86°78°57°
CMYK 0.340.000.78   0.43
XYZ15.210022.84194.9738
Yxy22.84190.35350.5309
Hunter Lab47.7932-26.831227.2850
CIE-Lab54.9091-34.186250.7626

#609120 color RGB value is (96,145,32).

#609120 hex color red value is 96, green value is 145 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #609120 hue: 0.24 , saturation: 0.64 and the lightness value of 609120 is 0.35.

The process color (four color CMYK) of #609120 color hex is 0.34, 0.00, 0.78, 0.43. Web safe color of #609120 is #669933. Color #609120 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010001 00100000
Octal 140 221 40
Decimal 96 145 32
Hex 60 91 20

RGB Percentages of Color #609120

%35.16
%53.11
%11.72

CMYK Percentages of Color #609120

%34
%0
%78
%43

Triadic Colors of #609120

#609120 #206091 #912060

Analogous Colors of #609120

#609120 #289120 #918a20

Monochromatic Colors of #609120

#609120

Complementary Color

#609120 #512091

#609120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609120 Color CSS Codes

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

#609120 Text Font Color

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

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


#609120 Background Color

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

This div background color is #609120


#609120 Border Color

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

This div border color is #609120


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,145,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #609120; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #609120;
  -webkit-box-shadow: 1px 1px 3px 2px #609120;
  box-shadow:         1px 1px 3px 2px #609120; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,145,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609120


Comments

No comments written yet.

Please login to write comment.