#697059

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

Shades of Willow Grove #697059

Tints of Willow Grove #697059

Color information

#697059 (or 0x697059) is unknown color: approx Willow Grove. HEX triplet: 69, 70 and 59. RGB value is (105,112,89). Sum of RGB (Red+Green+Blue) = 105+112+89=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 112 - color contains mainly: green. Hex color #697059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697059 is #968FA6. Grayscale: #6B6B6B. Windows color (decimal): -9867175 or 5861481. OLE color: 5861481.

HSL color Cylindrical-coordinate representation of color #697059: hue angle of 78.26º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #697059 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB10511289-
CMYK0.0600.210.56
HSL78.26º11.44%39.41%-
HSV(B)78.26º20.54%43.92%-
XYZ13.4215.3111.7-
YUV107.28117.68126.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 112 (44.14% from 255) = 36.60%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=34.31%
G=36.60%
B=29.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105112890.0600.210.5678.2611.4439.41
Hex6970596015384eb27
Octal1511601316025701161347
Binary11010011110000101100111001010111100010011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697059; }

 p { color: rgb(105,112,89); }

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

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

 a { background-color: rgb(105,112,89); }

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

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

 span { border-color: rgb(105,112,89); }

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