#697552

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

Shades of Willow Grove #697552

Tints of Willow Grove #697552

Color information

#697552 (or 0x697552) is unknown color: approx Willow Grove. HEX triplet: 69, 75 and 52. RGB value is (105,117,82). Sum of RGB (Red+Green+Blue) = 105+117+82=304 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.54% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 82 (32.42% from 255 or 26.97% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #697552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697552 is #968AAD. Grayscale: #6D6D6D. Windows color (decimal): -9865902 or 5404009. OLE color: 5404009.

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

Color convert

RGB10511782-
CMYK0.1000.300.54
HSL80.57º17.59%39.02%-
HSV(B)80.57º29.91%45.88%-
XYZ13.7116.3410.41-
YUV109.42112.52124.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.54%
GREEN value IS 117 (46.09% from 255) = 38.49%
BLUE value IS 82 (32.42% from 255) = 26.97%
R=34.54%
G=38.49%
B=26.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117820.1000.300.5480.5717.5939.02
Hex697552A01E36511227
Octal15116512212036661212247
Binary1101001111010110100101010011110110110101000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697552; }

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

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

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

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

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

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

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

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