#697163

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

Shades of Willow Grove #697163

Tints of Willow Grove #697163

Color information

#697163 (or 0x697163) is unknown color: approx Willow Grove. HEX triplet: 69, 71 and 63. RGB value is (105,113,99). Sum of RGB (Red+Green+Blue) = 105+113+99=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 113 (44.53% from 255 or 35.65% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 113 - color contains mainly: green. Hex color #697163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697163 is #968E9C. Grayscale: #6D6D6D. Windows color (decimal): -9866909 or 6517097. OLE color: 6517097.

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

Color convert

RGB10511399-
CMYK0.0700.120.56
HSL94.29º6.6%41.57%-
HSV(B)94.29º12.39%44.31%-
XYZ13.9815.7114.1-
YUV109.01122.35125.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 113 (44.53% from 255) = 35.65%
BLUE value IS 99 (39.06% from 255) = 31.23%
R=33.12%
G=35.65%
B=31.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105113990.0700.120.5694.296.641.57
Hex69716370C385e72a
Octal151161143701470136752
Binary110100111100011100011111011001110001011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697163; }

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

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

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

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

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

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

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

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