Color Hex Logo

#608676 Color Hex

#608676
(96,134,118)
0 Favorites   0 Comments

Color spaces of #608676

RGB 96134118
HSL0.430.170.45
HSV155°28°53°
CMYK 0.280.000.12   0.47
XYZ16.619020.845020.2871
Yxy20.84500.28780.3609
Hunter Lab45.6563-14.92425.6143
CIE-Lab52.7794-16.87064.3544

#608676 color RGB value is (96,134,118).

#608676 hex color red value is 96, green value is 134 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #608676 hue: 0.43 , saturation: 0.17 and the lightness value of 608676 is 0.45.

The process color (four color CMYK) of #608676 color hex is 0.28, 0.00, 0.12, 0.47. Web safe color of #608676 is #669966. Color #608676 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000110 01110110
Octal 140 206 166
Decimal 96 134 118
Hex 60 86 76

RGB Percentages of Color #608676

%27.59
%38.51
%33.91

CMYK Percentages of Color #608676

%28
%0
%12
%47

Triadic Colors of #608676

#608676 #766086 #867660

Analogous Colors of #608676

#608676 #608386 #608663

Monochromatic Colors of #608676

#608676

Complementary Color

#608676 #866070

#608676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608676 Color CSS Codes

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

#608676 Text Font Color

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

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


#608676 Background Color

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

This div background color is #608676


#608676 Border Color

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

This div border color is #608676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608676


Comments

No comments written yet.

Please login to write comment.