#697064

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

Shades of Willow Grove #697064

Tints of Willow Grove #697064

Color information

#697064 (or 0x697064) is unknown color: approx Willow Grove. HEX triplet: 69, 70 and 64. RGB value is (105,112,100). Sum of RGB (Red+Green+Blue) = 105+112+100=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 112 - color contains mainly: green. Hex color #697064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697064 is #968F9B. Grayscale: #6C6C6C. Windows color (decimal): -9867164 or 6582377. OLE color: 6582377.

HSL color Cylindrical-coordinate representation of color #697064: hue angle of 95º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #697064 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB105112100-
CMYK0.0600.110.56
HSL95º5.66%41.57%-
HSV(B)95º10.71%43.92%-
XYZ13.9215.5114.32-
YUV108.54123.18125.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 112 (44.14% from 255) = 35.33%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=33.12%
G=35.33%
B=31.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1051121000.0600.110.56955.6641.57
Hex69706460B385f62a
Octal151160144601370137652
Binary110100111100001100100110010111110001011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697064; }

 p { color: rgb(105,112,100); }

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

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

 a { background-color: rgb(105,112,100); }

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

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

 span { border-color: rgb(105,112,100); }

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