#697555

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

Shades of Willow Grove #697555

Tints of Willow Grove #697555

Color information

#697555 (or 0x697555) is unknown color: approx Willow Grove. HEX triplet: 69, 75 and 55. RGB value is (105,117,85). Sum of RGB (Red+Green+Blue) = 105+117+85=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #697555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697555 is #968AAA. Grayscale: #6D6D6D. Windows color (decimal): -9865899 or 5600617. OLE color: 5600617.

HSL color Cylindrical-coordinate representation of color #697555: hue angle of 82.5º 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 #697555 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB10511785-
CMYK0.1000.270.54
HSL82.5º15.84%39.61%-
HSV(B)82.5º27.35%45.88%-
XYZ13.8316.3811.03-
YUV109.76114.02124.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 117 (46.09% from 255) = 38.11%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=34.20%
G=38.11%
B=27.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105117850.1000.270.5482.515.8439.61
Hex697555A01B36521028
Octal15116512512033661222050
Binary1101001111010110101011010011011110110101001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697555; }

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

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

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

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

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

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

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

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