#697561

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

Shades of Willow Grove #697561

Tints of Willow Grove #697561

Color information

#697561 (or 0x697561) is unknown color: approx Willow Grove. HEX triplet: 69, 75 and 61. RGB value is (105,117,97). Sum of RGB (Red+Green+Blue) = 105+117+97=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 117 - color contains mainly: green. Hex color #697561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697561 is #968A9E. Grayscale: #6F6F6F. Windows color (decimal): -9865887 or 6387049. OLE color: 6387049.

HSL color Cylindrical-coordinate representation of color #697561: hue angle of 96º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #697561 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB10511797-
CMYK0.1000.170.54
HSL96º9.35%41.96%-
HSV(B)96º17.09%45.88%-
XYZ14.3416.5913.76-
YUV111.13120.02123.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=32.92%
G=36.68%
B=30.41%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117970.1000.170.54969.3541.96
Hex697561A011366092a
Octal15116514112021661401152
Binary110100111101011100001101001000111011011000001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697561; }

 p { color: rgb(105,117,97); }

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

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

 a { background-color: rgb(105,117,97); }

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

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

 span { border-color: rgb(105,117,97); }

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