#686B60

Color #686B60 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #686B60

Tints of Willow Grove #686B60

Color information

#686B60 (or 0x686B60) is unknown color: approx Willow Grove. HEX triplet: 68, 6B and 60. RGB value is (104,107,96). Sum of RGB (Red+Green+Blue) = 104+107+96=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 107 - color contains mainly: green. Hex color #686B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B60 is #97949F. Grayscale: #686868. Windows color (decimal): -9933984 or 6318952. OLE color: 6318952.

HSL color Cylindrical-coordinate representation of color #686B60: hue angle of 76.36º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686B60 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB10410796-
CMYK0.0300.100.58
HSL76.36º5.42%39.8%-
HSV(B)76.36º10.28%41.96%-
XYZ13.0814.313.14-
YUV104.85123.01127.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=33.88%
G=34.85%
B=31.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104107960.0300.100.5876.365.4239.8
Hex686B6030A3A4c528
Octal150153140301272114550
Binary11010001101011110000011010101110101001100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686B60; }

 p { color: rgb(104,107,96); }

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

<style>
 a { background-color: #686B60; }

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

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

<style>
 span { border-color: #686B60; }

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

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