#697361

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

Shades of Willow Grove #697361

Tints of Willow Grove #697361

Color information

#697361 (or 0x697361) is unknown color: approx Willow Grove. HEX triplet: 69, 73 and 61. RGB value is (105,115,97). Sum of RGB (Red+Green+Blue) = 105+115+97=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 115 - color contains mainly: green. Hex color #697361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697361 is #968C9E. Grayscale: #6E6E6E. Windows color (decimal): -9866399 or 6386537. OLE color: 6386537.

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

Color convert

RGB10511597-
CMYK0.0900.160.55
HSL93.33º8.49%41.57%-
HSV(B)93.33º15.65%45.1%-
XYZ14.1116.1313.68-
YUV109.96120.69124.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.12%
GREEN value IS 115 (45.31% from 255) = 36.28%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=33.12%
G=36.28%
B=30.60%

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
Decimal105115970.0900.160.5593.338.4941.57
Hex6973619010375d82a
Octal15116314111020671351052
Binary110100111100111100001100101000011011110111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697361; }

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

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

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

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

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

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

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

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