#687C68

Color #687C68 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #687C68

Tints of Laurel #687C68

Color information

#687C68 (or 0x687C68) is unknown color: approx Laurel. HEX triplet: 68, 7C and 68. RGB value is (104,124,104). Sum of RGB (Red+Green+Blue) = 104+124+104=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 124 (48.83% from 255 or 37.35% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 124 - color contains mainly: green. Hex color #687C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C68 is #978397. Grayscale: #737373. Windows color (decimal): -9929624 or 6847592. OLE color: 6847592.

HSL color Cylindrical-coordinate representation of color #687C68: hue angle of 120º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #687C68 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB104124104-
CMYK0.1600.160.51
HSL120º8.77%44.71%-
HSV(B)120º16.13%48.63%-
XYZ15.4218.3615.83-
YUV115.74121.37119.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 31.33%
GREEN value IS 124 (48.83% from 255) = 37.35%
BLUE value IS 104 (41.02% from 255) = 31.33%
R=31.33%
G=37.35%
B=31.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1041241040.1600.160.511208.7744.71
Hex687C6810010337892d
Octal15017415020020631701155
Binary1101000111110011010001000001000011001111110001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687C68; }

 p { color: rgb(104,124,104); }

 H1.HeaderClassName
 {
   color: #687C68;
 }
 .AnyTagClassName
 {
   color: #687C68;
 }
</style>
background-color css

<style>
 a { background-color: #687C68; }

 a { background-color: rgb(104,124,104); }

 div.DivClassName
 {
   background-color: #687C68;
 }
 .BgClassName
 {
   background-color: #687C68;
 }
</style>
border-color css

<style>
 span { border-color: #687C68; }

 span { border-color: rgb(104,124,104); }

 td.TdClassName
 {
   border-color: #687C68;
 }
 .TagClassName
 {
   border-color: #687C68;
 }
</style>