#686D60

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

Shades of Willow Grove #686D60

Tints of Willow Grove #686D60

Color information

#686D60 (or 0x686D60) is unknown color: approx Willow Grove. HEX triplet: 68, 6D and 60. RGB value is (104,109,96). Sum of RGB (Red+Green+Blue) = 104+109+96=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 109 - color contains mainly: green. Hex color #686D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D60 is #97929F. Grayscale: #6A6A6A. Windows color (decimal): -9933472 or 6319464. OLE color: 6319464.

HSL color Cylindrical-coordinate representation of color #686D60: hue angle of 83.08º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686D60 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB10410996-
CMYK0.0500.120.57
HSL83.08º6.34%40.2%-
HSV(B)83.08º11.93%42.75%-
XYZ13.2914.7213.21-
YUV106.02122.34126.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=33.66%
G=35.28%
B=31.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104109960.0500.120.5783.086.3440.2
Hex686D6050C3953628
Octal150155140501471123650
Binary110100011011011100000101011001110011010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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