#687062

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

Shades of Willow Grove #687062

Tints of Willow Grove #687062

Color information

#687062 (or 0x687062) is unknown color: approx Willow Grove. HEX triplet: 68, 70 and 62. RGB value is (104,112,98). Sum of RGB (Red+Green+Blue) = 104+112+98=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 112 - color contains mainly: green. Hex color #687062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687062 is #978F9D. Grayscale: #6C6C6C. Windows color (decimal): -9932702 or 6451304. OLE color: 6451304.

HSL color Cylindrical-coordinate representation of color #687062: hue angle of 94.29º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #687062 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB10411298-
CMYK0.0700.130.56
HSL94.29º6.67%41.18%-
HSV(B)94.29º12.5%43.92%-
XYZ13.7115.4113.81-
YUV108.01122.35125.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 98 (38.67% from 255) = 31.21%
R=33.12%
G=35.67%
B=31.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112980.0700.130.5694.296.6741.18
Hex68706270D385e729
Octal150160142701570136751
Binary110100011100001100010111011011110001011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687062; }

 p { color: rgb(104,112,98); }

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

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

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

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

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

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

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