#697753

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

Shades of Willow Grove #697753

Tints of Willow Grove #697753

Color information

#697753 (or 0x697753) is unknown color: approx Willow Grove. HEX triplet: 69, 77 and 53. RGB value is (105,119,83). Sum of RGB (Red+Green+Blue) = 105+119+83=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #697753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697753 is #9688AC. Grayscale: #6E6E6E. Windows color (decimal): -9865389 or 5470057. OLE color: 5470057.

HSL color Cylindrical-coordinate representation of color #697753: hue angle of 83.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #697753 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB10511983-
CMYK0.1200.300.53
HSL83.33º17.82%39.61%-
HSV(B)83.33º30.25%46.67%-
XYZ13.9816.8210.69-
YUV110.71112.36123.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.20%
GREEN value IS 119 (46.88% from 255) = 38.76%
BLUE value IS 83 (32.81% from 255) = 27.04%
R=34.20%
G=38.76%
B=27.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105119830.1200.300.5383.3317.8239.61
Hex697753C01E35531228
Octal15116712314036651232250
Binary1101001111011110100111100011110110101101001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #697753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #697753; }

 p { color: rgb(105,119,83); }

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

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

 a { background-color: rgb(105,119,83); }

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

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

 span { border-color: rgb(105,119,83); }

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