#697660

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

Shades of Willow Grove #697660

Tints of Willow Grove #697660

Color information

#697660 (or 0x697660) is unknown color: approx Willow Grove. HEX triplet: 69, 76 and 60. RGB value is (105,118,96). Sum of RGB (Red+Green+Blue) = 105+118+96=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 118 - color contains mainly: green. Hex color #697660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697660 is #96899F. Grayscale: #6F6F6F. Windows color (decimal): -9865632 or 6321769. OLE color: 6321769.

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

Color convert

RGB10511896-
CMYK0.1100.190.54
HSL95.45º10.28%41.96%-
HSV(B)95.45º18.64%46.27%-
XYZ14.4216.813.55-
YUV111.6119.19123.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 118 (46.48% from 255) = 36.99%
BLUE value IS 96 (37.89% from 255) = 30.09%
R=32.92%
G=36.99%
B=30.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105118960.1100.190.5495.4510.2841.96
Hex697660B013365fa2a
Octal15116614013023661371252
Binary110100111101101100000101101001111011010111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697660; }

 p { color: rgb(105,118,96); }

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

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

 a { background-color: rgb(105,118,96); }

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

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

 span { border-color: rgb(105,118,96); }

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