Color Hex Logo

#659b7c Color Hex

#659B7C
(101,155,124)
0 Favorites   0 Comments

Color spaces of #659b7c

RGB 101155124
HSL0.400.210.50
HSV146°35°61°
CMYK 0.350.000.20   0.39
XYZ20.726327.664623.3162
Yxy27.66460.28900.3858
Hunter Lab52.5971-21.705710.5349
CIE-Lab59.5845-24.842910.6636

#659b7c color RGB value is (101,155,124).

#659b7c hex color red value is 101, green value is 155 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #659b7c hue: 0.40 , saturation: 0.21 and the lightness value of 659b7c is 0.50.

The process color (four color CMYK) of #659b7c color hex is 0.35, 0.00, 0.20, 0.39. Web safe color of #659b7c is #669966. Color #659b7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10011011 01111100
Octal 145 233 174
Decimal 101 155 124
Hex 65 9B 7C

RGB Percentages of Color #659b7c

%26.58
%40.79
%32.63

CMYK Percentages of Color #659b7c

%35
%0
%20
%39

Triadic Colors of #659b7c

#659b7c #7c659b #9b7c65

Analogous Colors of #659b7c

#659b7c #659b97 #699b65

Monochromatic Colors of #659b7c

#659b7c

Complementary Color

#659b7c #9b6584

#659b7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#659b7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#659b7c Color CSS Codes

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

#659b7c Text Font Color

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

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


#659b7c Background Color

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

This div background color is #659b7c


#659b7c Border Color

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

This div border color is #659b7c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,155,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #659b7c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #659b7c;
  -webkit-box-shadow: 1px 1px 3px 2px #659b7c;
  box-shadow:         1px 1px 3px 2px #659b7c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,155,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #659b7c


Comments

No comments written yet.

Please login to write comment.