#697160

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

Shades of Willow Grove #697160

Tints of Willow Grove #697160

Color information

#697160 (or 0x697160) is unknown color: approx Willow Grove. HEX triplet: 69, 71 and 60. RGB value is (105,113,96). Sum of RGB (Red+Green+Blue) = 105+113+96=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 96 (37.89% from 255 or 30.57% from 314); Max value from RGB is 113 - color contains mainly: green. Hex color #697160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697160 is #968E9F. Grayscale: #6C6C6C. Windows color (decimal): -9866912 or 6320489. OLE color: 6320489.

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

Color convert

RGB10511396-
CMYK0.0700.150.56
HSL88.24º8.13%40.98%-
HSV(B)88.24º15.04%44.31%-
XYZ13.8415.6613.36-
YUV108.67120.85125.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 96 (37.89% from 255) = 30.57%
R=33.44%
G=35.99%
B=30.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105113960.0700.150.5688.248.1340.98
Hex69716070F3858829
Octal1511611407017701301051
Binary1101001111000111000001110111111100010110001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697160; }

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

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

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

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

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

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

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

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