#697656

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

Shades of Willow Grove #697656

Tints of Willow Grove #697656

Color information

#697656 (or 0x697656) is unknown color: approx Willow Grove. HEX triplet: 69, 76 and 56. RGB value is (105,118,86). Sum of RGB (Red+Green+Blue) = 105+118+86=309 (40% of max value = 765). Red value is 105 (41.41% from 255 or 33.98% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #697656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697656 is #9689A9. Grayscale: #6E6E6E. Windows color (decimal): -9865642 or 5666409. OLE color: 5666409.

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

Color convert

RGB10511886-
CMYK0.1100.270.54
HSL84.38º15.69%40%-
HSV(B)84.38º27.12%46.27%-
XYZ13.9816.6311.28-
YUV110.46114.19124.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.98%
GREEN value IS 118 (46.48% from 255) = 38.19%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=33.98%
G=38.19%
B=27.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105118860.1100.270.5484.3815.6940
Hex697656B01B36541028
Octal15116612613033661242050
Binary1101001111011010101101011011011110110101010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697656; }

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

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

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

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

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

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

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

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