#686E5A

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

Shades of Willow Grove #686E5A

Tints of Willow Grove #686E5A

Color information

#686E5A (or 0x686E5A) is unknown color: approx Willow Grove. HEX triplet: 68, 6E and 5A. RGB value is (104,110,90). Sum of RGB (Red+Green+Blue) = 104+110+90=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 110 - color contains mainly: green. Hex color #686E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E5A is #9791A5. Grayscale: #6A6A6A. Windows color (decimal): -9933222 or 5926504. OLE color: 5926504.

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

Color convert

RGB10411090-
CMYK0.0500.180.57
HSL78º10%39.22%-
HSV(B)78º18.18%43.14%-
XYZ13.1314.8311.84-
YUV105.93119.01126.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 110 (43.36% from 255) = 36.18%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=34.21%
G=36.18%
B=29.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104110900.0500.180.57781039.22
Hex686E5A5012394ea27
Octal1501561325022711161247
Binary11010001101110101101010101001011100110011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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