Color Hex Logo

#609977 Color Hex

#609977
(96,153,119)
0 Favorites   0 Comments

Color spaces of #609977

RGB 96153119
HSL0.400.230.49
HSV144°37°60°
CMYK 0.370.000.22   0.40
XYZ19.544926.601221.5572
Yxy26.60120.28870.3929
Hunter Lab51.5764-22.615911.3222
CIE-Lab58.6034-26.444112.0599

#609977 color RGB value is (96,153,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10011001 01110111
Octal 140 231 167
Decimal 96 153 119
Hex 60 99 77

RGB Percentages of Color #609977

%26.09
%41.58
%32.34

CMYK Percentages of Color #609977

%37
%0
%22
%40

Triadic Colors of #609977

#609977 #776099 #997760

Analogous Colors of #609977

#609977 #609994 #669960

Monochromatic Colors of #609977

#609977

Complementary Color

#609977 #996082

#609977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#609977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#609977 Color CSS Codes

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

#609977 Text Font Color

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

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


#609977 Background Color

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

This div background color is #609977


#609977 Border Color

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

This div border color is #609977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #609977


Comments

No comments written yet.

Please login to write comment.