#686E60

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

Shades of Willow Grove #686E60

Tints of Willow Grove #686E60

Color information

#686E60 (or 0x686E60) is unknown color: approx Willow Grove. HEX triplet: 68, 6E and 60. RGB value is (104,110,96). Sum of RGB (Red+Green+Blue) = 104+110+96=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 110 - color contains mainly: green. Hex color #686E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E60 is #97919F. Grayscale: #6A6A6A. Windows color (decimal): -9933216 or 6319720. OLE color: 6319720.

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

Color convert

RGB10411096-
CMYK0.0500.130.57
HSL85.71º6.8%40.39%-
HSV(B)85.71º12.73%43.14%-
XYZ13.414.9413.24-
YUV106.61122.01126.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 96 (37.89% from 255) = 30.97%
R=33.55%
G=35.48%
B=30.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104110960.0500.130.5785.716.840.39
Hex686E6050D3956728
Octal150156140501571126750
Binary110100011011101100000101011011110011010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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