Color Hex Logo

#688872 Color Hex

#688872
(104,136,114)
0 Favorites   0 Comments

Color spaces of #688872

RGB 104136114
HSL0.390.130.47
HSV139°24°53°
CMYK 0.240.000.16   0.47
XYZ17.550321.766319.1959
Yxy21.76630.29990.3720
Hunter Lab46.6544-14.49758.2632
CIE-Lab53.7782-16.04758.1623

#688872 color RGB value is (104,136,114).

#688872 hex color red value is 104, green value is 136 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #688872 hue: 0.39 , saturation: 0.13 and the lightness value of 688872 is 0.47.

The process color (four color CMYK) of #688872 color hex is 0.24, 0.00, 0.16, 0.47. Web safe color of #688872 is #669966. Color #688872 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101000 10001000 01110010
Octal 150 210 162
Decimal 104 136 114
Hex 68 88 72

RGB Percentages of Color #688872

%29.38
%38.42
%32.20

CMYK Percentages of Color #688872

%24
%0
%16
%47

Triadic Colors of #688872

#688872 #726888 #887268

Analogous Colors of #688872

#688872 #688882 #6e8868

Monochromatic Colors of #688872

#688872

Complementary Color

#688872 #88687e

#688872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#688872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#688872 Color CSS Codes

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

#688872 Text Font Color

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

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


#688872 Background Color

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

This div background color is #688872


#688872 Border Color

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

This div border color is #688872


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(104,136,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #688872; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #688872;
  -webkit-box-shadow: 1px 1px 3px 2px #688872;
  box-shadow:         1px 1px 3px 2px #688872; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(104,136,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #688872


Comments

No comments written yet.

Please login to write comment.