#697063

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

Shades of Willow Grove #697063

Tints of Willow Grove #697063

Color information

#697063 (or 0x697063) is unknown color: approx Willow Grove. HEX triplet: 69, 70 and 63. RGB value is (105,112,99). Sum of RGB (Red+Green+Blue) = 105+112+99=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 112 - color contains mainly: green. Hex color #697063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697063 is #968F9C. Grayscale: #6C6C6C. Windows color (decimal): -9867165 or 6516841. OLE color: 6516841.

HSL color Cylindrical-coordinate representation of color #697063: hue angle of 92.31º degrees, saturation: 0.06, 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 #697063 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB10511299-
CMYK0.0600.120.56
HSL92.31º6.16%41.37%-
HSV(B)92.31º11.61%43.92%-
XYZ13.8715.4914.06-
YUV108.42122.68125.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.23%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 99 (39.06% from 255) = 31.33%
R=33.23%
G=35.44%
B=31.33%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105112990.0600.120.5692.316.1641.37
Hex69706360C385c629
Octal151160143601470134651
Binary110100111100001100011110011001110001011100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697063; }

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

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

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

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

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

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

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

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