Color Hex Logo

#609113 Color Hex

#609113
(96,145,19)
0 Favorites   0 Comments

Color spaces of #609113

RGB 9614519
HSL0.230.770.32
HSV83°87°57°
CMYK 0.340.000.87   0.43
XYZ15.066822.78464.2199
Yxy22.78460.35810.5416
Hunter Lab47.7332-27.190328.1717
CIE-Lab54.8498-34.785054.4721

#609113 color RGB value is (96,145,19).

#609113 hex color red value is 96, green value is 145 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #609113 hue: 0.23 , saturation: 0.77 and the lightness value of 609113 is 0.32.

The process color (four color CMYK) of #609113 color hex is 0.34, 0.00, 0.87, 0.43. Web safe color of #609113 is #669900. Color #609113 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10010001 00010011
Octal 140 221 23
Decimal 96 145 19
Hex 60 91 13

RGB Percentages of Color #609113

%36.92
%55.77
%7.31

CMYK Percentages of Color #609113

%34
%0
%87
%43

Triadic Colors of #609113

#609113 #136091 #911360

Analogous Colors of #609113

#609113 #219113 #918313

Monochromatic Colors of #609113

#609113

Complementary Color

#609113 #441391

#609113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609113 Color CSS Codes

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

#609113 Text Font Color

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

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


#609113 Background Color

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

This div background color is #609113


#609113 Border Color

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

This div border color is #609113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609113


Comments

No comments written yet.

Please login to write comment.