#697652

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

Shades of Willow Grove #697652

Tints of Willow Grove #697652

Color information

#697652 (or 0x697652) is unknown color: approx Willow Grove. HEX triplet: 69, 76 and 52. RGB value is (105,118,82). Sum of RGB (Red+Green+Blue) = 105+118+82=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #697652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697652 is #9689AD. Grayscale: #6E6E6E. Windows color (decimal): -9865646 or 5404265. OLE color: 5404265.

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

Color convert

RGB10511882-
CMYK0.1100.310.54
HSL81.67º18%39.22%-
HSV(B)81.67º30.51%46.27%-
XYZ13.8316.5710.45-
YUV110.01112.19124.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=34.43%
G=38.69%
B=26.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105118820.1100.310.5481.671839.22
Hex697652B01F36521227
Octal15116612213037661222247
Binary1101001111011010100101011011111110110101001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697652; }

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

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

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

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

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

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

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

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