#697755

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

Shades of Willow Grove #697755

Tints of Willow Grove #697755

Color information

#697755 (or 0x697755) is unknown color: approx Willow Grove. HEX triplet: 69, 77 and 55. RGB value is (105,119,85). Sum of RGB (Red+Green+Blue) = 105+119+85=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 119 - color contains mainly: green. Hex color #697755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697755 is #9688AA. Grayscale: #6F6F6F. Windows color (decimal): -9865387 or 5601129. OLE color: 5601129.

HSL color Cylindrical-coordinate representation of color #697755: hue angle of 84.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #697755 is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB10511985-
CMYK0.1200.290.53
HSL84.71º16.67%40%-
HSV(B)84.71º28.57%46.67%-
XYZ14.0616.8511.11-
YUV110.94113.36123.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 119 (46.88% from 255) = 38.51%
BLUE value IS 85 (33.59% from 255) = 27.51%
R=33.98%
G=38.51%
B=27.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119850.1200.290.5384.7116.6740
Hex697755C01D35551128
Octal15116712514035651252150
Binary1101001111011110101011100011101110101101010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697755; }

 p { color: rgb(105,119,85); }

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

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

 a { background-color: rgb(105,119,85); }

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

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

 span { border-color: rgb(105,119,85); }

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