Color Hex Logo

#609861 Color Hex

#609861
(96,152,97)
0 Favorites   0 Comments

Color spaces of #609861

RGB 9615297
HSL0.340.230.49
HSV121°37°60°
CMYK 0.370.000.36   0.40
XYZ18.209825.806315.3306
Yxy25.80630.30680.4348
Hunter Lab50.7999-24.914517.6672
CIE-Lab57.8527-30.087623.2853

#609861 color RGB value is (96,152,97).

#609861 hex color red value is 96, green value is 152 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #609861 hue: 0.34 , saturation: 0.23 and the lightness value of 609861 is 0.49.

The process color (four color CMYK) of #609861 color hex is 0.37, 0.00, 0.36, 0.40. Web safe color of #609861 is #669966. Color #609861 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011000 01100001
Octal 140 230 141
Decimal 96 152 97
Hex 60 98 61

RGB Percentages of Color #609861

%27.83
%44.06
%28.12

CMYK Percentages of Color #609861

%37
%0
%36
%40

Triadic Colors of #609861

#609861 #616098 #986160

Analogous Colors of #609861

#609861 #60987d #7b9860

Monochromatic Colors of #609861

#609861

Complementary Color

#609861 #986097

#609861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609861 Color CSS Codes

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

#609861 Text Font Color

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

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


#609861 Background Color

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

This div background color is #609861


#609861 Border Color

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

This div border color is #609861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609861


Comments

No comments written yet.

Please login to write comment.