#687260

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

Shades of Willow Grove #687260

Tints of Willow Grove #687260

Color information

#687260 (or 0x687260) is unknown color: approx Willow Grove. HEX triplet: 68, 72 and 60. RGB value is (104,114,96). Sum of RGB (Red+Green+Blue) = 104+114+96=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 114 - color contains mainly: green. Hex color #687260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687260 is #978D9F. Grayscale: #6D6D6D. Windows color (decimal): -9932192 or 6320744. OLE color: 6320744.

HSL color Cylindrical-coordinate representation of color #687260: hue angle of 93.33º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #687260 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB10411496-
CMYK0.0900.160.55
HSL93.33º8.57%41.18%-
HSV(B)93.33º15.79%44.71%-
XYZ13.8415.8213.39-
YUV108.96120.69124.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 114 (44.92% from 255) = 36.31%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=33.12%
G=36.31%
B=30.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104114960.0900.160.5593.338.5741.18
Hex6872609010375d929
Octal15016214011020671351151
Binary110100011100101100000100101000011011110111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687260; }

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

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

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

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

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

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

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

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